Hello all. I imported (not migrated) a few SQL 2000 DTS packages into SQL 2005. Of course, they appear under the Management...Legacy tree. I can't seem to figure out how to schedule these packages using SQL Agent. Migrating the packages to native SQL 2005 isn't an option, because I lost my column mappings once these packages are truly migrated. Any pointers, suggestions, etc. Thanks Roz
Hello Roz, Because you installed the DTSRuntime support when you installed SSIS you can call in a job DTSRun as per 2000. Allan [quoted text, click to view] > Hello all. I imported (not migrated) a few SQL 2000 DTS packages into > SQL 2005. Of course, they appear under the Management...Legacy tree. > I can't seem to figure out how to schedule these packages using SQL > Agent. Migrating the packages to native SQL 2005 isn't an option, > because I lost my column mappings once these packages are truly > migrated. > > Any pointers, suggestions, etc. > > Thanks Roz >
Excellent Allan. I'll give it a try. Thanks again, Roz [quoted text, click to view] "Allan Mitchell" wrote: > Hello Roz, > > Because you installed the DTSRuntime support when you installed SSIS you > can call in a job DTSRun as per 2000. > > > Allan > > > > Hello all. I imported (not migrated) a few SQL 2000 DTS packages into > > SQL 2005. Of course, they appear under the Management...Legacy tree. > > I can't seem to figure out how to schedule these packages using SQL > > Agent. Migrating the packages to native SQL 2005 isn't an option, > > because I lost my column mappings once these packages are truly > > migrated. > > > > Any pointers, suggestions, etc. > > > > Thanks Roz > > > >
Allan, I tried to schedule my 2000 DTS package with SQL 2005. I tried to find help on the DTSRun command, but no luck. Very strange no doc was there for it, only for "DtsRuntimeException class". Weird. In SQL 2000, I could right-click on a dts package, and "Schedule...." would be an option. In 2005, I have to schdule it under SQL Agent...Jobs (which is OK), but still can't find help on the DTSRun command. I know one of the parameters the DTSRun takes is the package id, where can I get this information for my legacy packages? Thanks again. Roz [quoted text, click to view] "Allan Mitchell" wrote: > Hello Roz, > > Because you installed the DTSRuntime support when you installed SSIS you > can call in a job DTSRun as per 2000. > > > Allan > > > > Hello all. I imported (not migrated) a few SQL 2000 DTS packages into > > SQL 2005. Of course, they appear under the Management...Legacy tree. > > I can't seem to figure out how to schedule these packages using SQL > > Agent. Migrating the packages to native SQL 2005 isn't an option, > > because I lost my column mappings once these packages are truly > > migrated. > > > > Any pointers, suggestions, etc. > > > > Thanks Roz > > > >
Hello Roz, Here you go http://msdn.microsoft.com/library/default.asp?url=/library/en-us/coprompt/cp_dtsrun_95kp.asp Allan Mitchell www.SQLDTS.com www.SQLIS.com www.Konesans.com [quoted text, click to view] > Allan, > > I tried to schedule my 2000 DTS package with SQL 2005. I tried to > find help on the DTSRun command, but no luck. Very strange no doc was > there for it, only for "DtsRuntimeException class". Weird. In SQL > 2000, I could right-click on a dts package, and "Schedule...." would > be an option. In 2005, I have to schdule it under SQL Agent...Jobs > (which is OK), but still can't find help on the DTSRun command. > > I know one of the parameters the DTSRun takes is the package id, where > can I get this information for my legacy packages? > > Thanks again. > > Roz > > "Allan Mitchell" wrote: > >> Hello Roz, >> >> Because you installed the DTSRuntime support when you installed SSIS >> you can call in a job DTSRun as per 2000. >> >> Allan >> >>> Hello all. I imported (not migrated) a few SQL 2000 DTS packages >>> into SQL 2005. Of course, they appear under the Management...Legacy >>> tree. I can't seem to figure out how to schedule these packages >>> using SQL Agent. Migrating the packages to native SQL 2005 isn't an >>> option, because I lost my column mappings once these packages are >>> truly migrated. >>> >>> Any pointers, suggestions, etc. >>> >>> Thanks Roz >>>
Thanks. Any reason why this isn't in the SQL 2005 books online? [quoted text, click to view] "Allan Mitchell" wrote: > Hello Roz, > > Here you go > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/coprompt/cp_dtsrun_95kp.asp > > > Allan Mitchell > www.SQLDTS.com > www.SQLIS.com > www.Konesans.com > > > Allan, > > > > I tried to schedule my 2000 DTS package with SQL 2005. I tried to > > find help on the DTSRun command, but no luck. Very strange no doc was > > there for it, only for "DtsRuntimeException class". Weird. In SQL > > 2000, I could right-click on a dts package, and "Schedule...." would > > be an option. In 2005, I have to schdule it under SQL Agent...Jobs > > (which is OK), but still can't find help on the DTSRun command. > > > > I know one of the parameters the DTSRun takes is the package id, where > > can I get this information for my legacy packages? > > > > Thanks again. > > > > Roz > > > > "Allan Mitchell" wrote: > > > >> Hello Roz, > >> > >> Because you installed the DTSRuntime support when you installed SSIS > >> you can call in a job DTSRun as per 2000. > >> > >> Allan > >> > >>> Hello all. I imported (not migrated) a few SQL 2000 DTS packages > >>> into SQL 2005. Of course, they appear under the Management...Legacy > >>> tree. I can't seem to figure out how to schedule these packages > >>> using SQL Agent. Migrating the packages to native SQL 2005 isn't an > >>> option, because I lost my column mappings once these packages are > >>> truly migrated. > >>> > >>> Any pointers, suggestions, etc. > >>> > >>> Thanks Roz > >>> > >
Hello Roz, Because it isn't part of 2K5. DTExec is the 2K5 version Allan Mitchell www.SQLDTS.com www.SQLIS.com www.Konesans.com [quoted text, click to view] > Thanks. Any reason why this isn't in the SQL 2005 books online? > > "Allan Mitchell" wrote: > >> Hello Roz, >> >> Here you go >> >> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/copr >> ompt/cp_dtsrun_95kp.asp >> >> Allan Mitchell >> www.SQLDTS.com >> www.SQLIS.com >> www.Konesans.com >>> Allan, >>> >>> I tried to schedule my 2000 DTS package with SQL 2005. I tried to >>> find help on the DTSRun command, but no luck. Very strange no doc >>> was there for it, only for "DtsRuntimeException class". Weird. In >>> SQL 2000, I could right-click on a dts package, and "Schedule...." >>> would be an option. In 2005, I have to schdule it under SQL >>> Agent...Jobs (which is OK), but still can't find help on the DTSRun >>> command. >>> >>> I know one of the parameters the DTSRun takes is the package id, >>> where can I get this information for my legacy packages? >>> >>> Thanks again. >>> >>> Roz >>> >>> "Allan Mitchell" wrote: >>> >>>> Hello Roz, >>>> >>>> Because you installed the DTSRuntime support when you installed >>>> SSIS you can call in a job DTSRun as per 2000. >>>> >>>> Allan >>>> >>>>> Hello all. I imported (not migrated) a few SQL 2000 DTS packages >>>>> into SQL 2005. Of course, they appear under the >>>>> Management...Legacy tree. I can't seem to figure out how to >>>>> schedule these packages using SQL Agent. Migrating the packages >>>>> to native SQL 2005 isn't an option, because I lost my column >>>>> mappings once these packages are truly migrated. >>>>> >>>>> Any pointers, suggestions, etc. >>>>> >>>>> Thanks Roz >>>>>
Thanks. [quoted text, click to view] "Allan Mitchell" wrote: > Hello Roz, > > Because it isn't part of 2K5. DTExec is the 2K5 version > > Allan Mitchell > www.SQLDTS.com > www.SQLIS.com > www.Konesans.com > > > Thanks. Any reason why this isn't in the SQL 2005 books online? > > > > "Allan Mitchell" wrote: > > > >> Hello Roz, > >> > >> Here you go > >> > >> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/copr > >> ompt/cp_dtsrun_95kp.asp > >> > >> Allan Mitchell > >> www.SQLDTS.com > >> www.SQLIS.com > >> www.Konesans.com > >>> Allan, > >>> > >>> I tried to schedule my 2000 DTS package with SQL 2005. I tried to > >>> find help on the DTSRun command, but no luck. Very strange no doc > >>> was there for it, only for "DtsRuntimeException class". Weird. In > >>> SQL 2000, I could right-click on a dts package, and "Schedule...." > >>> would be an option. In 2005, I have to schdule it under SQL > >>> Agent...Jobs (which is OK), but still can't find help on the DTSRun > >>> command. > >>> > >>> I know one of the parameters the DTSRun takes is the package id, > >>> where can I get this information for my legacy packages? > >>> > >>> Thanks again. > >>> > >>> Roz > >>> > >>> "Allan Mitchell" wrote: > >>> > >>>> Hello Roz, > >>>> > >>>> Because you installed the DTSRuntime support when you installed > >>>> SSIS you can call in a job DTSRun as per 2000. > >>>> > >>>> Allan > >>>> > >>>>> Hello all. I imported (not migrated) a few SQL 2000 DTS packages > >>>>> into SQL 2005. Of course, they appear under the > >>>>> Management...Legacy tree. I can't seem to figure out how to > >>>>> schedule these packages using SQL Agent. Migrating the packages > >>>>> to native SQL 2005 isn't an option, because I lost my column > >>>>> mappings once these packages are truly migrated. > >>>>> > >>>>> Any pointers, suggestions, etc. > >>>>> > >>>>> Thanks Roz > >>>>> > >
Don't see what you're looking for? Try a search.
|