Groups | Blog | Home
all groups > sql server dts > july 2003 >

sql server dts : saving .txt file



Raka
7/7/2003 1:07:37 PM
Hi ,
I have created a DTS package in SQL server 2000 which will
write the contents of the table data to a text file.
When the Job is invoked it creates the .txt file and saves
it on the above server.It works fine for now

If i decide to save the .txt file on some other server how
should i do that ?
Thanks for help


Raka
7/7/2003 3:07:22 PM
Thanks.I will try that.


[quoted text, click to view]
Darren Green
7/7/2003 10:22:16 PM
To access another machine from that on which DTS is executing you can use a
UNC path (\\Machine\Share\File.txt).

Or

Run the package on the same machine as where you want the file.


--
Darren Green
http://www.sqldts.com

[quoted text, click to view]

Raka
7/8/2003 8:31:13 AM
\\testserv\Bi$\SAP\inventory_onhand.txt
where testserv is the server name and bi is share name.
Did i write it correctly?



[quoted text, click to view]
Darren Green
7/11/2003 7:58:38 AM
Looks OK to me. Is BI a hidden share, the $ sign? Check on the server. You
will also need to check the permissions on the share.


--
Darren Green
http://www.sqldts.com

[quoted text, click to view]

AddThis Social Bookmark Button