dbTalk Databases Forums  

DTS from local txt to remote server

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


Discuss DTS from local txt to remote server in the microsoft.public.sqlserver.dts forum.



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

Default DTS from local txt to remote server - 03-24-2005 , 10:13 AM






I've a minimal SQL Server installation in my desktop PC and a source text
file containig my orders.
From my desktop is it possible in DTS to channel data from my single source
text file to a remote destination table in a remote SQL Server?
In my network environment is forbidden to share folder.

Exists some example?

Thanks




Reply With Quote
  #2  
Old   
Simon Worth
 
Posts: n/a

Default Re: DTS from local txt to remote server - 03-24-2005 , 02:13 PM






You can push data from a text file on your local machine to a different
SQL Server.
Run the DTS package interactively - when you run the package it is run
on your machine under your credentials and will see the file on your drive.
This wouldn't work if you scheduled the package on a different server
though.

Simon Worth

andrea favero wrote:
Quote:
I've a minimal SQL Server installation in my desktop PC and a source text
file containig my orders.
From my desktop is it possible in DTS to channel data from my single source
text file to a remote destination table in a remote SQL Server?
In my network environment is forbidden to share folder.

Exists some example?

Thanks




Reply With Quote
  #3  
Old   
andrea favero
 
Posts: n/a

Default Re: DTS from local txt to remote server - 03-25-2005 , 04:43 AM



I want to use a "Bulk Inser task", but in "Bulk Insert Task properties"
windows if I select a "existing connection" to a my remote server I can to
choose "source data file" only on remote SQL Server file system and not on my
PC file system.

How can I do to resolve my problem??

"Simon Worth" wrote:

Quote:
You can push data from a text file on your local machine to a different
SQL Server.
Run the DTS package interactively - when you run the package it is run
on your machine under your credentials and will see the file on your drive.
This wouldn't work if you scheduled the package on a different server
though.

Simon Worth

andrea favero wrote:
I've a minimal SQL Server installation in my desktop PC and a source text
file containig my orders.
From my desktop is it possible in DTS to channel data from my single source
text file to a remote destination table in a remote SQL Server?
In my network environment is forbidden to share folder.

Exists some example?

Thanks





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.