How can I attach a source file for my DTS package that is acually located on the SQL server itself. The SQL server has a virtual drive map to a LINUX server that contains files which I want to automate for loading?
I would like to grab those LINUX text files and load them into my databases.. I want to avoid multiple copies of data files and ensure security. I am also trying to avoid from copying these LINUX files onto my PC.
thanks.