Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restore individual tables

Status
Not open for further replies.
May 7, 2001
9
US
I have data in relatively static table. I have found that it has been inadvertantly deleted. The problem is that it appears to have been deleted some time ago (10 days).

What I want to do is take an existing historical backup and restore only the affected tabel, not the entire database.

Any help would be greatly appreciated.
Lou Burgoyne
Applications Administrator
 
I dont think it is possible to restore just a table. The best way to get your table back is to restore the whole database onto another server (or your local PC) and copy the table back by using DTS.

Hope this helps,

Chris Dukes
 
I've always thought this was one key weakness of SQL Server, and I think that even more when I'm Lou's situation. While I'm sure there are sound technical/performance and integrity reasons why the Microsoft solution is the "preferred" method, it sure is a royal PITA when, say, someone runs an UPDATE command on a table without a WHERE clause. Robert Bradley
Sr. DBA, some big company
cheap prints and oil paintings:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top