dbTalk Databases Forums  

restore .bak file

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


Discuss restore .bak file in the microsoft.public.sqlserver.dts forum.



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

Default restore .bak file - 10-11-2006 , 08:38 PM







A third party is posting a .bak file to their ftp site for us to pick up and
import into our own sql server. Since we did not backup the original
database from our local sql server, how do we restore this new .bak file to
our own sql server? Or is there some other way to do the import- either
through EM or QA?

Thanks in advance for your help ...

bill



Reply With Quote
  #2  
Old   
WCM
 
Posts: n/a

Default RE: restore .bak file - 10-11-2006 , 10:34 PM







Following worked fine - db 'support' was backed up on one sql server as
tester.bak and then restored to another off-site sql server with the
following command:

restore database support
from disk='c:\tester.bak'

Looks like all data restored fine.
sp_helpdb showed the new data files set up okay. If I'm missing something,
please let me know. Thanks ...

"WCM" wrote:

Quote:
A third party is posting a .bak file to their ftp site for us to pick up and
import into our own sql server. Since we did not backup the original
database from our local sql server, how do we restore this new .bak file to
our own sql server? Or is there some other way to do the import- either
through EM or QA?

Thanks in advance for your help ...

bill



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.