Hi everyone!
I need to import multiple csv files, compressed in a zipped folder. I am using Visual Studio 2008/SQL server 2005.
I am thinking either create some kind of File upload .net control OR allow users to copy files to a network share, then run some kind of import utility to import data into SQL server.
The tricky part for me is should I write windows service to import files or is there any other cleaner solution.