<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Alexander Kuznetsov : T-SQL Performance</title><link>http://sqlblog.com/blogs/alexander_kuznetsov/archive/tags/T-SQL+Performance/default.aspx</link><description>Tags: T-SQL Performance</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Entering TRY blocks is not free, but still several times cheaper than catching exceptions.</title><link>http://sqlblog.com/blogs/alexander_kuznetsov/archive/2011/07/26/entering-try-blocks-is-not-free-but-still-eight-times-cheaper-than-catching-exceptions.aspx</link><pubDate>Tue, 26 Jul 2011 15:15:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:37264</guid><dc:creator>Alexander Kuznetsov</dc:creator><slash:comments>9</slash:comments><comments>http://sqlblog.com/blogs/alexander_kuznetsov/comments/37264.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/alexander_kuznetsov/commentrss.aspx?PostID=37264</wfw:commentRss><description>The overhead of entering a TRY block is relatively small, but the overhead of catching an exception is more substantial. If we manage to use CASE or IF to prevent an exception, we can noticeably improve performance. We shall run benchmarks and see for...(&lt;a href="http://sqlblog.com/blogs/alexander_kuznetsov/archive/2011/07/26/entering-try-blocks-is-not-free-but-still-eight-times-cheaper-than-catching-exceptions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=37264" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/alexander_kuznetsov/archive/tags/Refactoring/default.aspx">Refactoring</category><category domain="http://sqlblog.com/blogs/alexander_kuznetsov/archive/tags/T-SQL+Performance/default.aspx">T-SQL Performance</category><category domain="http://sqlblog.com/blogs/alexander_kuznetsov/archive/tags/T-SQL+Programming/default.aspx">T-SQL Programming</category></item></channel></rss>