Search Results

5
votes

Best way to copy a database in SQL Server 2005/8?

It is possible to skip the step of creating the empty database. You can create the new database as part of the restore process. This is actually the easiest and best way I know of to clon …