Tuesday, December 05, 2017

How to Read Data From LDFs File in SQL Server

DZone Database Zone
How to Read Data From LDFs File in SQL Server
How to Read Data From LDFs File in SQL Server

In SQL Server database, transaction logs play a vital role. Whenever a system failure or database corruption occurs in SQL Server, the transaction logs can be helpful for recovery. SQL Server stores all the transactional information of each database in LDF (.ldf) files.

In today’s post, I am going to discuss transaction logs and LDF files. Also, we will learn how to read data from LDF files in SQL Server.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...