Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What is the Initial size of newly created database in SQL Server before specifing size for mdf/ldf?

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.