Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
maximx86
Starting Member
4 Posts |
Posted - 2007-06-18 : 05:08:26
|
| I cannot run SQl Server Agent service. Each time I try I get these 2 errorsEvent Type: ErrorEvent Source: SQLAgent$MY_INSTANCEEvent Category: (2)Event ID: 17310Date: 18/06/2007Time: 09:27:49User: N/AComputer: MY SERVERDescription:A user request from the session with SPID 53 generated a fatal exception. SQL Server is terminating this session. Contact Product Support Services with the dump produced in the log directory.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Data:Event Type: ErrorEvent Source: SQLAgent$MY_INSTANCEEvent Category: Service Control Event ID: 103Date: 18/06/2007Time: 09:27:49User: N/AComputer: MY SERVERDescription:SQLServerAgent could not be started (reason: SQLServerAgent cannot start because the msdb database is not set to a compatibility level of 70 or higher).For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.I am on SQL Server 2005. Do you have any ideas what might cause it and how to fix it?Chris |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-06-18 : 05:19:50
|
| set the msdb compatiblity to 9.0_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp |
 |
|
|
maximx86
Starting Member
4 Posts |
Posted - 2007-06-18 : 05:39:01
|
| I ran EXEC sp_dbcmptlevel 'msdb'and receivedThe current compatibility level is 90.Running query sp_dbcmptlevel I am receing Valid values of the database compatibility level are 60, 65, 70, 80, or 90. Trying to get properties of my database I get this:http://extranet.aesfinance.com/files/sql.pngThanks |
 |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-06-18 : 06:03:12
|
| about the GUI error: exit and restart the SSMS. if the error persists you'll have to reinstall the SSMS.does the sql server log provide any more info?what compatibilty are your db's set to?_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp |
 |
|
|
|
|
|