SQL Server



8 Cara Meningkatkan Kinerja Index di SQL Server

Index di SQL Server adalah komponen penting yang berperan besar dalam kecepatan eksekusi queri. Namun, tanpa pengelolaan yang tepat, index bisa menjadi beban. Dalam artikel ini, kita akan membahas cara meningkatkan kinerja index 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