![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Guys, I need to move a SQL2000 database to an overseas location. What would be the best way to do this, bearing in mind that the database will be transported on a CD. Thanks |
#3
| |||
| |||
|
|
You nailed it in your Q. Backup the database to a file. Copy the file to cd. Fedex BACKUP DATABASE <<dbname>> TO DISK = 'Local Disk driver and file name' -- ---------------------------- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Justin" <none> wrote Hi Guys, I need to move a SQL2000 database to an overseas location. What would be the best way to do this, bearing in mind that the database will be transported on a CD. Thanks |
#4
| |||
| |||
|
|
Thanks for the help. The guys here at my work feel that this solution is not the best, and want me to 'package' the database. I was also origianlly thinking of backing up the database, but they feel there is another solution.... (this other solution should not include .csv files for each table) "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:OD6XoDo3DHA.1632 (AT) TK2MSFTNGP12 (DOT) phx.gbl... You nailed it in your Q. Backup the database to a file. Copy the file to cd. Fedex BACKUP DATABASE <<dbname>> TO DISK = 'Local Disk driver and file name' -- ---------------------------- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Justin" <none> wrote Hi Guys, I need to move a SQL2000 database to an overseas location. What would be the best way to do this, bearing in mind that the database will be transported on a CD. Thanks |
#5
| |||
| |||
|
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |