dbTalk Databases Forums  

Package Seen More than Actually Present

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


Discuss Package Seen More than Actually Present in the microsoft.public.sqlserver.dts forum.



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

Default Package Seen More than Actually Present - 07-04-2003 , 12:22 PM






I have a problem

Package is stored in msdb database.But I was surprised to
see many package in the database table sysdtspackage.
How is this possible.
Would it have some effect in my website if I am using this
package there.

Is there any way through Which I can Stop such recreation.

Thanking in advance to whoever comes forward to help me
out.

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

Default Re: Package Seen More than Actually Present - 07-04-2003 , 12:28 PM






These are the versions of the package. When you "Save" the package you are
entering a new row in the table

--


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

"Aneesh" <aneeshgk (AT) yahoo (DOT) com> wrote

Quote:
I have a problem

Package is stored in msdb database.But I was surprised to
see many package in the database table sysdtspackage.
How is this possible.
Would it have some effect in my website if I am using this
package there.

Is there any way through Which I can Stop such recreation.

Thanking in advance to whoever comes forward to help me
out.



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

Default Re: Package Seen More than Actually Present - 07-05-2003 , 03:42 AM



In article <#c71wGlQDHA.3880 (AT) tk2msftngp13 (DOT) phx.gbl>, Allan Mitchell
<allan (AT) no-spam (DOT) sqldts.com> writes
Quote:
These are the versions of the package. When you "Save" the package you are
entering a new row in the table

--


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

"Aneesh" <aneeshgk (AT) yahoo (DOT) com> wrote in message
news:021801c34250$d19e3850$a101280a (AT) phx (DOT) gbl...
I have a problem

Package is stored in msdb database.But I was surprised to
see many package in the database table sysdtspackage.
How is this possible.
Would it have some effect in my website if I am using this
package there.

Is there any way through Which I can Stop such recreation.

Thanking in advance to whoever comes forward to help me
out.


.... and you cannot stop this happening, as saving the package generates
a new version (row). You can delete old rows or versions either through
the object model or directly in T-SQL.

There is no real performance drop if you have lots of versions, unless
you had millions of course, but storage may be high.

I just clean-up every now and then.


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com




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.