|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Database Backup & RestoreMost of the rows in one of the tables in our database were deleted by a DTS
package. (The DTS package does a complete replacement of the table. Unfortunately the source is a "work" file which had been cleared.) I ended up restoring the last backup of the database with a different name and then copied the data from the alternate DB. But I was wondering, is it possible to restore a single table in a database from a full database backup or can you only restore the entire database? Not with the native Sql Server backup and restore commands. There are some
third party products who claim to have object level restore capabilities but I have not tried any of them. It can be a very dangerous thing and must be done considering all the elements so you maintain your data integrity. -- Show quoteHide quoteAndrew J. Kelly SQL MVP "Evan Nelson" <EvanNel***@discussions.microsoft.com> wrote in message news:BBEB73EC-AB2B-48F5-92D8-AAAF056EE80C@microsoft.com... > Most of the rows in one of the tables in our database were deleted by a > DTS > package. (The DTS package does a complete replacement of the table. > Unfortunately the source is a "work" file which had been cleared.) I > ended > up restoring the last backup of the database with a different name and > then > copied the data from the alternate DB. But I was wondering, is it > possible > to restore a single table in a database from a full database backup or can > you only restore the entire database?
Other interesting topics
Transaction Log is full
How get column headers in QA CSV export if elseif .. in Store procedure: DTS Programming Question -- how to remove custom transformations Errors in the trace from Enterprise manager windows 2003 and Sqlserver2000 DatabaseName data column in Profiler is blank SQL Mail and Replication Alerts Performance Monitor locking counter Located databases no longer used. |
|||||||||||||||||||||||