Avatar of Jim_Mead
Jim_Mead

asked on 

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.
Microsoft SQL Server 2005

Avatar of undefined
Last Comment
chapmandew

8/22/2022 - Mon