dbTalk Databases Forums  

restore only one table from backup

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


Discuss restore only one table from backup in the microsoft.public.sqlserver.dts forum.



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

Default restore only one table from backup - 11-06-2003 , 02:35 PM






a table got screwed up and I need to restore it from a
nightly backup. All I can find to do is restore the
entire database, how do I restore only one file at a time?

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: restore only one table from backup - 11-06-2003 , 02:55 PM






In article <01c001c3a4a5$7d3e7470$a501280a (AT) phx (DOT) gbl>, dane
<anonymous (AT) discussions (DOT) microsoft.com> writes
Quote:
a table got screwed up and I need to restore it from a
nightly backup. All I can find to do is restore the
entire database, how do I restore only one file at a time?
SQL Server does not have one file per table. A DB can have multiple
files but that is a whole different story. You cannot restore an
individual table from a database backup.

Restore the databse to a new name, and then copy the required table or
data back into the live database.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.