Question : SBS 2003 - SQL Express 2005 - Presenting Error 17137 approx every second

A couple off weeks ago a third party installed some property management software on one of the SBS 2003 Servers we manage. As part of the installation a Instance of MS SQL Express 2005 was installed called CONSOLE. The application installed is working fine.

I am now seeing that the application Log is getting flooded with MSSQL$CONSOLE - Events 17137 approx every second and every also MSSQL$CONSOLE - Event 2803 every so often. which is a real pain as it is filling the application log up to a point where I can see no other events !

I have done some research on SQL Express error 17137 and seems to be related to the data base being reopened every second or so and the general advice seems to be to execute the below command via SQL Server Management Studio Express which we do have on the server as it is also running another MSSQL Express Instance for BES

ALTER DATABASE <Database Name> SET AUTO_CLOSE OFF

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=134590
http://social.msdn.microsoft.com/forums/en-US/sqlexpress/thread/1bff29a0-4315-4f7a-af07-0b1c18ff0d2b/

How would I exactly run the command above in SQL Server Management Studio Express against database "sample" assuming I am correct in my research.

Thanks for your help
Attachments:
 
17137 error
17137 error
 
 
2803 error
2803 error
 
 
Application Log
Application Log
 

Answer : SBS 2003 - SQL Express 2005 - Presenting Error 17137 approx every second

As per my request for Conformation and Step by Step instructions.
To Run
ALTER DATABASE <Database Name> SET AUTO_CLOSE OFF
Against Database Console perform the following.

Open
SQL Server Management Studio Express
Connect to Instance "CONSOLE"
Expand Data Bases
Right Click on "Sample" and select Properties
Select Options
Automatic, Select Auto Close to FALSE and hit OK
Event log then show the following, and 17137's stop

Random Solutions  
 
programming4us programming4us