<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SSIS Reporting Pack</title><link>http://ssisreportingpack.codeplex.com/project/feeds/rss</link><description>&amp;#42; SSRS reports that operate over the SSIS catalog   &amp;#42; A stored proc, sp_ssiscatalog, that provides detailed analysis of the SSIS Catalog</description><item><title>New Post: Cannot open SSISReportingPack.rptproj </title><link>http://ssisreportingpack.codeplex.com/discussions/447109</link><description>&lt;div style="line-height: normal;"&gt;I downloaded SSIS Reporting Pack.msi from this site and ran it. Files were create in folder E:\SSIS Reporting Pack. When I double click on SSISReportingPack.rptproj I get message saying &amp;quot;Unknown error&amp;quot; and that's it!&lt;br /&gt;
&lt;br /&gt;
I have SQL Server Data Tools installed with SQL Server 2012, as well as Visaul Studion 2010 on my machine.&lt;br /&gt;
&lt;br /&gt;
Any idea what might be the problem?&lt;br /&gt;
&lt;/div&gt;</description><author>gnanau</author><pubDate>Fri, 14 Jun 2013 18:32:03 GMT</pubDate><guid isPermaLink="false">New Post: Cannot open SSISReportingPack.rptproj  20130614063203P</guid></item><item><title>Source code checked in, #72254</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/72254</link><description>should not be in source control</description><author>jamiet</author><pubDate>Tue, 04 Jun 2013 20:29:53 GMT</pubDate><guid isPermaLink="false">Source code checked in, #72254 20130604082953P</guid></item><item><title>Source code checked in, #72253</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/72253</link><description>unknown checkout</description><author>jamiet</author><pubDate>Tue, 04 Jun 2013 20:16:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #72253 20130604081610P</guid></item><item><title>Source code checked in, #72252</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/72252</link><description>never checkin .user files</description><author>jamiet</author><pubDate>Tue, 04 Jun 2013 20:13:53 GMT</pubDate><guid isPermaLink="false">Source code checked in, #72252 20130604081353P</guid></item><item><title>Source code checked in, #72129</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/72129</link><description>reorganised folder structure</description><author>jamiet</author><pubDate>Fri, 17 May 2013 08:38:47 GMT</pubDate><guid isPermaLink="false">Source code checked in, #72129 20130517083847A</guid></item><item><title>Updated Release: v0.4 (May 21, 2012)</title><link>https://ssisreportingpack.codeplex.com/releases/view/88178</link><description>&lt;div class="wikidoc"&gt;There are a few bug fixes in this release however the main change is that the Execution report no longer displays loop iterations as executables.&lt;br /&gt;&lt;br /&gt;The installer (that you download from this site) will place the report .rdl files into a folder on your hard drive, by default this location is &amp;quot;C:\SSIS Reporting Pack&amp;quot; (you have the option to change this when you run the installer).&lt;br /&gt;
&lt;h2&gt;Installation Steps&lt;/h2&gt;
As well as the report files it also creates a file called SSISReportingPack.rptproj - this is a Reporting Services project that, when double-clicked, will open up in Visual Studio (assuming that you have the SQL Server 2012 development tools installed on your machine). From there you will be able to deploy the reports in that report project just as you would any other report project.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jamiet</author><pubDate>Mon, 29 Apr 2013 08:02:59 GMT</pubDate><guid isPermaLink="false">Updated Release: v0.4 (May 21, 2012) 20130429080259A</guid></item><item><title>Released: v0.4 (May 21, 2012)</title><link>http://ssisreportingpack.codeplex.com/releases/view/88178</link><description>
&lt;div class="wikidoc"&gt;There are a few bug fixes in this release however the main change is that the Execution report no longer displays loop iterations as executables.&lt;br&gt;
&lt;br&gt;
The installer (that you download from this site) will place the report .rdl files into a folder on your hard drive, by default this location is &amp;quot;C:\SSIS Reporting Pack&amp;quot; (you have the option to change this when you run the installer).&lt;br&gt;
&lt;h2&gt;Installation Steps&lt;/h2&gt;
As well as the report files it also creates a file called SSISReportingPack.rptproj - this is a Reporting Services project that, when double-clicked, will open up in Visual Studio (assuming that you have the SQL Server 2012 development tools installed on your
 machine). From there you will be able to deploy the reports in that report project just as you would any other report project.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 29 Apr 2013 08:02:59 GMT</pubDate><guid isPermaLink="false">Released: v0.4 (May 21, 2012) 20130429080259A</guid></item><item><title>Commented Issue: most recent failed execution failed [24155]</title><link>http://ssisreportingpack.codeplex.com/workitem/24155</link><description>I built 8 ssis reporting pack connected on different 8 servers.&lt;br /&gt;On 2 servers, the report &amp;#34;most recent failed execution&amp;#34; never end.&lt;br /&gt;I applied the corrections of indexing &amp;#91;internal&amp;#93;.&amp;#91;event_message_context&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;executable_statistics&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;operation_messages&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;event_messages&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;execution_component_phases&amp;#93; and modified the procedure &amp;#91;internal&amp;#93;.&amp;#91;append_execution_component_phases&amp;#93; with SET TRANSACTION ISOLATION LEVEL SERIALIZABLE.&lt;br /&gt;&lt;br /&gt;I have about 2 M rows in event_messages, operation_messages and event_message_context&lt;br /&gt;Comments: ** Comment from web user: jamiet ** &lt;p&gt;Hi,&lt;br&gt;That report does indeed suffer from performance issues and you will undoubtedly hit those issues with 2m rows in [catalog].[event_messages]. I wish that were not the case and I apologise that it is. I am in the process of making changes to sort it out but I don't expect those changes to be completed in the foreseeable future (life tends to get in the way I'm afraid).&lt;/p&gt;&lt;p&gt;Jamie&lt;/p&gt;</description><author>jamiet</author><pubDate>Tue, 09 Apr 2013 13:36:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: most recent failed execution failed [24155] 20130409013645P</guid></item><item><title>Created Issue: most recent failed execution failed [24155]</title><link>http://ssisreportingpack.codeplex.com/workitem/24155</link><description>I built 8 ssis reporting pack connected on different 8 servers.&lt;br /&gt;On 2 servers, the report &amp;#34;most recent failed execution&amp;#34; never end.&lt;br /&gt;I applied the corrections of indexing &amp;#91;internal&amp;#93;.&amp;#91;event_message_context&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;executable_statistics&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;operation_messages&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;event_messages&amp;#93;, &amp;#91;internal&amp;#93;.&amp;#91;execution_component_phases&amp;#93; and modified the procedure &amp;#91;internal&amp;#93;.&amp;#91;append_execution_component_phases&amp;#93; with SET TRANSACTION ISOLATION LEVEL SERIALIZABLE.&lt;br /&gt;&lt;br /&gt;I have about 2 M rows in event_messages, operation_messages and event_message_context&lt;br /&gt;</description><author>yann_nguyen</author><pubDate>Tue, 09 Apr 2013 13:10:28 GMT</pubDate><guid isPermaLink="false">Created Issue: most recent failed execution failed [24155] 20130409011028P</guid></item><item><title>Source code checked in, #71659</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/71659</link><description>&amp;#64;operation_type renamed to &amp;#64;action</description><author>jamiet</author><pubDate>Tue, 26 Mar 2013 08:38:42 GMT</pubDate><guid isPermaLink="false">Source code checked in, #71659 20130326083842A</guid></item><item><title>Created Release: DB v1.0.3.0 (Mar 15, 2013)</title><link>http://ssisreportingpack.codeplex.com/releases?ReleaseId=103452</link><description>&lt;div class="wikidoc"&gt;2 new features:&lt;br /&gt;&lt;br /&gt;new parameter @ot provided as a short form of @operation_type&lt;br /&gt;relative-duration visualisation&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jamiet</author><pubDate>Fri, 15 Mar 2013 21:55:55 GMT</pubDate><guid isPermaLink="false">Created Release: DB v1.0.3.0 (Mar 15, 2013) 20130315095555P</guid></item><item><title>Released: DB v1.0.3.0 (Mar 15, 2013)</title><link>http://ssisreportingpack.codeplex.com/releases/view/103452</link><description>
&lt;div class="wikidoc"&gt;2 new features:&lt;br&gt;
&lt;br&gt;
new parameter @ot provided as a short form of @operation_type&lt;br&gt;
relative-duration visualisation&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 15 Mar 2013 21:55:54 GMT</pubDate><guid isPermaLink="false">Released: DB v1.0.3.0 (Mar 15, 2013) 20130315095554P</guid></item><item><title>Source code checked in, #71536</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/71536</link><description>relative_duration, &amp;#64;ot</description><author>jamiet</author><pubDate>Fri, 15 Mar 2013 21:50:43 GMT</pubDate><guid isPermaLink="false">Source code checked in, #71536 20130315095043P</guid></item><item><title>Source code checked in, #71452</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/71452</link><description>change erroneous date in pre-deployment comment</description><author>jamiet</author><pubDate>Mon, 11 Mar 2013 23:02:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #71452 20130311110245P</guid></item><item><title>Created Release: DB v1.0.2.0 (Mar 11, 2013)</title><link>http://ssisreportingpack.codeplex.com/releases?ReleaseId=103261</link><description>&lt;div class="wikidoc"&gt;A number of under-the-hood changes from previous version. Main benefits for the user is that (by default) documentation will appear in the messages tab when sp_ssicatalog is executed.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jamiet</author><pubDate>Mon, 11 Mar 2013 22:23:44 GMT</pubDate><guid isPermaLink="false">Created Release: DB v1.0.2.0 (Mar 11, 2013) 20130311102344P</guid></item><item><title>Released: DB v1.0.2.0 (Mar 11, 2013)</title><link>http://ssisreportingpack.codeplex.com/releases/view/103261</link><description>
&lt;div class="wikidoc"&gt;A number of under-the-hood changes from previous version. Main benefits for the user is that (by default) documentation will appear in the messages tab when sp_ssicatalog is executed.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 11 Mar 2013 22:23:44 GMT</pubDate><guid isPermaLink="false">Released: DB v1.0.2.0 (Mar 11, 2013) 20130311102344P</guid></item><item><title>Source code checked in, #70701</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/70701</link><description>duration_in_seconds will now return a value for currently executing executions. Previously it returned NULL.</description><author>jamiet</author><pubDate>Wed, 02 Jan 2013 09:45:44 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70701 20130102094544A</guid></item><item><title>Created Issue: sp_ssiscatalog feature: show duration of leaf level executables [23721]</title><link>http://ssisreportingpack.codeplex.com/workitem/23721</link><description>Often you don&amp;#39;t want to know how long containers, only the actual tasks themselves. Build something into sp_ssiscatalog that enables one to see this.&lt;br /&gt;&lt;br /&gt;this should help&amp;#58;&lt;br /&gt;select&amp;#9;e.executable_name,duration_in_minutes&amp;#61;execution_duration&amp;#47;1000&amp;#47;60,duration_in_seconds&amp;#61;execution_duration&amp;#47;1000,execution_duration,execution_path&lt;br /&gt;from&amp;#9;ssisdb.catalog.executable_statistics es&lt;br /&gt;inner join ssisdb.catalog.executables e&amp;#9;&amp;#9;&amp;#9;on&amp;#9;es.executable_id&amp;#9;&amp;#61;&amp;#9;e.executable_id&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;and&amp;#9;es.execution_id&amp;#9;&amp;#9;&amp;#61;&amp;#9;e.execution_id&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;and&amp;#9;e.executable_name&amp;#9;&amp;#61;&amp;#9;reverse&amp;#40;left&amp;#40;reverse&amp;#40;execution_path&amp;#41;, charindex&amp;#40;&amp;#39;&amp;#92;&amp;#39;, reverse&amp;#40;execution_path&amp;#41;&amp;#41; -1&amp;#41;&amp;#41;&lt;br /&gt;--order by execution_id desc&lt;br /&gt;where&amp;#9;es.execution_id &amp;#61; 10438&lt;br /&gt;&amp;#9;and&amp;#9;execution_path like &amp;#39;&amp;#92;Root&amp;#92;ETLJobStageOrders&amp;#126;&amp;#91;8&amp;#126;&amp;#93;&amp;#92;PKG Thread 0&amp;#92;ThreadController&amp;#92;ETLJob Stages&amp;#126;&amp;#91;1&amp;#126;&amp;#93;&amp;#92;PKG Exec Stage&amp;#92;Main Actuals&amp;#92;SEQC Main Actuals&amp;#92;FELC Loop over TargetLoadDates&amp;#126;&amp;#91;7&amp;#126;9&amp;#93;&amp;#37;&amp;#39; escape &amp;#39;&amp;#126;&amp;#39;--&lt;br /&gt;order by execution_duration desc&lt;br /&gt;</description><author>jamiet</author><pubDate>Wed, 19 Dec 2012 12:48:54 GMT</pubDate><guid isPermaLink="false">Created Issue: sp_ssiscatalog feature: show duration of leaf level executables [23721] 20121219124854P</guid></item><item><title>Source code checked in, #70585</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/70585</link><description>print alteration</description><author>jamiet</author><pubDate>Wed, 12 Dec 2012 23:49:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70585 20121212114930P</guid></item><item><title>Source code checked in, #70584</title><link>http://ssisreportingpack.codeplex.com/SourceControl/changeset/changes/70584</link><description>moved objects from schema sp_ssis_catalog to sp_ssiscatalog</description><author>jamiet</author><pubDate>Wed, 12 Dec 2012 23:40:04 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70584 20121212114004P</guid></item></channel></rss>