Viewing 3 posts - 1 through 4 (of 4 total)
I'm not sure about this question. The grantor is the user login I want to drop; the grantee is the Service Account for the SQL server instance.
March 20, 2014 at 11:36 am
#1698817
I originally wound it by checking to see why I could not drop the login. I checked for any other using sys.server_permissions.
Select pm.class_desc,
...
March 20, 2014 at 6:18 am
#1698649
Both the primary and the secondary have the same grant. It is on the service account running the SQL Server service.
March 19, 2014 at 5:43 am
#1698331