![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Try: CREATE LOGIN [NT AUTHORITY\SYSTEM] FROM WINDOWS WITH DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english] go EXEC sp_addsrvrolemember 'NT AUTHORITY\SYSTEM', 'sysadmin'; GO -- Tom ---------------------------------------------------- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS SQL Server MVP Toronto, ON Canada https://mvp.support.microsoft.com/profile/Tom.Moreau "Steven Spencer (Spinalogic)" <Spence-Spinalogic (AT) newsgroup (DOT) nospam> wrote in message news:e8PPiSgiHHA.4032 (AT) TK2MSFTNGP02 (DOT) phx.gbl... Gday, I have a SQL Server 2005 Enterprise edition installation in our office. When I run the Sql Server Agent, I get a Failure Audit: Login Failed for user 'NT AUTHORITY\SYSTEM [ Client: <Local machine>] with the additional data indicating ss\Enterprise db Master as the failure. I then looked intot he sql server logs, and found a 2007-04-27 13:24:00.96 Logon Login failed for user 'NT AUTHORITY\SYSTEM'. [CLIENT: <local machine>] 2007-04-27 13:25:00.96 Logon Error: 18456, Severity: 14, State: 16. Message repeated once a minute. I know NOTHING About sql server logins or the authentication scheme. This is why I'm here. Could you guys please walk me through adding the user and login to the master database including all the little things that I would need to do in order to get the login to work. It makes it very difficult for me to view other important info in the logs when this is occuring. I'd also actually like to schedule some tasks etc so having the agent would be beneficial. Thanks guys. |
#4
| |||
| |||
|
|
Try: CREATE LOGIN [NT AUTHORITY\SYSTEM] FROM WINDOWS WITH DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english] go EXEC sp_addsrvrolemember 'NT AUTHORITY\SYSTEM', 'sysadmin'; GO -- Tom ---------------------------------------------------- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS SQL Server MVP Toronto, ON Canada https://mvp.support.microsoft.com/profile/Tom.Moreau "Steven Spencer (Spinalogic)" <Spence-Spinalogic (AT) newsgroup (DOT) nospam> wrote in message news:e8PPiSgiHHA.4032 (AT) TK2MSFTNGP02 (DOT) phx.gbl... Gday, I have a SQL Server 2005 Enterprise edition installation in our office. When I run the Sql Server Agent, I get a Failure Audit: Login Failed for user 'NT AUTHORITY\SYSTEM [ Client: <Local machine>] with the additional data indicating ss\Enterprise db Master as the failure. I then looked intot he sql server logs, and found a 2007-04-27 13:24:00.96 Logon Login failed for user 'NT AUTHORITY\SYSTEM'. [CLIENT: <local machine>] 2007-04-27 13:25:00.96 Logon Error: 18456, Severity: 14, State: 16. Message repeated once a minute. I know NOTHING About sql server logins or the authentication scheme. This is why I'm here. Could you guys please walk me through adding the user and login to the master database including all the little things that I would need to do in order to get the login to work. It makes it very difficult for me to view other important info in the logs when this is occuring. I'd also actually like to schedule some tasks etc so having the agent would be beneficial. Thanks guys. |
![]() |
| Thread Tools | |
| Display Modes | |
| |