News

If you’ve the database backup available and know the time of data deletion, you can use the transaction log with Log Sequence Number (LSN) to recover the deleted data from SQL Server. However if you ...
I was (and probably still am) the guy who installed a Microsoft SQL database by hitting Next, Next, Next. Now, given that my database admin chops aren’t up to snuff, I was always a little bit hesitant ...
Sometimes, as when testing a table in a Microsoft SQL Server database, you need to reset an identity column to its initial seed value, typically one. During testing, you populate the table with ...