Remote Backup Access Denied
i know command works fine when run batch file not seem work job in sql server. try map remote machine drive , used drive in copy statementcopy e:\backup\*.bak q:\backup\ still not work. there need inside sql server?
change network service local user/local system account. if have domain, create domain account exclusively sql services , start services account.
from below mentioned link :
1important microsoft recommends not use network service account sql server or sql server agent services. local user or domain user accounts more appropriate these sql server services.
read first :
ms-help://ms.sqlcc.v9/ms.sqlsvr.v9.en/instsql9/html/309b9dac-0b3a-4617-85ef-c4519ce9d014.htm
http://msdn2.microsoft.com/en-us/library/ms684272.aspx
madhu
SQL Server > SQL Server High Availability and Disaster Recovery
Comments
Post a Comment