Text file to sql challenge...
From: Anubis (anubis_at_bluestreem.com.au)
Date: 10/08/04
- Next message: Beema: "Change Server default language"
- Previous message: Hugo Kornelis: "Re: Sorry... here you have."
- Next in thread: Wayne Snyder: "Re: Text file to sql challenge..."
- Reply: Wayne Snyder: "Re: Text file to sql challenge..."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 8 Oct 2004 04:24:16 -0700
Hello All,
I pose this challenging situation to see if anyone has any suggestions as to
my solution:
PROBLEM:
Text files with dynamic name are stored on one of several web servers.
Each web server accesses the same database.
On the database there is a stored procedure which is called from the web
server
This procedure collects the information from the file located on the web
server and inserts the information into a table.
I have tried many different solutions to this situation however the only
requirements are the following:
The text files reside and must reside on each webserver
The processing eg import from text file to sql table must be done via stored
procedure invoked by a web page on that web server.
The text file names must remain dynamic as they are automatically generated
by each web service.
Services:
All web servers are IIS6 (Win 2003) on a single domain with active
directory.
SQL Server is the standard edition out of the box with SP3
Any solutions people can come up with are most welcome!
Thanks
-Steve
- Next message: Beema: "Change Server default language"
- Previous message: Hugo Kornelis: "Re: Sorry... here you have."
- Next in thread: Wayne Snyder: "Re: Text file to sql challenge..."
- Reply: Wayne Snyder: "Re: Text file to sql challenge..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|