Hello
I have a stored procedure reading a file. It works properly as long as the file is local. If I try to read a file from a mapped drive from a different machine I get a file reading error.
Is there a limitation to read only local files, or is anywhere a security switch to solve this problem?
Regards
Tom62
I have a stored procedure reading a file. It works properly as long as the file is local. If I try to read a file from a mapped drive from a different machine I get a file reading error.
Is there a limitation to read only local files, or is anywhere a security switch to solve this problem?
Regards
Tom62
Comment