|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
database copy
I'm a total newbie to sql server 2005 and need to copy a database from
a production server to a test server. Can someone tell me how to do this? The servers are in two physically different locations and I can't connect to them at the same time. So, I need to basically export out the database and then import it. Thank you for your help. -- Probably the easiest way would be to use SQL Server Management Studio to
create a backup of the database on the production server, then transfer the backup file to the test server, and restore it. HTH, Plamen Ratchev http://www.SQLStudio.com On Apr 16, 2:58 pm, "Port Man" <m...@nospam.com> wrote: Here is what I would do. Backup the database, zip up the backup file> I'm a total newbie to sql server 2005 and need to copy a database from > a production server to a test server. Can someone tell me how to do > this? The servers are in two physically different locations and I > can't connect to them at the same time. So, I need to basically export > out the database and then import it. > > Thank you for your help. > > -- so it won't take too much time, once you copied the file unzip it and restore to the server. It's easier to use Management Studio to backup and restore database.
Other interesting topics
Why scale out and not scale up ?
Sql Server 2005 & Visual Studio.Net Basic Questions about SQL Server IO Optimization Restore problem oledb to ibm db2 - no tables? Can the SQL Server Managament Studio connect to ODBC sources? SQLServer Log Full / Disk Full / Backup-Shrink Not Working How to KILL a Suspended Sys Process? Backup not working in 2005 Import CSV File with FTP as Source |
|||||||||||||||||||||||