Database

Microsoft WebMatrix

Microsoft WebMatrix

WebMatrix is the easiest way to build, test and deploy Web sites. WebMatrix installs in minutes and elegantly integrates a Web server, database and programming frameworks into a single integrated experience. WebMatrix also provides a…


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