Category Archives: SQL

SQL Database physical size

If you are looking for a script that able to retrieve from select statement, below script will help you to retrieve. SELECT physical_name,     CASE         WHEN is_percent_growth = 0             THEN LTRIM(STR(growth * 8.0 / 1024,10,1)) + ‘ MB, … Continue reading

Posted in SQL | Tagged | Leave a comment