dbTalk Databases Forums  

Recommendations for moving a DTS package to another instance

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


Discuss Recommendations for moving a DTS package to another instance in the microsoft.public.sqlserver.dts forum.



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

Default Recommendations for moving a DTS package to another instance - 11-14-2006 , 02:57 PM






We are SS2K and need to move a package to other (remote) SS2K instances
sitting behind firewalls. I read or heard somewhere, that transformations and
mappings may be lost when opening a package in a different instance of SQL
Server when the remote instance can't communicate with the instance on which
the package was developed. Is there any value in saving the local package as
a Structured Storage File and having the DBA at the remote site open the
package from this file and then make the appropriate changes (like usernames
and server I.P. address etc.) using disconnected edit? Is this a typical
solution or are there easier/better ways of doing this?

Any thoughts/suggestions would be greatly appreciated.
Chris.

Reply With Quote
  #2  
Old   
Kevin3NF
 
Posts: n/a

Default Re: Recommendations for moving a DTS package to another instance - 11-14-2006 , 03:04 PM






That's probably the easiest way to move a small number of packages. I move
them from Dev to Prod like that all the time

--
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm

Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com


"Chris W" <ChrisW (AT) discussions (DOT) microsoft.com> wrote

Quote:
We are SS2K and need to move a package to other (remote) SS2K instances
sitting behind firewalls. I read or heard somewhere, that transformations
and
mappings may be lost when opening a package in a different instance of SQL
Server when the remote instance can't communicate with the instance on
which
the package was developed. Is there any value in saving the local package
as
a Structured Storage File and having the DBA at the remote site open the
package from this file and then make the appropriate changes (like
usernames
and server I.P. address etc.) using disconnected edit? Is this a typical
solution or are there easier/better ways of doing this?

Any thoughts/suggestions would be greatly appreciated.
Chris.



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

Default Re: Recommendations for moving a DTS package to another instance - 11-14-2006 , 03:08 PM



Hello Chris,


You can even have a flat file export of sysdtspackages as the medium. SSFs
are though convenient as well.


Regards

Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com

Quote:
We are SS2K and need to move a package to other (remote) SS2K
instances sitting behind firewalls. I read or heard somewhere, that
transformations and mappings may be lost when opening a package in a
different instance of SQL Server when the remote instance can't
communicate with the instance on which the package was developed. Is
there any value in saving the local package as a Structured Storage
File and having the DBA at the remote site open the package from this
file and then make the appropriate changes (like usernames and server
I.P. address etc.) using disconnected edit? Is this a typical solution
or are there easier/better ways of doing this?

Any thoughts/suggestions would be greatly appreciated. Chris.




Reply With Quote
  #4  
Old   
Chris W
 
Posts: n/a

Default Re: Recommendations for moving a DTS package to another instance - 11-14-2006 , 03:34 PM



Thanks!

"Kevin3NF" wrote:

Quote:
That's probably the easiest way to move a small number of packages. I move
them from Dev to Prod like that all the time

--
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm

Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com


"Chris W" <ChrisW (AT) discussions (DOT) microsoft.com> wrote in message
news:7362B0C3-C44D-4A09-BA03-C7E33009F60D (AT) microsoft (DOT) com...
We are SS2K and need to move a package to other (remote) SS2K instances
sitting behind firewalls. I read or heard somewhere, that transformations
and
mappings may be lost when opening a package in a different instance of SQL
Server when the remote instance can't communicate with the instance on
which
the package was developed. Is there any value in saving the local package
as
a Structured Storage File and having the DBA at the remote site open the
package from this file and then make the appropriate changes (like
usernames
and server I.P. address etc.) using disconnected edit? Is this a typical
solution or are there easier/better ways of doing this?

Any thoughts/suggestions would be greatly appreciated.
Chris.




Reply With Quote
  #5  
Old   
Chris W
 
Posts: n/a

Default Re: Recommendations for moving a DTS package to another instance - 11-14-2006 , 03:44 PM



Allan, thanks for the response...sorry to trouble you further but I have to
ask what may be a dumb question. Is this as straightforward as exporting the
row for my package from sysdtspackages on my "local" instance and then having
someone at the "remote" instance import the data from the flat file directly
into sysdtspackages on their instance? No gotchas? Will the remote DBA be
able to open the package using DTS Designer after the import?

Thanks again!
Chris.

"Allan Mitchell" wrote:

Quote:
Hello Chris,


You can even have a flat file export of sysdtspackages as the medium. SSFs
are though convenient as well.


Regards

Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com

We are SS2K and need to move a package to other (remote) SS2K
instances sitting behind firewalls. I read or heard somewhere, that
transformations and mappings may be lost when opening a package in a
different instance of SQL Server when the remote instance can't
communicate with the instance on which the package was developed. Is
there any value in saving the local package as a Structured Storage
File and having the DBA at the remote site open the package from this
file and then make the appropriate changes (like usernames and server
I.P. address etc.) using disconnected edit? Is this a typical solution
or are there easier/better ways of doing this?

Any thoughts/suggestions would be greatly appreciated. Chris.





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

Default Re: Recommendations for moving a DTS package to another instance - 11-14-2006 , 03:49 PM



Hello Chris,

Yep it can be as simple as that

However have a look at this

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


Regards

Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com

Quote:
Allan, thanks for the response...sorry to trouble you further but I
have to ask what may be a dumb question. Is this as straightforward as
exporting the row for my package from sysdtspackages on my "local"
instance and then having someone at the "remote" instance import the
data from the flat file directly into sysdtspackages on their
instance? No gotchas? Will the remote DBA be able to open the package
using DTS Designer after the import?

Thanks again!
Chris.
"Allan Mitchell" wrote:

Hello Chris,

You can even have a flat file export of sysdtspackages as the medium.
SSFs are though convenient as well.

Regards

Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com
We are SS2K and need to move a package to other (remote) SS2K
instances sitting behind firewalls. I read or heard somewhere, that
transformations and mappings may be lost when opening a package in a
different instance of SQL Server when the remote instance can't
communicate with the instance on which the package was developed. Is
there any value in saving the local package as a Structured Storage
File and having the DBA at the remote site open the package from
this file and then make the appropriate changes (like usernames and
server I.P. address etc.) using disconnected edit? Is this a typical
solution or are there easier/better ways of doing this?

Any thoughts/suggestions would be greatly appreciated. Chris.




Reply With Quote
  #7  
Old   
Chris W
 
Posts: n/a

Default Re: Recommendations for moving a DTS package to another instance - 11-14-2006 , 03:55 PM



Great...Thanks again for the additional info.

"Allan Mitchell" wrote:

Quote:
Hello Chris,

Yep it can be as simple as that

However have a look at this

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


Regards

Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com

Allan, thanks for the response...sorry to trouble you further but I
have to ask what may be a dumb question. Is this as straightforward as
exporting the row for my package from sysdtspackages on my "local"
instance and then having someone at the "remote" instance import the
data from the flat file directly into sysdtspackages on their
instance? No gotchas? Will the remote DBA be able to open the package
using DTS Designer after the import?

Thanks again!
Chris.
"Allan Mitchell" wrote:

Hello Chris,

You can even have a flat file export of sysdtspackages as the medium.
SSFs are though convenient as well.

Regards

Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com
We are SS2K and need to move a package to other (remote) SS2K
instances sitting behind firewalls. I read or heard somewhere, that
transformations and mappings may be lost when opening a package in a
different instance of SQL Server when the remote instance can't
communicate with the instance on which the package was developed. Is
there any value in saving the local package as a Structured Storage
File and having the DBA at the remote site open the package from
this file and then make the appropriate changes (like usernames and
server I.P. address etc.) using disconnected edit? Is this a typical
solution or are there easier/better ways of doing this?

Any thoughts/suggestions would be greatly appreciated. Chris.





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.