SQL Server v. 2005
File Server: Windows Server 2012R2
We need to be able to run a scheduled SQL Job that exports a query to .csv ( this part we can do ) but we would like the SQL job to store the file on a NTFS Share on a Widows File Server. To access the share, the SQL Job will need an AD Account to 'login' to the File Server with. We're not sure where to assign the Access Rights in SQL. That is how do we tell the SQL Job "use THIS ACCOUNT to store the .csv file on this file share"?
How can we accomplish this?
↧
SQL User with Active Directory access to a Shared Folder
↧