I'm working on an asp.net application and I would like to be able to upload a text file to the web server, and then tell sql server to go get the uploaded text file and import it into a new table. After the table has been created and imported into sql, the asp.net application will then regain control and work with this new table.
This web app will be running on multiple web servers so I would need to pass along the web server name and also the file location and name.
How can I automate this process? Can I do this through a stored procedure? Or is there another way to make it work?
Thanks for any advice!
This web app will be running on multiple web servers so I would need to pass along the web server name and also the file location and name.
How can I automate this process? Can I do this through a stored procedure? Or is there another way to make it work?
Thanks for any advice!