I am testing useage of UNC path in a DTS package. This DTS imports a text file into a table. The text file is located on File Server. I have set up a DTS package which uses UNC path to grab the text file from the File Server. While the first server can 'see' the File Server, the DTS works perfectly.
Question is that if I reboot the first server and don't login, then the server shouldn't be able to 'see' the File Server. What happens to my DTS package? Does it fail? My test shows that it would fail if my machine is not able to access the File Server.
Therefore, is it true that we can use UNC only when our machine or the server has at least read right on the File Server?
How can I use UNC path without need to login the File Server? I have heard that I can create a SQL user that has access to the File Server but I don't know how.
I appreciate all your replies.
Question is that if I reboot the first server and don't login, then the server shouldn't be able to 'see' the File Server. What happens to my DTS package? Does it fail? My test shows that it would fail if my machine is not able to access the File Server.
Therefore, is it true that we can use UNC only when our machine or the server has at least read right on the File Server?
How can I use UNC path without need to login the File Server? I have heard that I can create a SQL user that has access to the File Server but I don't know how.
I appreciate all your replies.