Deploying a DTS application

G

Guest

I am installing a C# application wich executes some dts's from a SQL Server,
but when the application tries to execute the DTS it sends an error, I
suposse that the error is with the Microsoft.SqlServer.DTSPkg80.dll assembly.
It is installed in the same folder as my app, so what do I need to do to
properly execute the dts in a machine wich does not have SQL Server installed?
 
R

Robbe Morris [C# MVP]

Is the package stored in SQL Server? If so, should
only need access to connect to SQL Server and shouldn't
need anything special installed on the client.
 

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