how to assign permission to start sql server active directory helper or Permission to start SQL Writer permissions

  • Hi guys

    I have read the following document "Setting Up Windows Service Accounts"

    http://msdn.microsoft.com/en-us/library/ms143504%28v=sql.90%29.aspx#Review_NT_rights

    but I could not find these policies on the local security policy

    -Permission to start SQL Server Active Directory Helper

    -Permission to start SQL Writer

    does any one kinow how do I assign these permissions to a domain user

    thank you

  • These are services. As a result, any account with the permission to stop and start services can stop and start these. That requires either Power User or Administrator group membership on the local server.

    With that said, the AD helper shouldn't be started by a user. The SQL Writer should already be running.

    K. Brian Kelley
    @kbriankelley

  • use the following commands to check the rights on these services

    sc sdshow SQLWRITER

    sc sdshow EVENTLOG

    sc sdshow RPCSS

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply