I know there are ways to read the SQL server transaction log file, but none of them allow you to see (at least I have not found any ways) to read the hex format so you can see the new value and old value of a SQL update? How can I do this without buying a thirdparty tool?
Is there a way with SQL?
Is there a way with C#?