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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Backup/Restore Database using vb6.0

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 syntax


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

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 out

I love my work
Go to Top of Page

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 out

I love my work


Have you read my previous reply?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -