<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>SQL Server Performance &#187; Franco Lopes</title>
	<atom:link href="http://www.sql-server-performance.com/author/francolopes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Getting Started Formatting SSRS Reports</title>
		<link>http://www.sql-server-performance.com/2013/formatting-ssrs-reporting-reports/</link>
		<comments>http://www.sql-server-performance.com/2013/formatting-ssrs-reporting-reports/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 01:42:14 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Reporting]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3617</guid>
		<description><![CDATA[Formatting SSRS Report Introduction The SSRS report once ready  needs to be formatted to make it pixel perfect for viewing and printing. The formatting can be classified into the following types: Conditional Formatting Unconditional Formatting Conditional Formatting The conditional formatting  is done using the  IIF and  switch  statements. For conditional formatting can be used to [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/formatting-ssrs-reporting-reports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Journey from OLTP to OLAP</title>
		<link>http://www.sql-server-performance.com/2013/from-oltp-to-olap/</link>
		<comments>http://www.sql-server-performance.com/2013/from-oltp-to-olap/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 23:56:49 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3606</guid>
		<description><![CDATA[Introduction In this first Part  of the series I will discuss the OLTP and OLAP and the transition from OLTP to OLAP in pursuit performance improvements as well as the benefits of the each technology. Note**: This article is intended for the users who are new to the concepts of the data warehousing. What is [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/from-oltp-to-olap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passing Parameters to An SSRS Report From The Front End</title>
		<link>http://www.sql-server-performance.com/2012/passing-parameters-ssrs-report-front-end/</link>
		<comments>http://www.sql-server-performance.com/2012/passing-parameters-ssrs-report-front-end/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 02:41:49 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3505</guid>
		<description><![CDATA[In the last article we saw how we can call the report from the front end using the report viewer component of Visual Studio. In real time scenarios we usually want to view a customized report with the custom parameters. In this article we are going look at how we can pass parameters to a [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/passing-parameters-ssrs-report-front-end/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accessing SSRS Reports Using Report Viewer</title>
		<link>http://www.sql-server-performance.com/2012/accessing-ssrs-reports-report-viewer-web-page/</link>
		<comments>http://www.sql-server-performance.com/2012/accessing-ssrs-reports-report-viewer-web-page/#comments</comments>
		<pubDate>Tue, 30 Oct 2012 03:57:43 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3295</guid>
		<description><![CDATA[Introduction Reports developed in the report designer need to be published to the report server in order to make them available to the end users. Once the reports have been deployed on the report server they can be managed through the report manager web application but that is more relevant to a site administrator as [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/accessing-ssrs-reports-report-viewer-web-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Managing the Report Content Using Report Manager : Subscriptions</title>
		<link>http://www.sql-server-performance.com/2012/report-content-report-manager-subscriptions/</link>
		<comments>http://www.sql-server-performance.com/2012/report-content-report-manager-subscriptions/#comments</comments>
		<pubDate>Fri, 20 Jul 2012 03:39:08 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Report Manager]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3146</guid>
		<description><![CDATA[In last article Managing the Report Content Using Report Manager: Caching we looked at caching and maintaining the history of the SSRS report. In this article we will be focusing on subscriptions. Reporting services comes with two methods of subscriptions: Windows File Share : Using this method you can place your report in the shared [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/report-content-report-manager-subscriptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing the Report Content Using Report Manager: Caching</title>
		<link>http://www.sql-server-performance.com/2012/managing-report-content-report-manager-caching/</link>
		<comments>http://www.sql-server-performance.com/2012/managing-report-content-report-manager-caching/#comments</comments>
		<pubDate>Wed, 16 May 2012 08:53:31 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Reporting]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[Report Manager]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2978</guid>
		<description><![CDATA[Introduction In the Managing the Report Content Using Report Manager: Part I we saw how  to go about setting the security for the Report Manager report items. In this article we will be focusing on caching SSRS reports. Caching Caching is when a copy of the processed report after the execution is saved into into [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/managing-report-content-report-manager-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing the Report Content Using Report Manager: Part I</title>
		<link>http://www.sql-server-performance.com/2012/manage-report-content-report-manager/</link>
		<comments>http://www.sql-server-performance.com/2012/manage-report-content-report-manager/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 09:20:39 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Report Manager]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2950</guid>
		<description><![CDATA[What is Report Manager? Report Manager ships with Microsoft SQL Server Reporting Services and is a web application for managing deployed reports. The features of the report manager can be divided into following  types:- General Features: Creation of folders, folder hierarchies and data sources. Printing, searching, hiding, renaming, deleting ,downloading and moving the reports and data [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/manage-report-content-report-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adhoc Reporting Using SSRS 2008 R2</title>
		<link>http://www.sql-server-performance.com/2012/adhoc-reporting-using-ssrs-2008-r2/</link>
		<comments>http://www.sql-server-performance.com/2012/adhoc-reporting-using-ssrs-2008-r2/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 07:00:03 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Reporting]]></category>
		<category><![CDATA[adhoc reports]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2922</guid>
		<description><![CDATA[Reporting Services comes with a built-in modeling tool called Report Model Designer which is used for developing adhoc reports. Due to their ease of creation, adhoc reports are often developed by end users as opposed to developers. The main purpose of the report model is to shred the dependency on the coding and give a [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/adhoc-reporting-using-ssrs-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Reporting Services &#8211; Insufficient Rights Error</title>
		<link>http://www.sql-server-performance.com/2011/security-ssrs-reporting-error/</link>
		<comments>http://www.sql-server-performance.com/2011/security-ssrs-reporting-error/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 14:21:21 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Reporting]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2694</guid>
		<description><![CDATA[Introduction At times when we successfully deploy the reports to the report server and try to view them through report manager we may encounter am insufficient rights error. This article focuses on resolving that error. Solution After deploying the reports to the report server we can view them in the Report Manager web app provided [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/security-ssrs-reporting-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Custom Code to the Reporting Services 2008 R2</title>
		<link>http://www.sql-server-performance.com/2011/custom-code-ssrs-reporting-services-2008-r2/</link>
		<comments>http://www.sql-server-performance.com/2011/custom-code-ssrs-reporting-services-2008-r2/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 13:27:20 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Business Intelligence Studio]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2661</guid>
		<description><![CDATA[There are numerous circumstances when we wish to add a custom function to a SSRS report in order to cater for needs of the customer which exceeds the capability of the built-in functions in SSRS. In these scenarios we will have to write our own functions. In this article I will demonstrate how to add [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/custom-code-ssrs-reporting-services-2008-r2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
