I will have to look in my code bank for a similar task that I had completed where I programmaticall y fired off DTS packages within Active Server Pages. I believe it will be very similar to what you want to accomplish. The one thing that I did that I don’t think your asking to do is I did it all within COM. But, you can just as easily do it all within your pages. I had chosen to do it with in COM for an added layer of security.
What you’re going to have to do is connect to the SQL Server object to complete your task.
Comment