![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, after sysprep of an SQL 2005 the SQL Server Agent won't start as any other account but Local System. I did change the server's name to mach the windows server name: check servername select @@servername,serverproperty('machinename') if both values are different then you need to exec sp_dropserver 'oldservername' exec sp_addserver 'newservername','local' After that I did a restart of the whole server, no help. If I add a domain account to the local admins group, and make the SQL Server Agent run as that account, then it works. But I don't like idea of having that account as the local admin. Any ideas? Any good articles on sysprep'ping the SQL 2005 and 2008? Thank you in advance! Regards Zoran |
#3
| |||
| |||
|
|
What error? SQL Server Agent account should have an appropriate permissions to perform different tasks such as for example BACKUP DATABASE to remote comupter... I have NOT seen offten users./clients have a SQL Server account member of non-admin group "Zoran" <ms.news (AT) pantic (DOT) dk> wrote in message news:e1kWImbbKHA.6028 (AT) TK2MSFTNGP04 (DOT) phx.gbl... Hi All, after sysprep of an SQL 2005 the SQL Server Agent won't start as any other account but Local System. I did change the server's name to mach the windows server name: check servername select @@servername,serverproperty('machinename') if both values are different then you need to exec sp_dropserver 'oldservername' exec sp_addserver 'newservername','local' After that I did a restart of the whole server, no help. If I add a domain account to the local admins group, and make the SQL Server Agent run as that account, then it works. But I don't like idea of having that account as the local admin. Any ideas? Any good articles on sysprep'ping the SQL 2005 and 2008? Thank you in advance! Regards Zoran |
#4
| |||
| |||
|
|
In Application Log I can see the following: Login failed for user 'OurDomain\sqlservice'. [CLIENT: <local machine>] (but that is not the case, since the other SQL services are running under that account!) |
![]() |
| Thread Tools | |
| Display Modes | |
| |