Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
alasse130
Starting Member
21 Posts |
Posted - 2011-09-16 : 16:40:50
|
| Hi, how do you grant permission to sql server so that stored procedures can access a file that is on a remote location. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-09-17 : 01:03:45
|
| create a sql service account for executing the stored procedure. Give access to account for remote location that contains the file------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|
|