Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jimmpy
Starting Member
15 Posts |
Posted - 2005-09-21 : 11:30:41
|
| one of my db table just got corrupted. is it possible to restore just the table from full backup? Thanks |
|
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2005-09-21 : 12:01:14
|
| unfortunately that is not possible.restore your backup to a newly created database (call it restored_database) and then pull the data you need from the restored copy.-ec |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-09-21 : 12:58:52
|
| That's one of the things that I miss from SQL Server 6.5. You could restore just a table in that version. A couple of years ago, someone posted why it changed but I can't remember the details now.Tara |
 |
|
|
|
|
|