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 |
|
ekareem
Starting Member
9 Posts |
Posted - 2006-05-03 : 03:39:47
|
| Hi,In calculating total DB size, suppose the required space is X - Do we need to add the size of the MODEL database which is about 1 MB so that the total size = 1 MB + Xor would the total size be total size = XThanks. |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-05-03 : 03:46:40
|
use sp_spaceused to find out the size.also refer to here http://searchvb.techtarget.com/tip/1,289483,sid8_gci936919,00.html?FromTaxonomy=%2Fpr%2F289208 KH |
 |
|
|
ekareem
Starting Member
9 Posts |
Posted - 2006-05-11 : 01:44:41
|
| Thanks. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|