A transaction log file (also database log or binary log) is a history of actions executed by a database management system to guarantee ACID properties over crashes or hardware failures.
I have used tsql to detach a database like this: EXEC sp_detach_db @dbname = 'my_db' I then made …
sql-server tsql mdf ldfI mean the way to open the LDF file and read/analyze it. Now, I have ability to extract the …
sql-server ldfI have sql server database files (Mdf/Ldf) and i want to convert them to backup file using T-SQL commands …
sql-server database-restore mdf ldf