dbTalk Databases Forums  

Backup a server...

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Backup a server... in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Justin
 
Posts: n/a

Default Backup a server... - 01-19-2004 , 04:55 AM






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



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Backup a server... - 01-19-2004 , 05:39 AM






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

Quote:
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





Reply With Quote
  #3  
Old   
Justin
 
Posts: n/a

Default Re: Backup a server... - 01-19-2004 , 05:51 AM



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

Quote:
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







Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Backup a server... - 01-19-2004 , 06:12 AM



There is NO better way.

The only other way I would even contemplate is

1. Exec sp_detach_db <<dbname>>
2. COPY the mdf and ldf file(s)
3. Put the original back. Exec sp_attach_db <<original db name>>,
<<original files>>
4. Cut the copies you made to CD
5. Fedex
6. Copy the files off from the CD at the client
7. Write a script that will do the sp_attach_db <<dbname>>, <<files>> at
the client



--

----------------------------

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

Quote:
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









Reply With Quote
  #5  
Old   
Baisong Wei[MSFT]
 
Posts: n/a

Default RE: Backup a server... - 01-23-2004 , 12:07 AM



Hi Justin,

Thank you for using MSDN Newsgroup!

I would like to follow up on this issue and see if you still have questions
about this issue. Should you have any questions, please feel free to post
here. Looking forward to your reply!

Best regards

Baisong Wei
Microsoft Online Support
----------------------------------------------------
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only. Thanks.


Reply With Quote
  #6  
Old   
Baisong Wei[MSFT]
 
Posts: n/a

Default RE: Backup a server... - 01-23-2004 , 09:57 PM



Hi Justin,

Thank you for using MSDN Newsgroup!

I would like to follow up on this issue and see if you still have questions
about this issue. Should you have any questions, please feel free to post
here.

For backup of SQL Server, you could refer to the article from the following
link:
HOW TO: Move Databases Between Computers That Are Running SQL Server
http://support.microsoft.com/?id=314546

Hope his helps!

Best regards

Baisong Wei
Microsoft Online Support
----------------------------------------------------
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only. Thanks.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.