Regain database Space

Posted Leave a commentPosted in MS SQL

The last two articles help you identify where the issue is? this one will take you through step by step process of what one may do to regain the space occupied by the databases. Hence freeing some resources on the SQL server and improving the performance too. Identify and clean Log/Temp Tables Truncate/Delete the log […]

Display data and log space information for each database – what’s eating up server space?

Posted Leave a commentPosted in MS SQL

This thread outlines how to display data and log space information for all the databases in SQL Server. This will give you an insight into which database needs to be maintained or dropped to save space on your server. Connect to the Database Engine. From the Standard bar, click New Query. Copy and paste the following example into the query window and click Execute. one may uncomment a […]

SQL Compatibility Level | Unable to restore SQL DB, version error

Posted Leave a commentPosted in Tips & Tricks

Is the version of SQL Server with which the database is to be made compatible. The following compatibility level values can be configured (not all versions supports all of the above listed compatibility level): The compatibility level of a database dictates how certain language elements of the database functions when it relates to an earlier […]