Using T-SQl to get actual DB sizes in SQL 2005 based on the sp_spaceused stiored procedure
I need to create a stored procedure that will cycle through a series of databases on multiple servers so ican calculate the actual db sizes. I wouldlike to use the valuses created by sp_spaceused.