How do I run a DTS package in VS 2005

G

Guest

Hi;

I am trying to convert a program written in VS 2003 which runs a DTS package.

VS 2005 won't let me compile the program it doesn't recognize the DTS object.

Is there a way to run the package under 2005 ?

Thanks,

Gordon
 
C

Cowboy \(Gregory A. Beamer\)

Rewrite the DTS package as an Integration Services package or move the
package out of the app and call form the 1.x app through a service endpoint
(web services or Remoting?)

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top