Remote Backup Access Denied


i created maintenance plan backup on machine , created job using cmdexec command: copy  e:\\*.bak  \\remote\backup\  but copy job fail each time.

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

Popular posts from this blog

SQL Server PSProvider SQL Server Authentication

How to calculate the delta size while diffing the files in TeamFoundationServer ?

How to capture screen in silverlight apps