Hi,
I am a rookie at SQL Server and I have deleted by mistake all rows from some tables usingDelete <Table> from a database that has no backup...ever but it's on FULL MODE.
I have seen some samples of how to restore data using LSN, but I just can't understand the procedure, and I have no money to buy an expensive software (like ApexSQL) to get my data back.
I followed instructions on how to do it in here:
https://www.sqlshack.com/how-to-take-advantage-of-sql-servers-transaction-log/
Any simpler way or a REAL free tool to do it?
Thanks in advance.
G.Waters