﻿<?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 SQL Spackle</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged SQL Spackle posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Returning the Top X row for each group (SQL Spackle)</title><description><![CDATA[<p>One of the most common T-SQL questions is on returning a ranked result set for each member of a group. Dave Ballentyne brings us a short tutorial on how you can do this in T-SQL.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/71571/</guid><pubDate>Fri, 23 Nov 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/71571/</link></item><item><title>Creating a comma-separated list (SQL Spackle)</title><description><![CDATA[<p>Learn how to create a comma separated list of values in this short SQL Spackle article by Wayne Sheffield.</p>]]></description><guid>http://www.sqlservercentral.com/articles/comma+separated+list/71700/</guid><pubDate>Fri, 26 Oct 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/comma+separated+list/71700/</link></item><item><title>Why doesn’t ISNUMERIC work correctly? (SQL Spackle)</title><description><![CDATA[<p>Another in our series of articles to help you fill in the cracks in your knowledge with SQL Spackle. MVP Jeff Moden shows us how IsNumeric works and how you should use it.</p>]]></description><guid>http://www.sqlservercentral.com/articles/IsNumeric/71512/</guid><pubDate>Fri, 14 Sep 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/IsNumeric/71512/</link></item><item><title>Returning 0's in a SUM (SQL Spackle)</title><description><![CDATA[<p>Learn how you can sum data by hour and by day while showing 0 values in your result sets for those time periods without a sum in this short article by Patrick Cahill.</p><!-- how to automate(Deployment Manager) -->
<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-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/deployment-manager-68x68.png" alt="deploymentmanager"></td>   <td><strong>How to automate your .NET and SQL Server deployments</strong><br />Deploy .NET code and SQL Server databases in a single repeatable process with Red Gate Deployment Manager. <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Start deploying with a 28-day trial</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/73161/</guid><pubDate>Mon, 13 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/73161/</link></item><item><title>Creating templates for use in BIDS (SQL Spackle)</title><description><![CDATA[<p>Learn how to create and use templates in BIDS in this short SQL Spackle article.</p>]]></description><guid>http://www.sqlservercentral.com/articles/SQL+Spackle/72869/</guid><pubDate>Thu, 21 Apr 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Spackle/72869/</link></item><item><title>Displaying Sorted Hierarchies (SQL Spackle)</title><description><![CDATA[<p>Learn how you can query a hierarchy of data and also return the results in an ordered fashion. A handy T-SQL skill that you will use over and over again.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/72503/</guid><pubDate>Thu, 10 Mar 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/72503/</link></item><item><title>Display More Than 8000 Characters (SQL Spackle)</title><description><![CDATA[<p>SQL Server MVP Jeff Moden shows us a quick and dirty bit of SQL Spackle to display the content of VARCHAR(MAX) and NVARCHAR(MAX).</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/72129/</guid><pubDate>Thu, 27 Jan 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/72129/</link></item><item><title>Formatting Dates with 3 Character Months (SQL Spackle)</title><description><![CDATA[<p>Another in the series of articles to help you &quot;fill in the cracks&quot; in your T-SQL knowledge.  MVP Jeff Moden shows us a super simple, high performance method to solve this timeless problem.</p>]]></description><guid>http://www.sqlservercentral.com/articles/formatting/72066/</guid><pubDate>Thu, 20 Jan 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/formatting/72066/</link></item><item><title>Creating a comma-separated list (SQL Spackle)</title><description><![CDATA[<p>Learn how to create a comma separated list of values in this short SQL Spackle article by Wayne Sheffield.</p>]]></description><guid>http://www.sqlservercentral.com/articles/comma+separated+list/71700/</guid><pubDate>Fri, 26 Oct 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/comma+separated+list/71700/</link></item><item><title>Loading XML Data into SQL Server (SQL Spackle)</title><description><![CDATA[<p>Learn how to load data in an XML file into a table in SQL Server.</p>]]></description><guid>http://www.sqlservercentral.com/articles/XML/71659/</guid><pubDate>Mon, 03 Jan 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/XML/71659/</link></item><item><title>Hidden Formatting Troubles with STR() (SQL Spackle)</title><description><![CDATA[<p>Fill in another bit of your T-SQL knowledge about STR(). It right justifies, rounds, and controls the output width of columns.  Sounds perfect but here's why you might not want to use it.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/71565/</guid><pubDate>Wed, 15 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/71565/</link></item><item><title>Group Islands of Contiguous Dates (SQL Spackle)</title><description><![CDATA[<p>Fill in another bit of your T-SQL knowledge by learning how to quickly group ranges of contiguous dates without RBAR.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/71550/</guid><pubDate>Tue, 07 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/71550/</link></item><item><title>Returning the Top X row for each group (SQL Spackle)</title><description><![CDATA[<p>One of the most common T-SQL questions is on returning a ranked result set for each member of a group. Dave Ballentyne brings us a short tutorial on how you can do this in T-SQL.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/71571/</guid><pubDate>Fri, 23 Nov 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/71571/</link></item><item><title>Why doesn’t ISNUMERIC work correctly? (SQL Spackle)</title><description><![CDATA[<p>Another in our series of articles to help you fill in the cracks in your knowledge with SQL Spackle. MVP Jeff Moden shows us how IsNumeric works and how you should use it.</p>]]></description><guid>http://www.sqlservercentral.com/articles/IsNumeric/71512/</guid><pubDate>Fri, 14 Sep 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/IsNumeric/71512/</link></item><item><title>Sorting Months By Number (SQL Spackle)</title><description><![CDATA[<p>Fill in another bit of your T-SQL knowledge by learning how to sort a result set by the proper month order, but use the month name instead.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/71511/</guid><pubDate>Mon, 15 Nov 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/71511/</link></item></channel></rss>