News

Locate the directory of your SQL Database needing to be moved. By default (which isn’t a good practice) the location of your databases are here: C:\Program Files\Microsoft SQL Server\MSSQL10_50 ...
Once you disconnect a database, you must restore it from its .MDF file in a process called "attachment." SQL Server offers two ways to attach the .MDF file: via the Management Studio program's ...
The transaction log file contains the SQL Server transactions of the database. It basically records the database transactions and the changes made by the transactions to the database. The logs are ...