Hi,
I have a 250mb text delimited file on a remote FTP server that has been uploaded there recently. I want to now transfer the data in the text file to a remote SQL database.
Do you know a way to do this?
The scenario is I have a website that has a large data file uploaded to it every so often. Once the file is uploaded via FTP, I then want the data in the text file to be put into a table in the MSSQL database on the web server.
I would imagine I'd need some kind of script (vb or c#.net) to do this
I have a 250mb text delimited file on a remote FTP server that has been uploaded there recently. I want to now transfer the data in the text file to a remote SQL database.
Do you know a way to do this?
The scenario is I have a website that has a large data file uploaded to it every so often. Once the file is uploaded via FTP, I then want the data in the text file to be put into a table in the MSSQL database on the web server.
I would imagine I'd need some kind of script (vb or c#.net) to do this