Groups | Blog | Home
all groups > sql server dts > march 2006 >

sql server dts : DTS simple problem?



ChiWhiteSox
3/13/2006 2:05:32 PM
Hi

We just upgraded from sql 2k to 2k5.

I was able to import all dts jobs successfully on the 2k5 server.

How do i no run those new;y imported jobs on the 2k5 server? when I right
click on the main dts job, I dont see any execute job or even schedule the
job?

So what i did, I migrated the dts job from 2k5 to ssis.

Logged in thru Integ services and was able to run the migrated job.

There's gotta be a way to run the DTS jobs without migrating them, am i
right? so now if i wanna sched this migrated job, I go to the comand line
properties of the migrated job and copy the command line and paste on when i
create the new job on sql server agent.

Am i doing this the wrong way?

Allan Mitchell
3/13/2006 2:12:04 PM
Hello ChiWhiteSox,

If when you installed SQL Server 2K5 you installed the 2K runtime then you
still have DTSRun. You can use that in a job step just like you used to do.


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

[quoted text, click to view]

ChiWhiteSox
3/13/2006 3:46:27 PM
oh ok, cool

so DTSRun packagename will work...


how do i generate the parameters for that DTS package name, i understand its
a hex code right ? so i can run this normally as a TSQL code?

thanks!



[quoted text, click to view]
Allan Mitchell
3/13/2006 4:09:01 PM
Hello ChiWhiteSox,

The HEX you saw in 2K was just to encryt stuff. It as not "Required"

For the switches have a look at this article

http://www.sqldts.com/default.aspx?301




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

[quoted text, click to view]

ChiWhiteSox
3/14/2006 8:40:37 AM
thanks so much allan! it worked!!

God Bless

[quoted text, click to view]
AddThis Social Bookmark Button