dbTalk Databases Forums  

saving .txt file

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss saving .txt file in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Raka
 
Posts: n/a

Default saving .txt file - 07-07-2003 , 03:07 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.

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: saving .txt file - 07-07-2003 , 04:22 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

"Raka" <rational_ed (AT) yahoo (DOT) com> wrote

Quote:
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.



Reply With Quote
  #3  
Old   
Raka
 
Posts: n/a

Default Re: saving .txt file - 07-07-2003 , 05:07 PM



Thanks.I will try that.


Quote:
-----Original Message-----
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

"Raka" <rational_ed (AT) yahoo (DOT) com> wrote in message
news:027701c344c3$698c74f0$a501280a (AT) phx (DOT) gbl...
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.


.


Reply With Quote
  #4  
Old   
Raka
 
Posts: n/a

Default Re: saving .txt file - 07-08-2003 , 10:31 AM



\\testserv\Bi$\SAP\inventory_onhand.txt
where testserv is the server name and bi is share name.
Did i write it correctly?



Quote:
-----Original Message-----
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

"Raka" <rational_ed (AT) yahoo (DOT) com> wrote in message
news:027701c344c3$698c74f0$a501280a (AT) phx (DOT) gbl...
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.


.


Reply With Quote
  #5  
Old   
Darren Green
 
Posts: n/a

Default Re: saving .txt file - 07-11-2003 , 01:58 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

"Raka" <rational_ed (AT) yahoo (DOT) com> wrote

Quote:
\\testserv\Bi$\SAP\inventory_onhand.txt
where testserv is the server name and bi is share name.
Did i write it correctly?



-----Original Message-----
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

"Raka" <rational_ed (AT) yahoo (DOT) com> wrote in message
news:027701c344c3$698c74f0$a501280a (AT) phx (DOT) gbl...
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.


.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.