Anonymous Asked in Cars &Transportation · 2 weeks ago

How do I undo a delete in SQL Server?

Contents
We can recover deleted rows if we know the time when data is deleted We can achieve this goal using LSN ( Log Sequence Numbers ). As per Microsoft, “Every record in the SQL Server transaction log is uniquely identified by a log sequence number (LSN)". We will use these LSNs to recover our deleted data. 4 июл. 2019 г.


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours