Notifications
Clear all

SQL Database

2 Posts
2 Users
0 Likes
436 Views
(@sagivb)
Posts: 4
New Member
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

 
Posted : 27/09/2017 11:44 am
gungora
(@gungora)
Posts: 33
Eminent Member
 

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.

 
Posted : 27/09/2017 6:33 pm
Share: