What is the Initial size of newly created database in SQL Server?
What is the Initial size of newly created database in SQL Server before specifing size for mdf/开发者_开发技巧ldf?
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.
精彩评论