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 |
sqlfresher2k7
Aged Yak Warrior
623 Posts |
Posted - 2008-12-19 : 13:47:16
|
I want to know the records being deleted in sqlserver 2000/2005.Is there a way in transaction log to find..Thanks for your help in advanced.. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-12-19 : 14:04:00
|
Well you could purchase a third party tool to read the transaction log, both Lumigent and Red Gate have products like this. There are ways to do it for free, however I wouldn't recommend it unless you are an expert such as a person who writes the SQL Server software. You could audit the data via triggers or capture the deletes via SQL Profiler or a server-side trace using the SQL Trace system stored procedures.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog |
 |
|
sqlfresher2k7
Aged Yak Warrior
623 Posts |
Posted - 2008-12-21 : 18:22:41
|
Thanks !!Which system stored procedure will able me to identify the deleted records.. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|