dbTalk Databases Forums  

How to send data from a remote Client to my FTP site

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss How to send data from a remote Client to my FTP site in the comp.databases.ms-sqlserver forum.



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

Default How to send data from a remote Client to my FTP site - 05-14-2005 , 01:30 PM






Every night i want to send the new records that are created from my
remote client to my FTP site, using a application which sets up an
internet connection on the client , exports the data to the flat file
and downloads the flat file to an FTP site.

Would anyone know how to do this?


Thanks in anticipation.


Ajay


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

Default Re: How to send data from a remote Client to my FTP site - 05-14-2005 , 02:03 PM







"AG" <ajayz90 (AT) hotmail (DOT) com> wrote

Quote:
Every night i want to send the new records that are created from my
remote client to my FTP site, using a application which sets up an
internet connection on the client , exports the data to the flat file
and downloads the flat file to an FTP site.

Would anyone know how to do this?


Thanks in anticipation.


Ajay

I'm not sure what you mean by "remote client", but if you're asking how to
move data from one MSSQL or MSDE installation to another, then that's
certainly possible. There are a number of different ways, but one general
solution would be to export your data to a flat file with bcp.exe, osql.exe,
or DTS; then use a script in a language like C#, Perl, Python etc to handle
the network/FTP part. To control the whole process, you could put everything
into a DTS package or use multiple steps in a scheduled job.

If this isn't helpful, I suggest you give some more details about your
environment and which part of the process you're not sure about - your
MSSQL/MSDE version, what your "remote client" actually is, the volume of
data to transfer, where the data is going from and to, what you mean by "new
records" (copy any change to the database or only new rows from certain
tables) etc.

Simon




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.