minimum and maximum size of sql database for fresh installation
Tell me minimum and maximum size of sql database for fresh installation
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Sep 7, 2012, 7:16 PM
It is advisable to leave the default values instead of specifying them. It will not hurt unless if the database needs to accommodate huge amount of data that needs whole system memory space.
Otherwise if your computer is 32 bit, then allocate more than 64 MB and it is 64 bit then more than 128. But, if memory is full then you will get exceptions as SQL Server instance cannot dynamically change its memory even you system has more memory.
Hope this answers your question. If you have any further questions, please post them.