Groups | Blog | Home
all groups > sql server programming > july 2003 >

sql server programming : how to dump database


Andrew J. Kelly
7/17/2003 11:14:54 AM
If by dump you mean a SQL Server backup then you would use the RESTORE
command to do that . See RESTORE in booksonline for all the details and
samples.

--

Andrew J. Kelly
SQL Server MVP


[quoted text, click to view]

liu
7/17/2003 10:38:25 PM
I have a database JQK which was dumped out from another sql server(MSSQL
2000). Now I want to dump JQK wholy into a new sql server by code. How can I
do?

the environment is
Windows 2000 Professional
MSSQL SERVER 2000

thanks

liu

AddThis Social Bookmark Button