Prev: Suspended bcp
Next: loop
From: xpander on
What would be the fastest way to copy a SQL Server 2005 database and its data
to another server including keys and constraints, without stopping the source
server?
TIA
From: Dan Guzman on
> What would be the fastest way to copy a SQL Server 2005 database and its
> data
> to another server including keys and constraints, without stopping the
> source
> server?

BACKUP/RESTORE

--
Hope this helps.

Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/



 | 
Pages: 1
Prev: Suspended bcp
Next: loop