Click to See Complete Forum and Search --> : SQL Server 2000 BACKup
Sabin_33
November 15th, 2005, 06:00 PM
I'm using SQL Server 2000 and VB6.
I am only using Access and MSDE Query as my tools, I have nothing else :( .
I was curious about creating Backups and Restoring Data in SQL SERVER using SQL.
I've looked around but the topic is apparently real broad. Mostly everybody is using enterprise manager.
Any ideas?
d-u
November 16th, 2005, 02:11 AM
You may want to look into this (http://www.vbforums.com/showthread.php?t=339970&highlight=sql+server+back-up)... BTW, it's for VB6.0...
Sabin_33
November 16th, 2005, 10:37 AM
Thanks d-u. I found a lot of helpful information on that
Sabin_33
November 16th, 2005, 11:08 AM
What about maintenace.
Anything in SQL without Enterprise manager I can do?
exterminator
November 16th, 2005, 12:44 PM
You could look into the bulk copy utility with SQL server/Sybase - here - bcp (on msdn) (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/coprompt/cp_bcp_61et.asp). Hope this helps. Regards.
Go through these threads as well:
1. bcp command (http://www.codeguru.com/forum/showthread.php?t=358865&highlight=bcp)
2. SQL Server 2k Insert Trigger - Output to file (http://www.codeguru.com/forum/showthread.php?t=361921&highlight=bcp)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.