How do I give a user the option of importing Excel and a delimited text file into a SQL Server Database without manually using SQL DTS?
You can use the DTS object model to programmatically create, modify and run DTS packages. You can do this many ways, but essentially this object model has objects... Read more »