Is there any way to convert differential backup to SQL statements which will produce identical results when applied?
Or any other solution similar to binary log in MySQL?
Is there any way to convert differential backup to SQL statements which will produce identical results when applied?
Or any other solution similar to binary log in MySQL?
please see the below links :
http://weblogs.sqlteam.com/tarad/archive/2007/02/26/60120.aspx
No.
SQL Server differential backups contain those pages that have been changed since the last full backup.
This will be completely unrelated to SQL DML statements that have been run and the data can not be extracted.
What are you trying to do though?