<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Management Studio Reports - Part 3 - Standard Reports</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx</link><description>Sorry for the delay for part 3. I have not been able to take our existing standard reports and make them work properly in a Reporting Services environment. I'm going to release the files anyway, in case one of you can figure out what is wrong. I'm not</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Management Studio Reports - Available for download</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#739491</link><pubDate>Mon, 04 Sep 2006 16:46:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:739491</guid><dc:creator>SimonS SQL Server Stuff</dc:creator><description>Have you wanted to get your hands on the Reports that are available in Management Studio. Well you now...</description></item><item><title>How to get the disk usage report working</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#739584</link><pubDate>Mon, 04 Sep 2006 17:36:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:739584</guid><dc:creator>SimonS' SQL Server Stuff</dc:creator><description>If you've downloaded the SSMS reports&amp;amp;amp;nbsp;and want to get the Disk Usage report working. Follow these...</description></item><item><title>How to get the disk usage report working</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#739585</link><pubDate>Mon, 04 Sep 2006 17:36:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:739585</guid><dc:creator>SimonS SQL Server Stuff</dc:creator><description>If you've downloaded the SSMS reports&amp;amp;amp;nbsp;and want to get the Disk Usage report working. Follow these...</description></item><item><title>re: Management Studio Reports - Part 3 - Standard Reports</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#743073</link><pubDate>Wed, 06 Sep 2006 21:45:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:743073</guid><dc:creator>Charl Reid</dc:creator><description>Hi Paul &lt;BR&gt;Fantastic work on making these reports available! As SimonS says it is easy to get the Disk Usage report working if you remove (or modify /* */ for --) the comments and add an ; after each last declare; however there is one issue I can't seem to track down. &lt;BR&gt;&lt;BR&gt;The section labeled Disk Space Used By Partitions has an error against the column Partition Defined On which is this code: &lt;BR&gt;&lt;BR&gt;=IIF(Fields!index_id.Value = 0,"Table" &lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,"Index ({0})" Fields!name_1.Value -- This portion has a syntax error &lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;) &lt;BR&gt;&lt;BR&gt;Will keep trying to resolve this, has anyone else got an idea? &lt;BR&gt;&lt;BR&gt;Best regards, &lt;BR&gt;&lt;BR&gt;Charl Reid</description></item><item><title>Custom reports in management studio</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#1081311</link><pubDate>Wed, 15 Nov 2006 17:50:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1081311</guid><dc:creator>antxxxx</dc:creator><description>&lt;p&gt;One of the things I really like in sql 2005 is the management reports available from within management...&lt;/p&gt;
</description></item><item><title>re: Management Studio Reports - Part 3 - Standard Reports</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#1738240</link><pubDate>Thu, 22 Feb 2007 05:07:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1738240</guid><dc:creator>Keith</dc:creator><description>&lt;P&gt;The section labeled Disk Space Used By Partitions has an error against the column Partition Defined On which is this code: &lt;/P&gt;
&lt;P&gt;=IIF(Fields!index_id.Value = 0,"Table" &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ,"Index ({0})" Fields!name_1.Value &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;/P&gt;
&lt;P&gt;If you replace it with the following it fixes the problem.&lt;/P&gt;
&lt;P&gt;=IIF(Fields!index_id.Value = 0,"Table"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,"Index ("&amp;amp;(Fields!name_1.Value)&amp;amp;")"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/P&gt;</description></item><item><title>re: Management Studio Reports - Part 3 - Standard Reports</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#3777548</link><pubDate>Mon, 09 Jul 2007 11:08:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3777548</guid><dc:creator>Sander Stuurwold</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;when I try open the &amp;quot;AS_Database&amp;quot; report after I change the name of the database in the datasource (datasource2) I get an eror (I copied and named the report SAS_Database).&lt;/p&gt;
&lt;p&gt;Error	1	[rsCompilerErrorInExpression] The Value expression for the textbox ‘textbox8’ contains an error: [BC30456] 'SqlServer' is not a member of 'Microsoft'.	c:\documents and settings\administrator.mitros-net\desktop\ssms standard reports\ssms standard reports\SAS_Database.rdl	0	0	&lt;/p&gt;
&lt;p&gt;Please help me because I do not know what I do wrong&lt;/p&gt;</description></item><item><title>Built-in Reports in Management Studio</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#5382923</link><pubDate>Tue, 09 Oct 2007 17:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5382923</guid><dc:creator>Dan's Blog</dc:creator><description>&lt;p&gt;Did you know that Management Studio (SSMS) has a rich set of built-in reports? Furthermore, did you know&lt;/p&gt;
</description></item><item><title>re: Management Studio Reports - Part 3 - Standard Reports</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#5646873</link><pubDate>Wed, 24 Oct 2007 13:33:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5646873</guid><dc:creator>bean</dc:creator><description>&lt;p&gt;where's the zip with standard reports???&lt;/p&gt;</description></item><item><title>re: Management Studio Reports - Part 3 - Standard Reports</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#6729589</link><pubDate>Tue, 11 Dec 2007 04:42:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6729589</guid><dc:creator>Randy In Marin</dc:creator><description>&lt;p&gt;I think the IIF evaluates the last argument even if it is null and not used. &amp;nbsp;I got around this by &lt;/p&gt;
&lt;p&gt;1) Uncomment the line in one of the select statements which returns the &amp;quot;partition_defined_on&amp;quot; field. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;select a1.object_id&lt;/p&gt;
&lt;p&gt;, &amp;nbsp; &amp;nbsp; &amp;nbsp; a2.name&lt;/p&gt;
&lt;p&gt;, &amp;nbsp; &amp;nbsp; &amp;nbsp; Case when a1.index_id = 0 then 'Table' else ( ' Index (' + a3.name + ')') end as partition_defined_on&lt;/p&gt;
&lt;p&gt;, &amp;nbsp; &amp;nbsp; &amp;nbsp; a1.index_id&lt;/p&gt;
&lt;p&gt;2) Then a little below that code, replace name_1 and index_name with partition_defined_on&lt;/p&gt;
&lt;p&gt;Before&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Field Name=&amp;quot;name_1&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DataField&amp;gt;index_name&amp;lt;/DataField&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Field&amp;gt;&lt;/p&gt;
&lt;p&gt;After&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Field Name=&amp;quot;partition_defined_on&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DataField&amp;gt;partition_defined_on&amp;lt;/DataField&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Field&amp;gt;&lt;/p&gt;
&lt;p&gt;3) Then remove the IIF&lt;/p&gt;
&lt;p&gt;Before&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Value&amp;gt;=IIF(Fields!index_id.Value = 0,&amp;quot;Table&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;quot;Index ({0})&amp;quot;(Fields!name_1.Value)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&amp;lt;/Value&amp;gt;&lt;/p&gt;
&lt;p&gt;After&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Value&amp;gt;=Fields!partition_defined_on.Value&amp;lt;/Value&amp;gt;&lt;/p&gt;
&lt;p&gt;It runs. &amp;nbsp;I won't say it runs correctly, however. &amp;nbsp;&lt;/p&gt;</description></item><item><title>re: Management Studio Reports - Part 3 - Standard Reports</title><link>http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS-Reports-3.aspx#8847874</link><pubDate>Mon, 11 Aug 2008 13:30:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8847874</guid><dc:creator>narayanann </dc:creator><description>&lt;p&gt;can i able to copy the entire structure of the tables in a database&lt;/p&gt;</description></item></channel></rss>