SQL Server



DBCC Shrinkfile SQL Server

DBCC SHRINKFILE to shrink the transaction log file manually

Below is DBCC SHRINKFILE statement to shrink the transaction log file manually : For SQL Server 2005 : USE [DatabaseName] GO DBCC SHRINKFILE([DatabaseName_log], 1) BACKUP LOG [DatabaseName] WITH TRUNCATE_ONLY DBCC SHRINKFILE([DatabaseName_log], 1) GO For SQL…


Microsoft SQL Server 2012

Download Microsoft SQL Server 2012

March 6, 2012 Microsoft announced the latest version of Microsoft SQL Server 2012. The product will be available on April 1. You can download for evaluation version at http://www.microsoft.com/download/en/details.aspx?id=29066