![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
-----Original Message----- 291255 BUG: IsAlive Check Does Not Run Under the Context of the http://support.microsoft.com/?id=291255 "service account that the cluster service runs under can log into SQL Server for the IsAlive check. " 263712 INF: How to Impede Windows NT Administrators from Administering a http://support.microsoft.com/?id=263712 "1. Explicitly add the account that is being used for the Cluster Service as a SQL Server login. You must give this |
|
Administrator role. If full-text search is to be used on the cluster, you must add the [NT Authority\System] |
|
group. For example: Grant [NT Authority\System] a logon to SQL Server: EXEC sp_grantlogin [NT Authority\System] Add that account to the sysadmins role: EXEC sp_addsrvrolemember @loginame = [NT Authority\System] , @rolename = 'sysadmin' 2. Remove the "BUILTIN\Administrators" login from SQL Server after you install the virtual server." Cindy Gross, MCDBA, MCSE http://cindygross.tripod.com This posting is provided "AS IS" with no warranties, and confers no rights. . |
![]() |
| Thread Tools | |
| Display Modes | |
| |