![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
SQLServerAgent could not be started (reason: SQLServerAgent must be able to connect to SQLServer as SysAdmin, but '(Unknown)' is not a member of the SysAdmin role). |
|
I read somewhere I have to run in query analyzer with the following procedure: sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Agent XPs', 1; GO RECONFIGURE GO Where can I run this in sql 2008 (cannot locate query analyzer)? |
#3
| |||
| |||
|
|
Hello, After upgrading to SQL 2008 ENT from SQL 2000 ENT SP4, the agent won't start. Here is the event log. Event Type: Error Event Source: SQLSERVERAGENT Event Category: Service Control Event ID: 103 Date: 10/2/2009 Time: 10:36:28 PM User: N/A Computer: xxx1 Description: SQLServerAgent could not be started (reason: SQLServerAgent must be able to connect to SQLServer as SysAdmin, but '(Unknown)' is not a member of the SysAdmin role). For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. I have tried adding the accounts into the "Lock pages in memory" from the local policy, but don't have any luck. I read somewhere I have to run in query analyzer with the following procedure: sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Agent XPs', 1; GO RECONFIGURE GO Where can I run this in sql 2008 (cannot locate query analyzer)? TIA, tnt |
![]() |
| Thread Tools | |
| Display Modes | |
| |