What is the Auto-Close option when creating a new database in SQL Server 2008?
EDIT: and how do you decide whether to turn it on or off?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From MSDN:
Edit to answer edited in question: It all depends on whether the server needs the extra memory, and if the time cost to open and close the database is worth the extra memory gained. If you are unsure, then false is probably the way to go.