<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'SSIS' and 'SSRS'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=SSIS,SSRS&amp;orTags=0</link><description>Search results matching tags 'SSIS' and 'SSRS'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Build-time dependency resolving coming to Entity Framework. Now, how about those BI tools too?</title><link>http://sqlblog.com/blogs/jamie_thomson/archive/2010/12/07/build-time-dependancy-checking-coming-to-entity-framework-now-how-about-those-bi-tools-too.aspx</link><pubDate>Tue, 07 Dec 2010 10:04:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:31402</guid><dc:creator>jamiet</dc:creator><description>&lt;P&gt;Three months ago I wrote a blog post entitled&amp;nbsp;&lt;A class="" href="http://sqlblog.com/blogs/jamie_thomson/archive/2010/09/14/some-thoughts-on-visual-studio-database-references-and-how-they-should-be-used-for-sql-server-bi.aspx"&gt;Some thoughts on Visual Studio database references and how they should be used for SQL Server BI&lt;/A&gt;&amp;nbsp;where I shared some thoughts on a feature available&amp;nbsp;to database developers in&amp;nbsp;Visual Studio 2010 that I would love to see added to SQL Server Integration Services (SSIS), Analysis Services (SSAS) and Reporting Services (SSRS). In there I said:&lt;/P&gt;&lt;SPAN class=Apple-style-span style="WORD-SPACING:0px;FONT:13px Verdana, Arial, sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:separate;orphans:2;widows:2;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;SPAN class=Apple-style-span style="FONT-SIZE:12px;TEXT-ALIGN:justify;"&gt;
&lt;BLOCKQUOTE&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;EM&gt;Over the past few weeks I have been making heavy use of the Database tools in Visual Studio 2010 and one of the features that has most impressed me has been database references.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;EM&gt;Database references allow you to have stored procedures in your database project that refer to objects (tables, views, stored procedures etc…) that exist in other database projects and hence when you build your database project it is able to&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;resolve&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;those references.&lt;/EM&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;EM&gt;It occurred to me that similar functionality would be incredibly useful for SQL Server Integration Services(SSIS), Analysis Services (SSAS) &amp;amp; Reporting Services (SSRS) projects. After all reports, packages and data source views are rife with references to database objects – why shouldn’t we be able to have design-time dependency checking in our BI projects the same way that database and .Net developers do?&lt;/EM&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;In that blog post I&amp;nbsp;shared links to three Connect submissions where I requested this feature be added to SSIS, SSAS &amp;amp; SSRS. In addition I also submitted a request that the feature be extended to .Net projects so that any reference to a database object in a .Net assembly can be resolved at build time. That Connect submission is at &lt;A class="" href="https://connect.microsoft.com/VisualStudio/feedback/details/602252/entity-fx-use-database-references-to-constrain-the-edm?wa=wsignin1.0"&gt;[Entity FX] Use database references to constrain the EDM&lt;/A&gt;&amp;nbsp;and overnight it received this comment from Microsoft:&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=Apple-style-span style="WORD-SPACING:0px;FONT:medium 'Times New Roman';TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:separate;orphans:2;widows:2;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;SPAN class=Apple-style-span style="FONT-SIZE:11px;FONT-FAMILY:Verdana;"&gt;&lt;EM&gt;We have been working on this feature for a while and and will be available soon&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;This is really good news - it&amp;nbsp;improves the Microsoft developer ecosystem by ensuring invalid references to database references&amp;nbsp;get caught at build time (ideally as part of a Continuous integration build) rather than run time. [Hopefully it might nip this &lt;A class="" href="http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx"&gt;code-first nonsense&lt;/A&gt; in the bud too (Ooo...way to incite flame comments :) ) ]. If you want to see this feature in action then check out a video from Teched Europe last month entitled &lt;A class="" href="http://www.msteched.com/2010/Europe/DAT314"&gt;SQL Server Developer Tools Code-named "Juneau"&lt;/A&gt; where it is demo'd by Lance Delano and Tim Laverty.&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;The point of this blog post though is not just to draw attention to this forthcoming feature for .Net developers, it is to ask you to petition Microsoft to get this feature added to SSIS/SSAS/SSRS too. After all, we already know (from the video above) that the feature is coming to this new code-name Juneau development environment&amp;nbsp;plus we also know that Juneau will be the development environment for SSIS/SSAS/SSRS&amp;nbsp;as well&amp;nbsp;- is it really much of a stretch to expect the BI tools to have access to this great feature too? I don't think so and if you agree with me then I urge you to vote and add a comment to the Connection submissions that are requesting this feature. They are at:&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;A class="" href="https://connect.microsoft.com/SQLServer/feedback/details/597709/" target=_blank&gt;[SSAS] Declare Object Dependancies&lt;/A&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;A class="" href="https://connect.microsoft.com/SQLServer/feedback/details/597707/" target=_blank&gt;[SSRS] Declare Object Dependancies&lt;/A&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;A class="" href="https://connect.microsoft.com/SQLServer/feedback/details/597708/" target=_blank&gt;[SSIS] Declare Object Dependancies&lt;/A&gt;&amp;nbsp;(Update, Apparently someone at Microsoft has deemed it necassary to set this to private and I am not able to change it back even though I submitted it. You can still vote on the other two though.)&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;Let's close that &lt;A class="" href="http://sqlblog.com/blogs/jamie_thomson/archive/2010/01/13/the-sql-developer-gap-warning-rant-coming-up.aspx"&gt;SQL Developer Gap&lt;/A&gt;!&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;A class="" href="http://twitter.com/jamiet"&gt;@Jamiet&lt;/A&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description></item><item><title>SQL Server v.Next (Denali) : Launch point for BI resources</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2010/11/30/sql-server-v-next-denali-launchpoint-for-ssas-ssis-ssrs-resources.aspx</link><pubDate>Wed, 01 Dec 2010 01:23:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:31147</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;Microsoft's new data platform vision for BI is called BISM - Business Intelligence Semantic Model.&amp;nbsp; While I focus primarily on manageability, availability and database engine features, I'd like to keep tabs on who can help you out with their input on the other aspects I rarely touch - Analysis Services (SSAS), Integration Services (SSIS), and Reporting Services (SSRS).&amp;nbsp; Since I'm not covering these areas in my "What's New in Denali" presentations, I thought it would only be fair to provide a decent launch point So here are some blogs, individual posts and other resources with great information - if you have any other resources, please let me know!&amp;nbsp; Here is what I have come up with so far, in no particular order:


&lt;/p&gt;&lt;p&gt;
Jen
Stirrup has some thoughts on BISM that are definitely worth a read:&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://www.jenstirrup.com/search/label/denali" target="_blank"&gt;http://www.jenstirrup.com/search/label/&lt;/a&gt;&lt;a href="http://www.jenstirrup.com/search/label/denali" target="_blank"&gt;denali&lt;/a&gt; &lt;/blockquote&gt;Chris Webb also talks about BISM and its unification with SSAS: &lt;blockquote&gt;&lt;p&gt;&lt;a href="http://cwebbbi.wordpress.com/2011/05/17/good-news-on-the-future-of-analysis-services/" title="http://cwebbbi.wordpress.com/2011/05/17/good-news-on-the-future-of-analysis-services/" target="_blank"&gt;http://cwebbbi.wordpress.com/2011/05/17/good-news-on-the-future-of-analysis-services/&lt;/a&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The AS &amp;amp; PowerPivot team blog also has some information about BISM and SSAS:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/powerpivot/archive/2011/05/16/analysis-services-vision-amp-roadmap-update.aspx%20" title="http://blogs.msdn.com/b/powerpivot/archive/2011/05/16/analysis-services-vision-amp-roadmap-update.aspx " target="_blank"&gt;http://blogs.msdn.com/b/powerpivot/archive/2011/05/16/analysis-services-vision-amp-roadmap-update.aspx &lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;
Rafael
Salas talks about a lot of SSIS topics as they relate to Denali:&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://www.rafael-salas.com/search/label/Denali" target="_blank"&gt;http://www.rafael-salas.com/search/label/&lt;/a&gt;&lt;a href="http://www.rafael-salas.com/search/label/Denali" target="_blank"&gt;Denali&lt;/a&gt;&lt;/blockquote&gt;


&lt;p&gt;
Robert
Bruckner of the Reporting Services team answers many questions about Project
"Crescent":&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://blogs.msdn.com/b/sqlrsteamblog/archive/2010/11/09/a-glimpse-at-project-crescent.aspx" target="_blank"&gt;http://blogs.msdn.com/b/sqlrsteamblog/archive/2010/11/09/a-glimpse-at-project-crescent.aspx&lt;/a&gt; &lt;br&gt;&lt;/blockquote&gt;


&lt;p&gt;Chris
Webb lists some great talking points about SSAS, with some excellent comments
as well:&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://cwebbbi.wordpress.com/2010/11/11/pass-summit-day-2/" target="_blank"&gt;http://cwebbbi.wordpress.com/2010/11/11/pass-summit-day-2&lt;/a&gt;&lt;a href="http://cwebbbi.wordpress.com/2010/11/11/pass-summit-day-2/" target="_blank"&gt;/&lt;/a&gt;&lt;a href="http://cwebbbi.wordpress.com/2010/11/14/pass-summit-day-2-the-aftermath/" target="_blank"&gt;&lt;br&gt;http://cwebbbi.wordpress.com/2010/11/14/pass-summit-day-2-the-aftermath&lt;/a&gt;&lt;a href="http://cwebbbi.wordpress.com/2010/11/14/pass-summit-day-2-the-aftermath/" target="_blank"&gt;/&lt;/a&gt; &lt;br&gt;
&lt;/blockquote&gt;

&lt;p&gt;TechNet
Wiki has some great stuff on SSIS enhancements in Denali on the new
SSIS
Catalog ("SSISDB") and usability enhancements:&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/sql-server-denali-ctp1-integration-services-ssis-catalog-overview.aspx" target="_blank"&gt;http://social.technet.microsoft.com/wiki/contents/articles/sql-server-denali-ctp1-integration-services-ssis-catalog-&lt;/a&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/sql-server-denali-ctp1-integration-services-ssis-catalog-overview.aspx" target="_blank"&gt;overview.aspx&lt;/a&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/sql-server-denali-ctp1-integration-services-ssis-usability-enhancements.aspx" target="_blank"&gt;&lt;br&gt;http://social.technet.microsoft.com/wiki/contents/articles/sql-server-denali-ctp1-integration-services-ssis-usability-&lt;/a&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/sql-server-denali-ctp1-integration-services-ssis-usability-enhancements.aspx" target="_blank"&gt;enhancements.aspx&lt;/a&gt; &lt;br&gt;&lt;/blockquote&gt;


&lt;p&gt;Jacob Sebastien has created a "What's New in Denali" resource page that has plenty of BI-related information:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://beyondrelational.com/whatisnew/sqlserver/denali/" title="http://beyondrelational.com/whatisnew/sqlserver/denali/" target="_blank"&gt;http://beyondrelational.com/whatisnew/sqlserver/denali/&lt;/a&gt; &lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Watching
the Denali tag on this site could be useful, even though most of the posts so
far do not relate to BI:&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://sqlblog.com/search/SearchResults.aspx?q=denali&amp;amp;o=DateDescending" target="_blank"&gt;http://sqlblog.com/search/SearchResults.aspx?q=denali&amp;amp;o=&lt;/a&gt;&lt;a href="http://sqlblog.com/search/SearchResults.aspx?q=denali&amp;amp;o=DateDescending" target="_blank"&gt;DateDescending&lt;/a&gt;&lt;/blockquote&gt;


&lt;p&gt;
While
during CTP periods, Books Online is rarely in sync with the actual build that
is out there, it can still contain quite a bit of information.&amp;nbsp; Here is
the starting point for "What's New" in Denali:&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb500435%28v=SQL.110%29.aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/bb500435%28v=SQL.110%29.&lt;/a&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb500435%28v=SQL.110%29.aspx" target="_blank"&gt;aspx&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;


&lt;p&gt;And you can download the latest "offline" version of Books Online here: &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a94fd771-9e65-4afa-9c5f-03344c48133f" title="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a94fd771-9e65-4afa-9c5f-03344c48133f" target="_blank"&gt;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a94fd771-9e65-4afa-9c5f-03344c48133f&lt;/a&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=11ea69cb-cf12-4842-a3d7-b32a1e5642e2" title="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=11ea69cb-cf12-4842-a3d7-b32a1e5642e2" target="_blank"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The official
SQL Server "Denali" site - more marketing than tech, but still useful:&lt;br&gt;
&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://www.microsoft.com/sqlserver/en/us/product-info/future-editions.aspx" target="_blank"&gt;http://www.microsoft.com/sqlserver/en/us/product-info/future-&lt;/a&gt;&lt;a href="http://www.microsoft.com/sqlserver/en/us/product-info/future-editions.aspx" target="_blank"&gt;editions.aspx&lt;/a&gt;&lt;/blockquote&gt;And here is MSDN's Denali Resource Center: &lt;br&gt;&lt;blockquote&gt;&lt;a href="http://msdn.microsoft.com/en-us/sqlserver/denali_resource_center.aspx" title="http://msdn.microsoft.com/en-us/sqlserver/denali_resource_center.aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/sqlserver/denali_resource_center.aspx&lt;/a&gt; &lt;br&gt;&lt;/blockquote&gt;


&lt;p&gt;
If you're looking for help, the SQL Server community is a vast and generous resource. Post your question under the appropriate twitter hashtags:
&lt;br&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;a href="http://twitter.com/#%21/search/%23SQLHelp" target="_blank"&gt;#SQLHelp
&lt;/a&gt;&lt;br&gt;&lt;a href="http://twitter.com/#%21/search/%23SQLDenali" target="_blank"&gt;#SQLDenali
&lt;/a&gt;&lt;br&gt;&lt;a href="http://twitter.com/#%21/search/%23SQLServer" target="_blank"&gt;#SQLServer
&lt;/a&gt;&lt;br&gt;&lt;a href="http://twitter.com/#%21/search/%23SSAS" target="_blank"&gt;#SSAS
&lt;/a&gt;&lt;br&gt;&lt;a href="http://twitter.com/#%21/search/%23SSIS" target="_blank"&gt;#SSIS
&lt;/a&gt;&lt;br&gt;&lt;a href="http://twitter.com/#%21/search/%23SSRS" target="_blank"&gt;#SSRS
&lt;/a&gt;&lt;/blockquote&gt;

&lt;p&gt;And don't forget the TechNet forums:&lt;br&gt;
&lt;/p&gt;
&lt;blockquote&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/category/sqlserverprerelease" target="_blank"&gt;http://social.technet.microsoft.com/Forums/en-US/category/&lt;/a&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/category/sqlserverprerelease" target="_blank"&gt;sqlserverprerelease&lt;/a&gt;&lt;/blockquote&gt;


&lt;p&gt;Finally, if
you'd like to provide feedback, submit suggestions, or file bugs, please use
Connect (you'll need a LiveID): &lt;br&gt;
&lt;/p&gt;
&lt;blockquote&gt;&lt;a href="http://connect.microsoft.com/sql" target="_blank"&gt;http://connect.microsoft.com/&lt;/a&gt;&lt;a href="http://connect.microsoft.com/sql" target="_blank"&gt;sql&lt;/a&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&amp;nbsp; &lt;/blockquote&gt;</description></item><item><title>Some thoughts on Visual Studio database references and how they should be used for SQL Server BI</title><link>http://sqlblog.com/blogs/jamie_thomson/archive/2010/09/14/some-thoughts-on-visual-studio-database-references-and-how-they-should-be-used-for-sql-server-bi.aspx</link><pubDate>Tue, 14 Sep 2010 12:53:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:28755</guid><dc:creator>jamiet</dc:creator><description>&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;Over the past few weeks I have been making heavy use of the Database tools in Visual Studio 2010 (formerly known as datadude, DBPro, VSTS for Database Professionals or one of a plethora of other names that it has gone by over the past few years) and one of the features that has most impressed me has been database references.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;Database references allow you to have stored procedures in your database project that refer to objects (tables, views, stored procedures etc…) that exist in other database projects and hence when you build your database project it is able to &lt;I style="mso-bidi-font-style:normal;"&gt;resolve&lt;/I&gt; those references. Gert Drapers has a useful introduction to them at his blog post &lt;A href="http://blogs.msdn.com/b/gertd/archive/2007/07/26/database-references.aspx"&gt;Database References&lt;/A&gt;; in his words database references allow you to:&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN-LEFT:36pt;"&gt;&lt;SPAN class=apple-style-span&gt;&lt;I style="mso-bidi-font-style:normal;"&gt;&lt;SPAN style="FONT-SIZE:9pt;COLOR:#333333;FONT-FAMILY:'Segoe UI','sans-serif';"&gt;represent and resolve 3 and/or 4-part name usage inside a database project. Database references&amp;nbsp;are conceptually the same as assembly references inside a C# or VB.NET projects; they allow you to reference objects from your database project that live inside another namespace (database).&lt;/SPAN&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;I style="mso-bidi-font-style:normal;"&gt;&lt;/I&gt;&lt;SPAN class=apple-style-span&gt;&lt;I style="mso-bidi-font-style:normal;"&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;It occurred to me that similar functionality would be incredibly useful for SQL Server Integration Services(SSIS), Analysis Services (SSAS) &amp;amp; Reporting Services (SSRS) projects. After all reports, packages and data source views are rife with references to database objects – why shouldn’t we be able to have design-time dependency checking in our BI projects the same way that database and .Net developers do?&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=Apple-style-span style="FONT-SIZE:11px;FONT-FAMILY:Verdana, sans-serif;"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=Apple-style-span style="FONT-SIZE:11px;FONT-FAMILY:Verdana, sans-serif;"&gt;Here are some examples of ways in which this would be useful:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;SPAN class=apple-style-span&gt;If a SSRS report pulls data from a view, I firstly want to know (at design-time) that that view exists. Secondly, if the view definition changes I want to know that my report will still work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;SPAN class=apple-style-span&gt;&lt;/SPAN&gt;&lt;SPAN class=apple-style-span&gt;Similarly for a SSAS cube, if a view referenced in the DSV changes or disappears I want my SSAS project build to fail or succeed accordingly&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;SPAN class=apple-style-span&gt;&lt;/SPAN&gt;&lt;SPAN class=apple-style-span&gt;Similarly for a SSIS Execute SQL Task, if it executes a stored procedure I want to know that the named parameters that I am using actually exist in the stored procedure.&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;To this end I have submitted three identical suggestions to &lt;A href="http://connect.microsoft.com/sqlserver/feedback"&gt;Connect&lt;/A&gt;, one each for SSIS, SSAS &amp;amp; SSRS:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE:16.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-font-kerning:18.0pt;mso-fareast-language:EN-GB;"&gt;&lt;A class="" href="https://connect.microsoft.com/SQLServer/feedback/details/597709/" target=_blank&gt;[SSAS] Declare database object dependencies&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:16.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;A class="" href="https://connect.microsoft.com/SQLServer/feedback/details/597707/" target=_blank&gt;[SSRS] Declare database object dependencies&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:16.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-WEIGHT:normal;FONT-SIZE:16.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;A class="" href="https://connect.microsoft.com/SQLServer/feedback/details/597708/" target=_blank&gt;[SSIS] Declare database object dependencies&lt;/A&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;I have said before in my blog post &lt;A href="http://sqlblog.com/blogs/jamie_thomson/archive/2010/01/12/the-sql-developer-gap-warning-rant-coming-up.aspx"&gt;The SQL developer gap&lt;/A&gt; that we database and BI developers deserve as much love from Microsoft as our .Net counterparts do and I’m of the opinion that providing design-time dependency checking across the full gamut of BI projects would be a huge step in the right direction. The holy grail is an object dependency graph from database tables all the way up through database views, database functions, stored procedures, DAL, ORM layer &amp;amp; business logic layer all the way through to presentation – I don’t know how long it will take but we will get there one day I am sure, hopefully sooner rather than later!&lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;A href="http://twitter.com/jamiet"&gt;@JamieT&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;UPDATE: This feature (i.e. the ability to define dependencies on database objects at build time) is coming to the Entity Framework as confirmed in this Connect submission:&amp;nbsp;&lt;A class="" href="http://bit.ly/igmEiS"&gt;http://bit.ly/igmEiS&lt;/A&gt;. Let's hope the same comes to SSIS/SSAS/SSRS soon.&lt;/P&gt;</description></item><item><title>It's Official - SQLSaturday is Coming to NYC!</title><link>http://sqlblog.com/blogs/michael_coles/archive/2010/02/06/it-s-official-sqlsaturday-is-coming-to-nyc.aspx</link><pubDate>Sat, 06 Feb 2010 19:59:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:21916</guid><dc:creator>Mike C</dc:creator><description>&lt;P&gt;&lt;A title="NJSQL Home Page" href="http://www.njsql.org/" target=_blank&gt;New Jersey SQL Server User Group (NJSQL)&lt;/A&gt; is bringing &lt;A title="SQLSaturday #39 Home Page" href="http://www.sqlsaturday.com/39/eventhome.aspx" target=_blank&gt;SQLSaturday #39&lt;/A&gt;&amp;nbsp;to NYC on April 24, 2010!&amp;nbsp; The free all-day training event will be hosted by Microsoft at their Midtown Manhattan offices.&amp;nbsp; The speaker line-up is growing fast—if you'd like to present, visit the event's open &lt;A title="SQLSaturday #39 Call for Speakers" href="http://www.sqlsaturday.com/39/callforspeakers.aspx" target=_blank&gt;call for speakers&lt;/A&gt;.&amp;nbsp;&amp;nbsp;This is a free full-day training&amp;nbsp;event, but &lt;A title="SQLSaturday #39 Registration Page" href="http://www.sqlsaturday.com/39/register.aspx" target=_blank&gt;registration is required&lt;/A&gt;&amp;nbsp;to attend.&amp;nbsp; Seating is limited.&lt;/P&gt;
&lt;P&gt;Registration, speaker, and sponsorship details are posted at &lt;A href="http://www.sqlsaturday.com/39/eventhome.aspx"&gt;http://www.sqlsaturday.com/39/eventhome.aspx&lt;/A&gt;.&lt;/P&gt;</description></item><item><title>The SQL developer gap (Warning: rant coming up)</title><link>http://sqlblog.com/blogs/jamie_thomson/archive/2010/01/12/the-sql-developer-gap-warning-rant-coming-up.aspx</link><pubDate>Tue, 12 Jan 2010 23:43:21 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:20975</guid><dc:creator>jamiet</dc:creator><description>&lt;p&gt;I recently submitted a bug to Microsoft Connect concerning the behaviour of the expression language in SSRS, if you’re interested you can read about it here: &lt;a href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=523703" target="_blank"&gt;DateAdd() doesn't throw an error when it has invalid parameters&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;I got a swift and detailed reply (for which I am grateful) from a fellow on the SSRS team however the content of it wasn’t exactly music to my ears:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;While I do agree it would be desirable to have an error here, the SSRS engine makes use of the VB code engine for functions such as this. So, the call to DateAdd is just a passthrough as far as SSRS is concerned. The majority of the functions available in SSRS are actually just VB ones.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;In other words the inequities of SSRS’s expression language are down to the frailties of a 14 year old scripting language that should have been thrown out long ago on the coattails of Crystal Reports. Am I the only SQL Server BI developer that feels a little … oh I don’t know … &lt;em&gt;unloved&lt;/em&gt; sometimes by the various BI teams in SQL Server land. Let’s have a look at some of the things that we have to put up with:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;two different expression languages (one for SSIS, one for SSRS), neither of which support comments as far as I am aware, neither of which have any debugging features and neither of which are extensible &lt;/li&gt;    &lt;li&gt;an expression language in SSRS that is based on a dead scripting language and rarely produces meaningful errors &lt;/li&gt;    &lt;li&gt;an expression editor in SSIS for which there isn’t even context-sensitive help let alone intellisense &lt;/li&gt;    &lt;li&gt;an MDX query editor in SSMS that doesn’t have intellisense &lt;/li&gt;    &lt;li&gt;a script task editor in SSIS that shows read-only system variables in the ReadWriteVariables dropdown &lt;/li&gt;    &lt;li&gt;I could go on…&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;None of these issues are particularly prohibitive on their own but when you add them all up (along with many others) I’ve no doubt that we could all be a heck of a lot more productive were they all solved.&lt;/p&gt;  &lt;p&gt;I look around at our cousins in .Net land and I see their fancy WPF code editors, extensible languages, Javascript Intellisense, code navigation shortcuts, mockable code, code style checkers, MEF-compliant IDEs, type-inferencing, 3rd-party code editors, keyboard shortcuts, modern type-safe compilers, code generation templates, meaningful error messages, proper debuggers, runtime watches, collapsable code regions, IDEs with built-in refactoring support, built-in code formatting, code documentation tools, whitespace highlighting, code performance analysis tools, LINQ, fluent this-that-and-the-other etc…&amp;#160; and I can’t help but feeling a little hard done by. (Anyone that has used Resharper for .Net will know exactly what I mean.) Am I the only SQL guy that feels like a second class citizen in the Microsoft developer ecosystem?&lt;/p&gt;  &lt;p&gt;I must be fair and admit that we have it a lot better than other database platform developers (if you have ever used any of the plethora of Oracle developer tools out there you will know what I mean) but nonetheless it would be nice to see a little bit of love go the way of us lowly SQL bods don’t you think?&lt;/p&gt;  &lt;p&gt;OK, rant over. My apologies if you came here hoping for some words of wisdom but I’ve been wanting to get this off my chest for ages; normal service will be resumed forthwith!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://twitter.com/jamiet" target="_blank"&gt;@Jamiet&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;P.S. A valid response to this from the SQL Server team may be “submit your ideas to Connect”. I’d like it to be known that the majority of things I have listed above have already been submitted to Connect in some way shape or form and I would be happy to supply a list if one were required!&lt;/p&gt;  &lt;p&gt;I should also apologise to the SSRS team for making an example of them – the submission highlighted above is hardly the most annoying of problems listed here but it just happened to be the one that pushed me over the tipping point to writing this!&lt;/p&gt;</description></item><item><title>Start / Stop SQL Server, SSIS, SSAS, SSRS and SQL Server Agent at once with a batch file</title><link>http://sqlblog.com/blogs/jorg_klein/archive/2009/01/06/start-stop-sql-server-ssis-ssas-ssrs-and-sql-server-agent-at-once-with-a-batch-file.aspx</link><pubDate>Tue, 06 Jan 2009 21:50:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:19800</guid><dc:creator>jorg</dc:creator><description>&lt;P&gt;&lt;FONT size=2 face=verdana,geneva&gt;A lot of developers have SQL Server and its different services running on their PC or notebook to develop or test BI solutions. Unfortunately this slows down your system quite a lot. To speed things up when not using SQL Server, I used to stop and start each service manual quite often.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=verdana,geneva&gt;Recently I found out that it's possible to start and stop all services at once with a simple batch file. It now only takes a couple of seconds instead of a few minutes and some annoying steps.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=verdana,geneva&gt;Copy/paste the following in a .txt file and rename it to .bat to make it a batch file, execute it by double clicking the file.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=verdana,geneva&gt;START SCRIPT:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&lt;FONT size=2 face=verdana,geneva&gt;NET START "SQL Server Agent (MsSqlServer)" &lt;BR&gt;NET START "MsSqlServer" &lt;BR&gt;NET START "MsSqlServerOlapService" &lt;BR&gt;NET START "ReportServer" &lt;BR&gt;NET START "SQL Server Integration Services"&lt;/FONT&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=verdana,geneva&gt;STOP SCRIPT:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&lt;FONT size=2 face=verdana,geneva&gt;NET STOP "SQL Server Agent (MsSqlServer)" &lt;BR&gt;NET STOP "MsSqlServer" &lt;BR&gt;NET STOP "MsSqlServerOlapService" &lt;BR&gt;NET STOP "ReportServer" &lt;BR&gt;NET STOP "SQL Server Integration Services"&lt;/FONT&gt;&lt;/I&gt;&lt;/P&gt;</description></item><item><title>Webcast on SSRS 2008 and others</title><link>http://sqlblog.com/blogs/rushabh_mehta/archive/2008/04/30/webcast-on-ssrs-2005-and-others.aspx</link><pubDate>Thu, 01 May 2008 00:37:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:6527</guid><dc:creator>RMehta</dc:creator><description>&lt;P&gt;Last night (very very late), I attended a live webcast delivered by Peter Myers on SSRS 2008. It was a great introduction to SSRS and the new (some quite refreshing) changes. I continue to be impressed by the power of tablix and of course the dundas charts.I am certainly looking forward to working more with SSRS 2008.&lt;/P&gt;
&lt;P&gt;BTW: &lt;A class="" title="Jessica's Blog" href="http://jessicammoss.blogspot.com/"&gt;Jessica Moss&lt;/A&gt; and I are delivering&amp;nbsp;a webcast on SSIS Intro next week, but I am more excited about some other upcoming webcasts being delivered by Greg Low, Randy Dyess, Sony Jose and Craig Utley. You can find out about these webcasts and also about the recordings &lt;A class="" href="http://www.solidq.com/in/Events.aspx"&gt;here&lt;/A&gt;. Hope to catch you there next week.&lt;/P&gt;</description></item></channel></rss>