SQL SERVER –SP_HELPDB – How to find the size of the databases? August 5, 2011October 30, 2011Varun R This is a simple command to view size of all the databases in an Instance. USE [master] GO Sp_helpdb This procedure will also contain other information like Created Date, Status, and Compatibility Level. print