dbTalk Databases Forums  

DTS JOB Schedule Help Me

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


Discuss DTS JOB Schedule Help Me in the microsoft.public.sqlserver.dts forum.



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

Default DTS JOB Schedule Help Me - 10-27-2005 , 03:27 AM






Hello Every body,
I am using SQLServer 2000 Personal and enterprise edition – VB.net
I already have DTS package with global variable –
Example sourceServerName, sourceUserName, sourcePassword,
TargetServerName ,TargetUserName,TargetPassword.
I need use this package for multiple job scheduling. I don’t want use to
set the design time. I mean dtsrunui.exe because it’s show the all the global
variable and DTS packages.
I am using VB.net … how to do the multiple job schedules in single package …
Please help me

Thanks
Sam


Thanks
Sam


Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: DTS JOB Schedule Help Me - 10-27-2005 , 05:50 AM






Do you want to call the same package multiple times, but setting different
global variables for each execution. You would create multiple jobs or one
job with several job steps. In the job step, CmdExec command call the
package via dtsrun, and use the /A parameter to configure the global
variables.


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com




"sam" <sam (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello Every body,
I am using SQLServer 2000 Personal and enterprise edition - VB.net
I already have DTS package with global variable -
Example sourceServerName, sourceUserName, sourcePassword,
TargetServerName ,TargetUserName,TargetPassword.
I need use this package for multiple job scheduling. I don't want use to
set the design time. I mean dtsrunui.exe because it's show the all the
global
variable and DTS packages.
I am using VB.net . how to do the multiple job schedules in single
package .
Please help me

Thanks
Sam


Thanks
Sam




Reply With Quote
  #3  
Old   
sam
 
Posts: n/a

Default Re: DTS JOB Schedule Help Me - 10-28-2005 , 03:33 AM



Thank you for your Help
Could you tell me , i did one job for one package... how to create multiple
job step with passing global variable... it's so help ful for me
thanks
Sam

"Darren Green" wrote:

Quote:
Do you want to call the same package multiple times, but setting different
global variables for each execution. You would create multiple jobs or one
job with several job steps. In the job step, CmdExec command call the
package via dtsrun, and use the /A parameter to configure the global
variables.


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com




"sam" <sam (AT) discussions (DOT) microsoft.com> wrote in message
news:3B2CDC95-CF74-4158-8E7C-87DAB04F270F (AT) microsoft (DOT) com...
Hello Every body,
I am using SQLServer 2000 Personal and enterprise edition - VB.net
I already have DTS package with global variable -
Example sourceServerName, sourceUserName, sourcePassword,
TargetServerName ,TargetUserName,TargetPassword.
I need use this package for multiple job scheduling. I don't want use to
set the design time. I mean dtsrunui.exe because it's show the all the
global
variable and DTS packages.
I am using VB.net . how to do the multiple job schedules in single
package .
Please help me

Thanks
Sam


Thanks
Sam





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.