I've got a MS-SQL 2005 backup file. When I open with a text editor, despite being binary, I can see some information I want back.
Nevertheless, when I restore the backup using MS-SQL studio, the row is missing in the table.
Is there some way I could get that piece of information back which is inside the backup file but missing when I restore it? (Maybe it was logical deleted, or something like that)
Thanks in advance.