|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How do I run a DTS package in VS 2005Hi;
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 You can look into this:
http://www.sqldev.net/dts/DotNETCookBook.htm Describes exactly what you need.... On Feb 22, 11:40 am, Gordon <Gor***@discussions.microsoft.com> wrote: Show quote > 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 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?) -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA http://gregorybeamer.spaces.live.com ******************************************** Think outside the box! ******************************************** "Gordon" <Gor***@discussions.microsoft.com> wrote in message news:3D6E1C58-B17E-46AA-BEC6-9AC624B77519@microsoft.com... > 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 |
|||||||||||||||||||||||