dbTalk Databases Forums  

Updating a scheduled package from outside network

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Updating a scheduled package from outside network in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jonefer
 
Posts: n/a

Default Updating a scheduled package from outside network - 05-26-2006 , 02:43 AM






Suppose my server name is MyServer001, but in order to access it from my
remote vpn, I need to refer to it in the package as MyServer001.ca.ge.org.

Will the package still run properly if scheduled? (being that the server
doesn't need to refer to it with the ca.ge.org when run locally?)

And - as a side question, why do packages run slower when initiated from the
client?- it seems as though it should have no effect because it runs on the
server.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Updating a scheduled package from outside network - 05-26-2006 , 05:38 AM






Hello jonefer,


Naming is simply a way of finding the computer right so if on the scheduling
server you try to go to the name you give in the post does it work?

If not then you may want to change the name at runtime through a Dynamic
Properties task.

DTS is a client. If you run a packge on a client then the package comes
to you. This has huge implications if you use the Transform data Task.
Just because you open it from EM and it is sat on a server does not mean
it runs there. What you see is what is in the sysdtspackages table store.
Nothing else.




Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Suppose my server name is MyServer001, but in order to access it from
my remote vpn, I need to refer to it in the package as
MyServer001.ca.ge.org.

Will the package still run properly if scheduled? (being that the
server doesn't need to refer to it with the ca.ge.org when run
locally?)

And - as a side question, why do packages run slower when initiated
from the client?- it seems as though it should have no effect because
it runs on the server.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.