...
As far as I know, the SQL DTS is the easiest way to achieve this. We can
use DTS to transfer data directly to the MSDE server if you have SQL client
installed.
Thank you. I appreciate the code snippets, which were certainly more than I
expected . . .
These CSV imports to an MSDE Web content database must be done on the
server, on a recurring basis. If by SQL client, you are referring to the
assortment of client utilities that come with SQL Server (Enterprise
Manager, DTS Wizards, etc.) my understanding of my license for those
utilities is for development use only.
My concern is for the best way to accomplish this on a regular basis in a
production environment, after I have removed myself from the process. If it
is possible to create a DTS import package with the development tools on my
developer workstation, and then simply run it on a server which has MSDE
installed, I suppose it might be worth looking into, as I am already
importing the CSV files manually at my workstation, using the DTS
Import/Export Wizard.
Otherwise, it would appear your C# code would be the proper way to go.