November 1, 2017 at 10:02 am
Good Morning Experts,
If i set initial size of a data file as 700 MB, does SQL Server allocate 700 MB to the data file immediately? Or will it start from 0 and gradually increase?
November 5, 2017 at 3:51 am
Thom A - Wednesday, November 1, 2017 10:05 AMIt will allocate 700MB when you create it; hence why it's called Initial datafile size. 😉
Thanks Thom. I have a doubt. Suppose I right click Databases and select New Database, enter database name and set initial size of data file as 500 MB and click OK, the new database will be created. This new database is empty, has no data, and 500 MB space(initial size) has been allocated immediately. What information will this 500 MB space contain?
November 5, 2017 at 6:50 pm
coolchaitu - Sunday, November 5, 2017 3:51 AMThom A - Wednesday, November 1, 2017 10:05 AMIt will allocate 700MB when you create it; hence why it's called Initial datafile size. 😉Thanks Thom. I have a doubt. Suppose I right click Databases and select New Database, enter database name and set initial size of data file as 500 MB and click OK, the new database will be created. This new database is empty, has no data, and 500 MB space(initial size) has been allocated immediately. What information will this 500 MB space contain?
If you don't have
coolchaitu - Sunday, November 5, 2017 3:51 AMThom A - Wednesday, November 1, 2017 10:05 AMIt will allocate 700MB when you create it; hence why it's called Initial datafile size. 😉Thanks Thom. I have a doubt. Suppose I right click Databases and select New Database, enter database name and set initial size of data file as 500 MB and click OK, the new database will be created. This new database is empty, has no data, and 500 MB space(initial size) has been allocated immediately. What information will this 500 MB space contain?
It will be filled with many mistakes and performance problems that haven't happened yet. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply