You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/security/using-service-sids-to-grant-permissions-to-services-in-sql-server.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,32 @@ GRANT VIEW SERVER STATE TO [NT SERVICE\ClusSvc]
97
97
GO
98
98
```
99
99
100
+
> [!NOTE]
101
+
> Removing the service SID logins or removing them from the sysadmin server role can cause problems for various components of SQL Server that connect to the SQL Server Database Engine. Some problems include the following:
102
+
> - SQL Server Agent cannot start or connect to a SQL Server service
103
+
> - SQL Server Setup programs encounter the problem that is mentioned in the following Microsoft Knowledge Base article:
0 commit comments