Notifications
Clear all

SQL Database

2 Posts
2 Users
0 Reactions
636 Views
(@sagivb)
New Member
Joined: 8 years ago
Posts: 4
Topic starter  

Hi All,

Can you please assist and suggest some software that I can use to find out if any data has been changed or removed?
If there is no such thing can you please send me some tutorial about that?

Thanks,
Sagiv


   
Quote
gungora
(@gungora)
Eminent Member
Joined: 8 years ago
Posts: 33
 

Transaction logs usually contain key information regarding what happened in a SQL database.

If you have multiple backups of the database at different points in time, you might be able to use a SQL schema and/or data comparison tool such as SQL Server Data Tools (SSDT) for Visual Studio or SQL Compare & SQL Data Compare by Redgate.


   
ReplyQuote
Share: