Tag: sql server

Best FREE SQL Server Tools for Database Developers and Administrators!

Tools & technologies • One Comment

This article comprehensively lists the best SQL Server FREE tools for database developers and...
Read More

ROLLBACK TRUNCATE in SQL Server

Database development, Statements

Have you ever accidentally executed the TRUNCATE command on a wrong table? This will lead to all data loss. The worst thing is that you...
Read More

SQL Server Transaction Log — Part 1

Database administation, Transaction Log • One Comment

Every SQL Server database contains one or more transaction log files in addition to data files. Log files record all transactions and...
Read More

Retrieving SQL Server Metadata with Help of T-SQL

Languages & Coding, T-SQL • 2 Comments

This article contains a list of scripts that mine the SQL Server metadata in the various system...
Read More
Close