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 […]