<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title><![CDATA[T-SQL and PowerShell Scripting Articles]]></title><link>http://www.sqlmag.com/Topics/TSQLPowerShellScripting/rss/tsqlpowershell</link><description><![CDATA[The latest news on T-SQL and PowerShell Scripting from SQL Server Pro]]></description><language>en-US</language><pubDate>Fri, 01 Jun 2012 10:18:40 GMT</pubDate><lastBuildDate>Fri, 01 Jun 2012 10:18:40 GMT</lastBuildDate><managingEditor>brian.reinholz@penton.com (Managing Editor)</managingEditor><webMaster>service@sqlmag.com (Customer Service)</webMaster><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/sqlmag/tsqlpowershell" /><feedburner:info uri="sqlmag/tsqlpowershell" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title><![CDATA[T-SQL Best Practices, Part 2]]></title><link>http://feedproxy.google.com/~r/sqlmag/tsqlpowershell/~3/ySipALvXZdc/tsql-best-practices-141537</link><description>&lt;img src="http://www.sqlmag.com/content/authors/5779340.jpg" border="0" hspace="10" vspace="10" align="left" /&gt;&lt;br /&gt;By Itzik Ben-Gan&lt;br /&gt;Itzik continues his discussion of T-SQL best practices; he discusses cloud compatibility, date and time best practices, the importance of writing in a standard way, and performance-related best practices.&lt;img src="http://feeds.feedburner.com/~r/sqlmag/tsqlpowershell/~4/ySipALvXZdc" height="1" width="1"/&gt;</description><dc:creator>Itzik Ben-Gan</dc:creator><pubDate>Tue, 22 May 2012 10:07:00 GMT</pubDate><guid isPermaLink="false">http://www.sqlmag.com/article/tsql/tsql-best-practices-141537</guid><feedburner:origLink>http://www.sqlmag.com/article/tsql/tsql-best-practices-141537</feedburner:origLink></item><item><title><![CDATA[T-SQL Best Practices, Part 1]]></title><link>http://feedproxy.google.com/~r/sqlmag/tsqlpowershell/~3/QVEGd6UNzXE/tsql-best-practices-141536</link><description>&lt;img src="http://www.sqlmag.com/content/authors/5779340.jpg" border="0" hspace="10" vspace="10" align="left" /&gt;&lt;br /&gt;By Itzik Ben-Gan&lt;br /&gt;Some T-SQL best practices include thinking in a relational way, always remembering NULLs and the three-valued-logic, realizing the full implications of using the NOLOCK hint and therefore avoiding it, and adopting good coding practices.&lt;img src="http://feeds.feedburner.com/~r/sqlmag/tsqlpowershell/~4/QVEGd6UNzXE" height="1" width="1"/&gt;</description><dc:creator>Itzik Ben-Gan</dc:creator><pubDate>Fri, 20 Apr 2012 10:05:00 GMT</pubDate><guid isPermaLink="false">http://www.sqlmag.com/article/tsql/tsql-best-practices-141536</guid><feedburner:origLink>http://www.sqlmag.com/article/tsql/tsql-best-practices-141536</feedburner:origLink></item><item><title><![CDATA[Understanding Query Plans]]></title><link>http://feedproxy.google.com/~r/sqlmag/tsqlpowershell/~3/23YmLm7nDWk/understanding-query-plans-141850</link><description>&lt;img src="http://www.sqlmag.com/content/authors/5779340.jpg" border="0" hspace="10" vspace="10" align="left" /&gt;&lt;br /&gt;By Itzik Ben-Gan&lt;br /&gt;A key element in query tuning is using the execution plan to determine the reasons for poor query performance. SQL Server provides rich information about query plans in the graphical as well as XML forms of plans.&lt;img src="http://feeds.feedburner.com/~r/sqlmag/tsqlpowershell/~4/23YmLm7nDWk" height="1" width="1"/&gt;</description><dc:creator>Itzik Ben-Gan</dc:creator><pubDate>Mon, 19 Mar 2012 05:00:00 GMT</pubDate><guid isPermaLink="false">http://www.sqlmag.com/article/tsql/understanding-query-plans-141850</guid><feedburner:origLink>http://www.sqlmag.com/article/tsql/understanding-query-plans-141850</feedburner:origLink></item><item><title><![CDATA[Incremental Index Maintenance with T-SQL]]></title><link>http://feedproxy.google.com/~r/sqlmag/tsqlpowershell/~3/QUfnXbpQea4/incremental-index-maintenance-141503</link><description>&lt;img src="http://www.sqlmag.com/content/authors/5792755.jpg" border="0" hspace="10" vspace="10" align="left" /&gt;&lt;br /&gt;By Alan Noel&lt;br /&gt;In a resource-constrained environment, traditional defragment operations can negatively affect system performance. Here&amp;#8217;s a T-SQL solution that determines fragmentation levels and defragments indexes in a non-impactful way.&lt;img src="http://feeds.feedburner.com/~r/sqlmag/tsqlpowershell/~4/QUfnXbpQea4" height="1" width="1"/&gt;</description><dc:creator>Alan Noel</dc:creator><pubDate>Mon, 27 Feb 2012 09:00:00 GMT</pubDate><guid isPermaLink="false">http://www.sqlmag.com/article/database-administration/incremental-index-maintenance-141503</guid><feedburner:origLink>http://www.sqlmag.com/article/database-administration/incremental-index-maintenance-141503</feedburner:origLink></item><item><title><![CDATA[SQL Server 2012: How to Write T-SQL Windows Functions, Part 3]]></title><link>http://feedproxy.google.com/~r/sqlmag/tsqlpowershell/~3/qfTTmGiLJPs/tsql-windows-functions-part-3-141036</link><description>&lt;img src="http://www.sqlmag.com/content/authors/5779340.jpg" border="0" hspace="10" vspace="10" align="left" /&gt;&lt;br /&gt;By Itzik Ben-Gan&lt;br /&gt;Itzik wraps up his discussion of SQL Server 2012&amp;#8217;s window functions by focusing on optimization. He provides indexing guidelines for optimal performance, and he describes cases with especially optimal treatment, cases that compute the difference between two cumulative values, cases that expand all frame rows, and cases in which the optimizer can use an in-memory spool versus an on-disk spool.&lt;img src="http://feeds.feedburner.com/~r/sqlmag/tsqlpowershell/~4/qfTTmGiLJPs" height="1" width="1"/&gt;</description><dc:creator>Itzik Ben-Gan</dc:creator><pubDate>Thu, 26 Jan 2012 11:18:00 GMT</pubDate><guid isPermaLink="false">http://www.sqlmag.com/article/tsql/tsql-windows-functions-part-3-141036</guid><feedburner:origLink>http://www.sqlmag.com/article/tsql/tsql-windows-functions-part-3-141036</feedburner:origLink></item></channel></rss>

