gauravlal.wordpress.com
T-SQL query to get database size and table size (in Gigabytes)
Please find below T-SQL query to find DB size and Tables Size (In GB) along with their row count. Please share your feedback if you like this post!!! T-SQL query to get Database size in GB: SELECT …