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 |
|
BK
Starting Member
2 Posts |
Posted - 2004-08-26 : 05:29:58
|
| i need to test a Delete function in a SQL table.how do i get back all the datavalues if i delete anyother row by mistake.can it be done in anyway with enterprise manager.please let me know.thanks |
|
|
mr_mist
Grunnio
1870 Posts |
Posted - 2004-08-26 : 05:36:18
|
| 1. Test the query as a SELECT first2. Use a transactionBEGIN TRANDELETE FROM yourtableROLLBACK-------Moo. :) |
 |
|
|
|
|
|