﻿<?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</title><link>http://www.sqlservercentral.com/</link><description>Content tagged T-SQL, SQL Server 2005 posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Proc to Rename a file</title><description>A simple way to rename a file from within a T-SQL Script, primarily designed to add a date-time stamp. Works in 2000 and 2005.</description><guid>http://www.sqlservercentral.com/scripts/Miscellaneous/63094/</guid><pubDate>2008/05/13</pubDate><link>http://www.sqlservercentral.com/scripts/Miscellaneous/63094/</link></item><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/04/30</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/62978/</link></item><item><title>Simplify SQL Server 2005 queries with a Dates table</title><description>Learn what a Dates table is and how to create one, and then try it out for yourself</description><guid>http://www.sqlservercentral.com/redirect/articles/62914/</guid><pubDate>2008/05/06</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62914/</link></item><item><title>Tic Tac Toe TSQL Style</title><description>This allows a player to play tic tac toe against an automated computer.</description><guid>http://www.sqlservercentral.com/scripts/TSQL/62384/</guid><pubDate>2008/03/11</pubDate><link>http://www.sqlservercentral.com/scripts/TSQL/62384/</link></item><item><title>Parse the dependency chain of an object</title><description>Parses up &amp;amp; down the dependency chain of an object</description><guid>http://www.sqlservercentral.com/scripts/T-SQL/61941/</guid><pubDate>2008/02/26</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/61941/</link></item><item><title>Revenge of the BLOB</title><description>Working with large images or other BLOB data can be a challenge for many DBAs. Andrew Sears brings us some code that can help you extract some of that data out of BLOBs and get it back into a more easy-to-work-with format.</description><guid>http://www.sqlservercentral.com/articles/T-SQL/61679/</guid><pubDate>2008/01/30</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/61679/</link></item><item><title>Generate Drop / Create Script for views, stored Procedures</title><description>This Script generates drop and create scripts for views or stored procedures.</description><guid>http://www.sqlservercentral.com/scripts/Maintenance+and+Management/61340/</guid><pubDate>2008/01/14</pubDate><link>http://www.sqlservercentral.com/scripts/Maintenance+and+Management/61340/</link></item><item><title>Calculate Percentiles with SQL Server 2005</title><description>Learn one of the techniques for calculating percentiles with SQL Server 2005 using the new SQL Server Common Table Expression and the latest ROW_NUMBER function. </description><guid>http://www.sqlservercentral.com/redirect/articles/61417/</guid><pubDate>2007/11/15</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61417/</link></item><item><title>A New (and Hopefully Better) Approach to Constants</title><description>A look at how constants are used in T-SQL and SQL Server in general along with some suggestions on how better to deal with them.</description><guid>http://www.sqlservercentral.com/articles/T-SQL/61244/</guid><pubDate>2007/10/16</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/61244/</link></item><item><title>What does this return?</title><guid>http://www.sqlservercentral.com/questions/T-SQL/61237/</guid><pubDate>2007/10/08</pubDate><link>http://www.sqlservercentral.com/questions/T-SQL/61237/</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>Sales Order Workshop Part IV</title><description>In the fourth installment of this series, Jacob Sebastian moves on to SQL Server 2005 and the new XML capabilities that make 
working with XML data easier than ever.
</description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/2912/</guid><pubDate>2007/04/05</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/2912/</link></item><item><title>SQL Server Error Handling Workbench</title><description>Grant Fritchey steps into the workbench arena, with an example-fuelled examination of catching and gracefully handling errors in SQL 2000 and 2005, including worked examples of the new TRY..CATCH capabilities.</description><guid>http://www.sqlservercentral.com/redirect/articles/2883/</guid><pubDate>2007/03/06</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2883/</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><item><title>Fixing SysDepends</title><description>Have you been burned by sysdepends at some point in your SQL Server DBA career? Steve  Jones has many times, but a FREE new utility ends all that.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/fixingsysdepends/2094/</guid><pubDate>2005/09/22</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/fixingsysdepends/2094/</link></item></channel></rss>