September 7, 2011 at 8:54 am
I have a package on Server1 and there is a job on Server 2 which has a step pointing to the package on Server 1. When the job is executed is the package copied and ran on Server 2 or does it run on Server 1
September 7, 2011 at 9:13 am
I would guess that it runs on server 2, as this is where the agent job is that is running package.
you could always run Resource Monitor on both servers to check for sure.
September 7, 2011 at 11:16 am
The machine which is running the .dtsx package is the one on which the package resides. So in your case, it will be running on Server 1. This means that any file names / directories / paths are all relative to Server 1.
The majority of the work is likely on the server which contains the tables / procedures / etc that the .dtsx package is using.
September 7, 2011 at 7:23 pm
September 8, 2011 at 8:41 am
Are you sure about that CozyRoc? I swear I've tested that before and found that it was the server which had the package on it which was doing the work. I'll do some more tests though ...
September 8, 2011 at 9:21 am
CozyRoc (9/7/2011)
The comment by kramaswamy is incorrect. The package will execute on Server 2. It doesn't matter where it is stored.
I thought of the same that package would be pulled from Server1 and run on server2. Can someone else confirm this?
September 8, 2011 at 9:37 am
sqldba_newbie (9/8/2011)
CozyRoc (9/7/2011)
The comment by kramaswamy is incorrect. The package will execute on Server 2. It doesn't matter where it is stored.I thought of the same that package would be pulled from Server1 and run on server2. Can someone else confirm this?
Confirmed.
Though the package may well use server1's resources, it will be server 2 that runs it.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
September 8, 2011 at 9:41 am
Phil Parkin (9/8/2011)
sqldba_newbie (9/8/2011)
CozyRoc (9/7/2011)
The comment by kramaswamy is incorrect. The package will execute on Server 2. It doesn't matter where it is stored.I thought of the same that package would be pulled from Server1 and run on server2. Can someone else confirm this?
Confirmed.
Though the package may well use server1's resources, it will be server 2 that runs it.
Awesome. Thanks
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply