Deploying a DTS application

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top