﻿<?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 T-SQL, SQL Server 2005, Advanced Querying</title><link>http://www.sqlservercentral.com/</link><description>Content tagged T-SQL, SQL Server 2005, Advanced Querying posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>A Sudoku solution with set based T-SQL utilizing binary operators.</title><description>A Sudoku solution with set based T-SQL approach utilizing binary values and operators, to ease the algorithm.</description><guid>http://www.sqlservercentral.com/scripts/T-SQL/62978/</guid><pubDate>2008/06/09</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/62978/</link></item><item><title>Introduction to Parameterization in SQL Server</title><description>In a previous article I showed how to look at what query plans are in SQL Server&amp;#39;s memory.  In this article I&amp;#39;ll look at how they got there and how and when they get reused.  This is commonly called compiling a query plan.  More specifically I&amp;#39;ll look at how and when SQL Server can parameterize dynamic SQL </description><guid>http://www.sqlservercentral.com/redirect/articles/3155/</guid><pubDate>2007/08/14</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3155/</link></item><item><title>Write PIVOT queries in SQL Server 2005</title><description>New to SQL Server 2005 is the PIVOT operator, which gives you the ability to rotate row level data into tabular data without the use of the CASE statement, as was necessary in previous versions of SQL Server.</description><guid>http://www.sqlservercentral.com/redirect/articles/2791/</guid><pubDate>2007/01/11</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2791/</link></item><item><title>Using the OUTPUT Clause to Capture Identity Values on Multi-Row Insert</title><description>SQL Server 2005 introducted the OUTPUT clause which we can use to capture values from the inserted and deleted virtual tables.</description><guid>http://www.sqlservercentral.com/redirect/articles/2555/</guid><pubDate>2006/08/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2555/</link></item><item><title>Fast Text Processing in SQL Server</title><description>Processing text or long strings usually reduces SQL to a prosaic procedural language. Learn a few techniques for facilitating speedy text processing in SQL. </description><guid>http://www.sqlservercentral.com/redirect/articles/2401/</guid><pubDate>2006/05/10</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2401/</link></item></channel></rss>