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 |
ashish908
Starting Member
18 Posts |
Posted - 2010-02-18 : 06:54:52
|
For SQL Server 2000, i want to find the initial size of the database file and the transaction log file. How do i find it?In the enterprise manager-->DB properties the initial size label is misleading, it shows the current size of the db, but not the initial size.I tried searching for answers on google and this forum but did not find anything.Regards,Ashish |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-02-18 : 07:25:57
|
One chance is to look for the initial size of the model database because sql server is taking that values for default when creating a database.But if you have created the database with other values then there is no chance except you have created the database by script and you can review your script. No, you're never too old to Yak'n'Roll if you're too young to die. |
|
|
|
|
|