<?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; Divya Agrawal Shah</title>
	<atom:link href="http://www.sql-server-performance.com/author/divyaagrawal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Mon, 20 May 2013 03:15:15 +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>Using Temp Tables in SSIS</title>
		<link>http://www.sql-server-performance.com/2013/temp-tables-ssis/</link>
		<comments>http://www.sql-server-performance.com/2013/temp-tables-ssis/#comments</comments>
		<pubDate>Wed, 13 Feb 2013 04:44:23 +0000</pubDate>
		<dc:creator>Divya Agrawal Shah</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Temp Table]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3574</guid>
		<description><![CDATA[Temporary tables are created in the TempDB database, which persists for a particular session. The objective is to maintain that session, until the temp table information is used and dump the data into a physical table. To maintain a session in SSIS, there is a &#8216;Retain Same Connection&#8217; property of the Connection Manager. If we [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/temp-tables-ssis/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Generalizing Charts in Reporting Services</title>
		<link>http://www.sql-server-performance.com/2012/generalizing-chart-ssrs-reporting-services/</link>
		<comments>http://www.sql-server-performance.com/2012/generalizing-chart-ssrs-reporting-services/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 05:43:43 +0000</pubDate>
		<dc:creator>Divya Agrawal Shah</dc:creator>
				<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Chart]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3435</guid>
		<description><![CDATA[I recently had to create a chart in SSRS which nneded to be have some generalized settings &#8211; in this case the X-axis of the chart needed to be adjusted as per the supplied parameters. The X-axis can be any type of values : Category values, Year or Month values. I have a tablix in [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/generalizing-chart-ssrs-reporting-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamically Add  Tables in SSIS Source Queries</title>
		<link>http://www.sql-server-performance.com/2012/dynamically-add-tables-ssis-source-queries/</link>
		<comments>http://www.sql-server-performance.com/2012/dynamically-add-tables-ssis-source-queries/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 02:02:21 +0000</pubDate>
		<dc:creator>Divya Agrawal Shah</dc:creator>
				<category><![CDATA[Reporting]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3314</guid>
		<description><![CDATA[I recently encountered a situation where I was using a source SQL Command inside an OLE DB Source in SSIS DFT and a simple query using three tables. The query was relatively simple &#8211; just calling the common columns from the tables using &#8216;UNION ALL&#8217;.  The package was set and in the production environment.  Subsequently, [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/dynamically-add-tables-ssis-source-queries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Started with Business Intelligence Semantic Model (BISM) in SQL Server 2012</title>
		<link>http://www.sql-server-performance.com/2012/bism-sql-server-2012/</link>
		<comments>http://www.sql-server-performance.com/2012/bism-sql-server-2012/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 01:47:37 +0000</pubDate>
		<dc:creator>Divya Agrawal Shah</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[BISM]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2794</guid>
		<description><![CDATA[The Business Intelligence Semantic Model is one of the most significant enhancements in SQL Server 2012. BISM allows aspects of the traditional multidimensional model to coexist with the relational model in a format called the tabular model and can be used with all client tools in the Microsoft BI stack. The tabular model has its [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/bism-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Building Ranges using T-SQL</title>
		<link>http://www.sql-server-performance.com/2011/building-range-using-t-sql/</link>
		<comments>http://www.sql-server-performance.com/2011/building-range-using-t-sql/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 06:26:12 +0000</pubDate>
		<dc:creator>Divya Agrawal Shah</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Cross Join]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[Recursive Query]]></category>
		<category><![CDATA[TSQL]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2679</guid>
		<description><![CDATA[We often use excel for any running repetitive calculations since it is a very convenient user friendly interface which allows us to just enter a formula in a cell and  simply  drag and drop the  formulas to generate a complete output. For example, I had a Products listing, with ID and Quantity for each product. [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/building-range-using-t-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New T-SQL Features in SQL Server 2012</title>
		<link>http://www.sql-server-performance.com/2011/tsql-sql-server-2011-features/</link>
		<comments>http://www.sql-server-performance.com/2011/tsql-sql-server-2011-features/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 01:12:50 +0000</pubDate>
		<dc:creator>Divya Agrawal Shah</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[FETCH]]></category>
		<category><![CDATA[Method]]></category>
		<category><![CDATA[OFFSET]]></category>
		<category><![CDATA[RAISERROR]]></category>
		<category><![CDATA[result sets]]></category>
		<category><![CDATA[Sequence]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[T-SQL]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1934</guid>
		<description><![CDATA[SQL Server 2012 (or Denali) CTP is now available and can be downloaded at http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6a04f16f-f6be-4f92-9c92-f7e5677d91f9&#38;displaylang=en SQL Server 2012 has several major enhancements including a new look for SSMS. SSMS is now &#160;&#160;similar to Visual Studio &#160;&#160;with greatly improved Intellisense support. This article we will focus on the T-SQL Enhancements in SQL Server 2011. The main [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/tsql-sql-server-2011-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
