client doing work in ssis package residing on server

  • hi folks,

    I notice when you login to integration services from a client machine and run a package the work of the package seems to get done on the client. Is there a way to change this so that the server takes the hit.

    thanks

  • Log in to the server using Terminal Services and run it there ...

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Is that the only way? I would like to keep the developers off the server if I could help it.

  • You can use a SQL Agent job to execute the SSIS package. If you can't schedule it, then your developers would need to be able to execute sp_start_job.

  • Remote Desktop and SQL Agent are the only "good" ways to do it, you could use DTEXEC through xp_cmdshell, or for build a sproc that does it for them so they don't have as much access.

    CEWII

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply