Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
suspect777
Starting Member
1 Post |
Posted - 2009-09-08 : 03:20:00
|
| hi,anyone can share their knowledge on how to backup/restore sql server 2000 using vb 6.0 code?khangkhungayay |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-09-08 : 04:02:12
|
| 1 You can connect to the database and take a backup using BACKUP DATABASE ....2 Connect to Master database and restore the current database using RESTORE DATABASE ....See sql server help file for the syntaxMadhivananFailing to plan is Planning to fail |
 |
|
|
Paulotef
Starting Member
1 Post |
Posted - 2010-12-30 : 01:25:56
|
| hi,how can i backup/restore database using vb6.0?Please help me outI love my work |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2010-12-30 : 05:20:42
|
quote: Originally posted by Paulotef hi,how can i backup/restore database using vb6.0?Please help me outI love my work
Have you read my previous reply?MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|