﻿<?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 T-SQL, Dynamic SQL</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged T-SQL, Dynamic SQL posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Using the CASE expression instead of dynamic SQL</title><description>I have a lot of SQL update queries where I need to make IF/ELSE types of decisions. I am using a cursor in some cases but looping through thousands of rows for update takes a long time. I also use some dynamic SQL to handle some query parameter decision making. Is there a better alternative?</description><guid>http://www.sqlservercentral.com/redirect/articles/62575/</guid><pubDate>2008/03/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62575/</link></item><item><title>The curse and blessings of dynamic SQL</title><description>How you use dynamic SQL, when you should - and when you should not.  </description><guid>http://www.sqlservercentral.com/redirect/articles/62310/</guid><pubDate>2008/03/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62310/</link></item></channel></rss>