I have an SQL server running on machine 'A', running under the usual NT Server\MSSQLSERVER object. I cannot change the account used to run the server.
I need to be able to have that server do a restore from files which are on a network share. Specifically, the files are in a directory on machine 'B', and that directory is then shared out. I need to set permissions on the share so that the SQL server running on machine 'A' has permissions to read from the share.
All the instructions I have seen explain how to add permissions for the "NT Server\MSSQLSERVER" object on the local machine only. That is, when on machine 'B', setting up permissions for the share, I can certainly add the "NT Server\MSSQLSERVER" object when I choose "Locations" to be 'B', but that does not seem to give the "NT Server\MSSQLSERVER" account on machine 'A' permissions to read the files.
Any help or pointers appreciated.