Click here to hide categories Click here to show left categories
User: Home welcome : Guest Log In / Register here
This query tells the total number of space covered by the all databases of sql server. Copy and paste this query in query analyzer.
SELECT SUM(size*8192.0) AS totalsize FROM sys.master_files;