Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Eric_H
Starting Member
1 Post |
Posted - 2010-06-10 : 19:18:25
|
| Hello,After a bit of googling, I found a way to get the size of a db by using sp_spaceused. However, the procedure returns two result sets, is it possible to combine them into a single row somehow?The ideal end result is being able to get a result set that has Database name, Current Size, and unallocated space for every DB on the server.Thanks for any help. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|