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 |
|
bubberz
Constraint Violating Yak Guru
289 Posts |
Posted - 2005-09-07 : 18:35:46
|
| I ran a delete statement, and deleted all rows.Can I restore all these deleted records?We updated the table with a backup from 3.am this morning, which is okay for now.Thanks! |
|
|
Kristen
Test
22859 Posts |
Posted - 2005-09-07 : 18:44:27
|
| You could restore the backup to a temporary database, and then use an INSERT statement to copy across the ones you want.If you have transaction backups you could restore to a "moment-in-time", if that would help.Kristen |
 |
|
|
|
|
|