dbTalk Databases Forums  

Count number of SSIS packages on a SQL Server

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


Discuss Count number of SSIS packages on a SQL Server in the microsoft.public.sqlserver.dts forum.



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

Default Count number of SSIS packages on a SQL Server - 11-11-2009 , 02:10 AM






Is there a query/view/system table to count the nummer of SSIS
packages on a SQL Server.

Joost

Reply With Quote
  #2  
Old   
Alessandro Alpi
 
Posts: n/a

Default Re: Count number of SSIS packages on a SQL Server - 11-11-2009 , 05:21 AM






Quote:
Is there a query/view/system table to count the nummer of SSIS
packages on a SQL Server.
Hi,
try to use this query:
SELECT COUNT(*) FROM sysdtspackages

--
Alessandro Alpi
Microsoft MVP - Most Valuable Professional
SQL Server - Systems Administrator
http://mvp.support.microsoft.com
http://italy.mvps.org

[MCP] [MCITP - Database Developer 2008] [MCTS] [MCT]

blog: http://blogs.dotnethell.it/suxstellino
community: http://www.dotnethell.it
sito personale: http://www.alessandroalpi.net

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.