﻿<?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 cursors</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged cursors posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Cursors for T-SQL Beginners</title><description><![CDATA[<p>Should we really avoid cursors? See how to rewrite code to avoid cursors and also analyze the implications. </p>]]></description><guid>http://www.sqlservercentral.com/articles/cursors/65136/</guid><pubDate>Fri, 27 May 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/cursors/65136/</link></item><item><title>What Every DBA Ought to Know About SQL Server Cursors (and Their Alternatives) </title><description><![CDATA[<p>Cursors provide a means of processing through a set of records row-by-row. However, many companies have a policy against using cursors in their SQL Server standards. This article examines the problem with cursors and alternatives to using them.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/70949/</guid><pubDate>Wed, 01 Sep 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/70949/</link></item><item><title>There Must Be 15 Ways To Lose Your Cursors… Part 2</title><description><![CDATA[<p>Learn to use Where, Claire. Plus a conversion methodology, a test harness and more!</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/66494/</guid><pubDate>Fri, 02 Jul 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/66494/</link></item><item><title>There Must Be 15 Ways To Lose Your Cursors... part 1, Introduction</title><description><![CDATA[<p>Learn how to leave those Cursors and loops in the thrash, Nash... An article from longtime contributor and SQL expert, Barry Young.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/66097/</guid><pubDate>Fri, 25 Jun 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/66097/</link></item><item><title>Cursors Be Gone!</title><description><![CDATA[<p>A short tutorial on converting cursors to more conventional loops.</p>]]></description><guid>http://www.sqlservercentral.com/articles/cursors/65040/</guid><pubDate>Fri, 18 Jun 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/cursors/65040/</link></item><item><title>There Must Be 15 Ways To Lose Your Cursors… Part 2</title><description><![CDATA[<p>Learn to use Where, Claire. Plus a conversion methodology, a test harness and more!</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/66494/</guid><pubDate>Fri, 02 Jul 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/66494/</link></item><item><title>There Must Be 15 Ways To Lose Your Cursors... part 1, Introduction</title><description><![CDATA[<p>Learn how to leave those Cursors and loops in the thrash, Nash... An article from longtime contributor and SQL expert, Barry Young.</p><!-- version control now (SQL Source Control) -->
<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-source-control/entrypage/version-control-now?utm_source=ssc&utm_medium=pubad&utm_content=version_control_now&utm_campaign=sqlsourcecontrol&utm_term=rss-20229"><img src="http://assets.red-gate.com/external/SSC/srccon68x68.gif" alt="sqlsourcecontrol"></td>   <td><strong>Get your SQL Server database under version control now!</strong><br />Version control is standard for applications, but databases haven’t caught up. So how can you bring database development up to speed? Why should you start?  <a href="http://www.red-gate.com/products/sql-development/sql-source-control/entrypage/version-control-now?utm_source=ssc&utm_medium=pubad&utm_content=version_control_now&utm_campaign=sqlsourcecontrol&utm_term=rss-20229">Find out…</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/66097/</guid><pubDate>Fri, 25 Jun 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/66097/</link></item><item><title>Avoiding cursors with SQL Server 2005</title><description><![CDATA[<p>Sometimes cursors are necessary when executing queries in SQL Server, but most of the time they can be avoided entirely. This article shows where cursors can traditionally be used, and how you can use features packaged in SQL Server 2005 to avoid them.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/66185/</guid><pubDate>Thu, 19 Mar 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/66185/</link></item><item><title>Cursors for T-SQL Beginners</title><description><![CDATA[<p>Should we really avoid cursors? See how to rewrite code to avoid cursors and also analyze the implications. </p>]]></description><guid>http://www.sqlservercentral.com/articles/cursors/65136/</guid><pubDate>Fri, 27 May 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/cursors/65136/</link></item><item><title>Cursors Be Gone!</title><description><![CDATA[<p>A short tutorial on converting cursors to more conventional loops.</p>]]></description><guid>http://www.sqlservercentral.com/articles/cursors/65040/</guid><pubDate>Fri, 18 Jun 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/cursors/65040/</link></item><item><title>SQL Server Cursor Examples</title><description><![CDATA[<p>In my T-SQL code I always use set based operations.  I have been told these types of operations are what SQL Server is designed to process and it should be quicker than serial processing.  I know cursors exist but I am not sure how to use them.  Can you provide some cursor examples? </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/64665/</guid><pubDate>Tue, 21 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/64665/</link></item></channel></rss>