July 27, 2005 at 3:07 am
Hello,
A database that I am administering is experiecing odd errors - recorded in the error logs - the logs indicate that "Starting up database 'db_name'." - this occurs about 30 minutes.
Can anybody shed some light on the Error message ?
Thanks
July 27, 2005 at 3:23 am
Is the database configured for autoclose?
SELECT DATABASEPROPERTY( 'db_name' , 'IsAutoClose' )
July 27, 2005 at 3:38 am
The database is set to Auto close - THANK YOU SOO MUCH!!!
July 27, 2005 at 3:51 am
No problem, happy to help. Note that starting up a database is an expensive operation, so if the database is not very seldomly used it should probably not be set in autoclose mode.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply