dbTalk Databases Forums  

sysdtspackages

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


Discuss sysdtspackages in the microsoft.public.sqlserver.dts forum.



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

Default sysdtspackages - 03-20-2006 , 12:40 PM






Hoe do I get the latest DTS version ID with an sql statement?




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

Default RE: sysdtspackages - 03-20-2006 , 01:31 PM






Substitute the DTS id in the following statement with yours:

select versionid from sysdtspackages a
where id = '5312AAE0-49C7-496F-9837-DF1FD2D12E2D'
and createdate = (select max(createdate) from sysdtspackages b where a.id =
b.id)


--
AndyP,
Sr. Database Administrator,
MCDBA 2003


"Fab" wrote:

Quote:
Hoe do I get the latest DTS version ID with an sql statement?





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

Default Re: sysdtspackages - 03-20-2006 , 01:47 PM



worked Thx!!
"Fab" <zzaro (AT) excite (DOT) com> wrote

Quote:
Hoe do I get the latest DTS version ID with an sql statement?






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.