Adding the domain account to a security group on the SQL Server computer that has sufficient privileges to log on as a service
        Posted  
        
            by 
                Alberto
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Alberto
        
        
        
        Published on 2013-10-19T07:25:54Z
        Indexed on 
            2013/10/19
            9:56 UTC
        
        
        Read the original article
        Hit count: 377
        
After reading this article,
http://www.red-gate.com/supportcenter/content/knowledgebase/SQL_Backup/KB200710000173
I have some problems configuring point 2) and 3):
2) Create a SQL Server login that has the ability to backup (and restore) databases (y) by adding it to the SYSADMIN server role. 3) Add the domain account (x) to a security group on the SQL Server computer that has sufficient privileges to log on as a service, etc.
Where can I find detailed instructions on how to accomplish them?
Thanks.
© Server Fault or respective owner