dbTalk Databases Forums  

SaveToSQLServer causes problems :(

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


Discuss SaveToSQLServer causes problems :( in the microsoft.public.sqlserver.dts forum.



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

Default SaveToSQLServer causes problems :( - 11-01-2004 , 07:33 AM






hi again )

everytime after I store my dts-package via vb with Package.SaveToSQLServer
the presentation of the package in SQL Server 2000 has changed. the whole
arrangement of tasks & constraints has changed and the text-box has
vanished...
now it is very unstructured and very hard to follow.

is there method or a flag, that i can set, that helps to keep the package
assembled as it was before I gained access (via vb) to it?????

thanks in advance hendrik

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

Default Re: SaveToSQLServer causes problems :( - 11-02-2004 , 03:28 AM






This is a known issue, and there is no magic flag to help you out. It is the
price you have to pay for manipulating a package in this way.


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

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

Quote:
hi again )

everytime after I store my dts-package via vb with Package.SaveToSQLServer
the presentation of the package in SQL Server 2000 has changed. the whole
arrangement of tasks & constraints has changed and the text-box has
vanished...
now it is very unstructured and very hard to follow.

is there method or a flag, that i can set, that helps to keep the package
assembled as it was before I gained access (via vb) to it?????

thanks in advance hendrik



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

Default Re: SaveToSQLServer causes problems :( - 11-02-2004 , 04:18 AM



Somehow, I have foreseen this answer (

nonetheless, thank you again

do you have any idea how the dts designer saves the packages without loosing
the logic arrangement ???

greetings hendrik



"Darren Green" wrote:

Quote:
This is a known issue, and there is no magic flag to help you out. It is the
price you have to pay for manipulating a package in this way.


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

"theonlyhenni" <theonlyhenni (AT) discussions (DOT) microsoft.com> wrote in message
news:09E30AE6-E374-4FA0-9D4A-1EE2CA048ABC (AT) microsoft (DOT) com...
hi again )

everytime after I store my dts-package via vb with Package.SaveToSQLServer
the presentation of the package in SQL Server 2000 has changed. the whole
arrangement of tasks & constraints has changed and the text-box has
vanished...
now it is very unstructured and very hard to follow.

is there method or a flag, that i can set, that helps to keep the package
assembled as it was before I gained access (via vb) to it?????

thanks in advance hendrik




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

Default Re: SaveToSQLServer causes problems :( - 11-02-2004 , 04:22 AM



The "designer" produces a separate data stream for layout which is saved
alongside the object model stuff.

Unfortunately there is no way to capture this designer stream. Even if the
was, changing a package would then break it as the layout no longer matches
the object model, so total mess. You can do similar sometimes by using code
inside the designer, and it breaks your package basically, when the two get
out of sync.


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


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

Quote:
Somehow, I have foreseen this answer (

nonetheless, thank you again

do you have any idea how the dts designer saves the packages without
loosing
the logic arrangement ???

greetings hendrik



"Darren Green" wrote:

This is a known issue, and there is no magic flag to help you out. It is
the
price you have to pay for manipulating a package in this way.


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

"theonlyhenni" <theonlyhenni (AT) discussions (DOT) microsoft.com> wrote in message
news:09E30AE6-E374-4FA0-9D4A-1EE2CA048ABC (AT) microsoft (DOT) com...
hi again )

everytime after I store my dts-package via vb with
Package.SaveToSQLServer
the presentation of the package in SQL Server 2000 has changed. the
whole
arrangement of tasks & constraints has changed and the text-box has
vanished...
now it is very unstructured and very hard to follow.

is there method or a flag, that i can set, that helps to keep the
package
assembled as it was before I gained access (via vb) to it?????

thanks in advance hendrik






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.