dbTalk Databases Forums  

DTSRUN without GUID

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


Discuss DTSRUN without GUID in the microsoft.public.sqlserver.dts forum.



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

Default DTSRUN without GUID - 12-01-2003 , 05:04 PM






is there a way to safely run the most recent version of a
package, without using GUID ? Having to cut-and-paste from
DTSRUNUI is not the best approach in a corporate
environment, where automation and segragation of duties is
a must.

I've run a few tests with
DTSRUN /S svr /E /N pkg

With Sql 2000 client, the above always executes the latest
version of my package. Has there been a rpevious bug with
7.0 clients ? I'm worried to see both the documentation
and the Chaffin book consistently recommend messing with
those long strings.

Andrew


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

Default Re: DTSRUN without GUID - 12-02-2003 , 12:23 AM






I *NEVER* use it. I always want the latest version when I run it from the
cmd line like this.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Andrew Schonberger" <andrewsc (AT) internode (DOT) no.spam.on.net> wrote

Quote:
is there a way to safely run the most recent version of a
package, without using GUID ? Having to cut-and-paste from
DTSRUNUI is not the best approach in a corporate
environment, where automation and segragation of duties is
a must.

I've run a few tests with
DTSRUN /S svr /E /N pkg

With Sql 2000 client, the above always executes the latest
version of my package. Has there been a rpevious bug with
7.0 clients ? I'm worried to see both the documentation
and the Chaffin book consistently recommend messing with
those long strings.

Andrew




Reply With Quote
  #3  
Old   
 
Posts: n/a

Default Re: DTSRUN without GUID - 12-02-2003 , 05:09 PM



Is the GUID transportable accross servers ? Consider a
formal environment, where we need to describe, in advance,
all steps to be taken during production release.

During release, we copy the package from a Test Sql server
to a Production Sql server. Assume I've generated the
command line from DTSRUNUI in Test. If we change the /S
server argument, would the rest of the command line remain
valid to run in Prod ?


Quote:
-----Original Message-----
I *NEVER* use it. I always want the latest version when I
run it from the
cmd line like this.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Andrew Schonberger" <andrewsc (AT) internode (DOT) no.spam.on.net
wrote in message
news:118f01c3b85f$6bbd5540$7d02280a (AT) phx (DOT) gbl...
is there a way to safely run the most recent version of a
package, without using GUID ? Having to cut-and-paste from
DTSRUNUI is not the best approach in a corporate
environment, where automation and segragation of duties is
a must.

I've run a few tests with
DTSRUN /S svr /E /N pkg

With Sql 2000 client, the above always executes the latest
version of my package. Has there been a rpevious bug with
7.0 clients ? I'm worried to see both the documentation
and the Chaffin book consistently recommend messing with
those long strings.

Andrew



.


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

Default Re: DTSRUN without GUID - 12-03-2003 , 12:29 AM



How have you moved it?

if you used "Save As" then no you will generate new ids.

If you pumped straight into the sysdtspackages tables then this should
preserve them.


--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

<anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Is the GUID transportable accross servers ? Consider a
formal environment, where we need to describe, in advance,
all steps to be taken during production release.

During release, we copy the package from a Test Sql server
to a Production Sql server. Assume I've generated the
command line from DTSRUNUI in Test. If we change the /S
server argument, would the rest of the command line remain
valid to run in Prod ?


-----Original Message-----
I *NEVER* use it. I always want the latest version when I
run it from the
cmd line like this.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Andrew Schonberger" <andrewsc (AT) internode (DOT) no.spam.on.net
wrote in message
news:118f01c3b85f$6bbd5540$7d02280a (AT) phx (DOT) gbl...
is there a way to safely run the most recent version of a
package, without using GUID ? Having to cut-and-paste from
DTSRUNUI is not the best approach in a corporate
environment, where automation and segragation of duties is
a must.

I've run a few tests with
DTSRUN /S svr /E /N pkg

With Sql 2000 client, the above always executes the latest
version of my package. Has there been a rpevious bug with
7.0 clients ? I'm worried to see both the documentation
and the Chaffin book consistently recommend messing with
those long strings.

Andrew



.




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.