Sql Server Backup to UNC

前端 未结 7 1617
梦毁少年i
梦毁少年i 2021-02-19 14:51

I\'ve create a maintenance plan on my SQL Server 2005 server. The backup should be written to another server. I\'m using a UNC path for this. The user running the SQL Agent jobs

7条回答
  •  长发绾君心
    2021-02-19 15:21

    I've backed-up up to UNC's mmany times. Make sure it's not a permissions issue w/ the account that sql server and sql agent are running as. I wouldn't back up to the hidden admin share like that perhaps it's the $ that's causing the problem. Create a share and backup to that. \server\share NOT \server\c$\folder

提交回复
热议问题