﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Crosstab</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Crosstab posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Reporting Services: Adding extra columns / rows to a matrix</title><description><![CDATA[<p>The functionality of additional columns / rows in a cross table (&quot;matrix&quot;) in Reporting Services is limited to totals / subtotals. By using a stored function a  solution is described.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/63415/</guid><pubDate>Fri, 24 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/63415/</link></item><item><title>Cross Tabs and Pivots, Part 1 – Converting Rows to Columns</title><description><![CDATA[<p>An &quot;old&quot; subject is revisted where &quot;newbies&quot; can learn the methods and veteran users can get more performance out of the code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/63681/</guid><pubDate>Fri, 06 Aug 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/63681/</link></item><item><title>Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs</title><description><![CDATA[<p>In Part 1, we learned how to make both Cross-Tabs and Pivots. In Part 2, we'll learn how to automate a very common type of Cross-Tab report and maybe learn some extra tricks on the way.</p><!-- fasterwithsqlserver (SQL Toolbelt)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-toolbelt?utm_source=ssc&utm_medium=pubad&utm_content=fasterwithsqlserver2&utm_campaign=sqltoolbelt&utm_term=rss-20227"><img src="http://assets.red-gate.com/external/SSC/toolbelt68.gif" alt="sqltoolbelt"></td>   <td><strong>Want to work faster with SQL Server?</strong><br />If you want to work faster try out the SQL Toolbelt. "The SQL Toolbelt provides tools that database developers as well as DBAs should not live without." William Van Orden. <a href="http://www.red-gate.com/products/sql-development/sql-toolbelt?utm_source=ssc&utm_medium=pubad&utm_content=fasterwithsqlserver2&utm_campaign=sqltoolbelt&utm_term=rss-20227">Download the SQL Toolbelt here.</a></td>  </tr> </tbody></table>



]]></description><guid>http://www.sqlservercentral.com/articles/Crosstab/65048/</guid><pubDate>Fri, 30 Apr 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Crosstab/65048/</link></item><item><title>Tips for Simplifying Crosstab Query Statements</title><description><![CDATA[<p>Rob Gravelle takes a complex SQL statement and shows you several ways to re-write it that both simplifies and shortens it, while still yielding the same results.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/69535/</guid><pubDate>Mon, 22 Feb 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/69535/</link></item><item><title>All About the Crosstab Query</title><description><![CDATA[<p>Most relational databases don't provide an easy way to create crosstabs. Rob Gravelle shows you one of several ways to create crosstabs using regular SQL.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/69192/</guid><pubDate>Wed, 13 Jan 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/69192/</link></item><item><title>Cross Tabs and Pivots, Part 1 – Converting Rows to Columns</title><description><![CDATA[<p>An &quot;old&quot; subject is revisted where &quot;newbies&quot; can learn the methods and veteran users can get more performance out of the code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/63681/</guid><pubDate>Fri, 06 Aug 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/63681/</link></item><item><title>Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs</title><description><![CDATA[<p>In Part 1, we learned how to make both Cross-Tabs and Pivots. In Part 2, we'll learn how to automate a very common type of Cross-Tab report and maybe learn some extra tricks on the way.</p><!-- Consulted 1000 (SQL Monitor) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=consulted_1000&utm_campaign=sqlmonitor&utm_term=rss-20231"><img src="http://assets.red-gate.com/external/SSC/monitor_ico.gif" alt="sqlmonitor"></td>   <td><strong>Check SQL Server performance at a glance</strong><br />We consulted 1000 SQL Server professionals to make SQL Monitor’s UI as clear as possible.  <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=consulted_1000&utm_campaign=sqlmonitor&utm_term=rss-20231">Start monitoring with a free trial.</a></td>  </tr> </tbody></table>



]]></description><guid>http://www.sqlservercentral.com/articles/Crosstab/65048/</guid><pubDate>Fri, 30 Apr 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Crosstab/65048/</link></item><item><title>Cross Tabs and Pivots, Part 1 – Converting Rows to Columns</title><description><![CDATA[<p>An &quot;old&quot; subject is revisted where &quot;newbies&quot; can learn the methods and veteran users can get more performance out of the code.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/63681/</guid><pubDate>Fri, 06 Aug 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/63681/</link></item><item><title>Reporting Services: Adding extra columns / rows to a matrix</title><description><![CDATA[<p>The functionality of additional columns / rows in a cross table (&quot;matrix&quot;) in Reporting Services is limited to totals / subtotals. By using a stored function a  solution is described.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/63415/</guid><pubDate>Fri, 24 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/63415/</link></item></channel></rss>