﻿<?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 Content tagged pivot</title><link>http://www.sqlservercentral.com/</link><description>Content tagged pivot posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Using PIVOT</title><description><![CDATA[<p>how can use pivot for reporting</p><!-- The Future of SQL Server Monitoring  -->
<table border="0" cellpadding="0" cellspacing="00" width="100%">
 <colgroup>
  <col width="78" />
  <col width="1266" />
 </colgroup>
 <tr align="left" valign="top">
  <td><a href="http://www.thefutureofmonitoring.com/?utm_source=ssc&utm_medium=rss&utm_content=future201104&utm_campaign=sqlmonitor"><img alt="SQL Monitor" height="68" src="http://www.red-gate.com/images/marketing/SSC/monitor_ico.gif" width="68" border="0"/></a></td>
  <td><strong>The Future of SQL Server Monitoring</strong><br />Monitor wherever, whenever with Red Gate's SQL Monitor. <a href="http://www.thefutureofmonitoring.com/?utm_source=ssc&utm_medium=rss&utm_content=future201104&utm_campaign=sqlmonitor">See it live in action now.</a><img src="/Images/spacer.gif?d=ad_olr1"/></td>
 </tr>
</table>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/70819/</guid><pubDate>Mon, 02 Aug 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/70819/</link></item><item><title>Simple Crosstab Procedure with Power</title><description><![CDATA[<p>Create crosstab queries as easily as MS Access with a lot more power.</p><!-- Get Smart -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <colgroup>
  <col width="78" />
  <col width="1266" />
 </colgroup>
 <tr align="left" valign="top">
  <td><a href="http://www.red-gate.com/products/dba/sql-backup/entrypage/smartest-kid?utm_source=ssc&utm_medium=rss&utm_content=get_smart201107&utm_campaign=sqlbackup"><img alt="SQL Backup" height="68" src="http://www.red-gate.com/external/newsletters/SmartestKid68x68b.gif" width="68" border="0"/></a></td>
  <td><strong>Get Smart with SQL Backup Pro
</strong><br>Powerful centralised management, encryption and more.<br />SQL Backup Pro was the smartest kid at school <br>
  <a href="http://www.red-gate.com/products/dba/sql-backup/entrypage/smartest-kid?utm_source=ssc&utm_medium=rss&utm_content=get_smart201107&utm_campaign=sqlbackup">Discover why.</a><img src="/Images/spacer.gif?d=ad_olr1"/></td>
 </tr>
</table>]]></description><guid>http://www.sqlservercentral.com/scripts/Crosstab/66452/</guid><pubDate>Wed, 02 Jun 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Crosstab/66452/</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>]]></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>Split string into table, separator can be more than 1 char</title><description><![CDATA[<p>Split string like ('123,43,5465,6788,1231,111', ',') into table, separator (,) can be more than 1 char</p>]]></description><guid>http://www.sqlservercentral.com/scripts/split/68689/</guid><pubDate>Thu, 19 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/split/68689/</link></item><item><title>Pivoting, Unpivoting and Aggregating</title><description><![CDATA[<p>We asked Phil Factor to write a nice simple quick-start guide about aggregation, pivoting and un-pivoting techniques. To do so, he takes us all the way from getting the data from a published source, transferring it to SQL Server, un-pivoting it, storing it in a relational table, aggregating it and finally pivoting the data in a variety of ways.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/68782/</guid><pubDate>Wed, 18 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/68782/</link></item><item><title>Dynamic Columns with PIVOT Operator</title><description><![CDATA[<p>Script to convert to N Columns the rows in a table with PIVOT Operator</p>]]></description><guid>http://www.sqlservercentral.com/scripts/pivot/66954/</guid><pubDate>Fri, 05 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/pivot/66954/</link></item><item><title>Simple Crosstab Procedure with Power</title><description><![CDATA[<p>Create crosstab queries as easily as MS Access with a lot more power.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Crosstab/66452/</guid><pubDate>Wed, 02 Jun 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Crosstab/66452/</link></item><item><title>Dynamic table not imposible</title><description><![CDATA[<p>I needed to display my data in columns but could not use pivots or cross tables because it wasn't a fix amount of columns. so I created this script, I hope is useful.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/65735/</guid><pubDate>Fri, 20 Feb 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/65735/</link></item><item><title>The Ultimate Index Width Stats Reporter</title><description><![CDATA[<p>Reports index length stats for indexes who's lengths exceeding parametrized thresholds (defaults to 0 - get all) for total length and seek length, optionally filtering schemas and tables.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/65598/</guid><pubDate>Wed, 28 Jan 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/65598/</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>]]></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>The Ultimate Prospective-Index Column(s) Selectivity Analyzer</title><description><![CDATA[<p>Gets single-column and cumulative-column selectivity stats and @Top largest dupe sets for each cumulative column stepping for a set of one or more columns for a table.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63936/</guid><pubDate>Fri, 24 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63936/</link></item><item><title>The Ultimate Duplicate Index Finder</title><description><![CDATA[<p>Searches database-wide for multiple indexes in the same table which has the same column as the first seek key.  Optionally limits to LIKE wildcard patterns of table and schema names.</p><!-- Get Smart -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <colgroup>
  <col width="78" />
  <col width="1266" />
 </colgroup>
 <tr align="left" valign="top">
  <td><a href="http://www.red-gate.com/products/dba/sql-backup/entrypage/smartest-kid?utm_source=ssc&utm_medium=rss&utm_content=get_smart201107&utm_campaign=sqlbackup"><img alt="SQL Backup" height="68" src="http://www.red-gate.com/external/newsletters/SmartestKid68x68b.gif" width="68" border="0"/></a></td>
  <td><strong>Get Smart with SQL Backup Pro
</strong><br>Powerful centralised management, encryption and more.<br />SQL Backup Pro was the smartest kid at school <br>
  <a href="http://www.red-gate.com/products/dba/sql-backup/entrypage/smartest-kid?utm_source=ssc&utm_medium=rss&utm_content=get_smart201107&utm_campaign=sqlbackup">Discover why.</a><img src="/Images/spacer.gif?d=ad_olr1"/></td>
 </tr>
</table>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63935/</guid><pubDate>Fri, 17 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63935/</link></item><item><title>The Ultimate Index Usage Reporter</title><description><![CDATA[<p>Reports index stats, index size+rows, member seek + include columns as two comma separated output columns, and index usage stats for one or more tables and/or schemas.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63934/</guid><pubDate>Mon, 13 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63934/</link></item><item><title>Demonstration on how to pivot data using temp tables </title><description><![CDATA[<p>This script was designed to 'pivot' data that couldnt easily be pivoted in any other way. i used temporary tables to eventually achieve the result i was looking for :)</p><!-- Get Smart -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <colgroup>
  <col width="78" />
  <col width="1266" />
 </colgroup>
 <tr align="left" valign="top">
  <td><a href="http://www.red-gate.com/products/dba/sql-backup/entrypage/smartest-kid?utm_source=ssc&utm_medium=rss&utm_content=get_smart201107&utm_campaign=sqlbackup"><img alt="SQL Backup" height="68" src="http://www.red-gate.com/external/newsletters/SmartestKid68x68b.gif" width="68" border="0"/></a></td>
  <td><strong>Get Smart with SQL Backup Pro
</strong><br>Powerful centralised management, encryption and more.<br />SQL Backup Pro was the smartest kid at school <br>
  <a href="http://www.red-gate.com/products/dba/sql-backup/entrypage/smartest-kid?utm_source=ssc&utm_medium=rss&utm_content=get_smart201107&utm_campaign=sqlbackup">Discover why.</a><img src="/Images/spacer.gif?d=ad_olr1"/></td>
 </tr>
</table>]]></description><guid>http://www.sqlservercentral.com/scripts/Dynamic+SQL/64607/</guid><pubDate>Fri, 10 Oct 2008 14:10:52 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Dynamic+SQL/64607/</link></item><item><title>The Ultimate Index Lister (Pivoted)</title><description><![CDATA[<p>Lists details for all indexes on one or more tables / schemas, including row count and size. This version outputs the member seek + include columns as two comma separated output columns.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63931/</guid><pubDate>Thu, 09 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63931/</link></item><item><title>PIVOT working incorrectly?</title><description><![CDATA[<p>One developer's journey through PIVOTing incorrectly.</p>]]></description><guid>http://www.sqlservercentral.com/articles/pivot/62808/</guid><pubDate>Tue, 13 May 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/pivot/62808/</link></item></channel></rss>
