What is the Initial size of newly created database in SQL Server before specifing size for mdf/ldf?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The file sizes as well as other properties of the [soon to be created] database are set to the values of the corresponding properties of the model database. The database isn't created however until one supplies the path and name (and possibly alter the initial size) of the MDF and LDF files. |
|||
|
|