Hi,
I am trying to backup a database to a shared folder which is located in some other on the same network using SQL Server management studio. I get below error:
System.Data.SqlClient.SqlError: Cannot open backup device '\\SP2Server\SPBackup\SalesDb.bak'. Operating system error 1265(The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.). (Microsoft.SqlServer.Smo)I made the account that my sql server service is running as is a domain account and it has full access to the shared folder. In fact I gave full access to 'Everyone'. I could perform the backup on the same server (Server where SQL server is installed) easily. Issues only when backup to a network shared folder. I checked the user permission of the default backup folder of SQL Server (D:\DATABASE\MSSQL10.SQL2008\MSSQL\Backup) and noticed that a user SQLServerMSSQLUser$SP2Server$SQL2008 has read/write permission on this backup folder. Since this user is not a domain user, I can't give permission for this user on my network shared folder.
Please advise.
Regards,
Naush