<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>SQL Server 2008 T-SQL - you learn something new everyday</title><link>http://blogs.technet.com/andrew/archive/2007/11/13/sql-server-2008-t-sql-you-learn-something-new-everyday.aspx</link><description>It's the little thing that make you smile.&amp;#160; I am at TechEd this week at an excellent session by Bob Beauchemin on the T_SQL enhancements in SQL Server 2008. He popped up a slide with the += operator which allows you add a number to itself in common</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: SQL Server 2008 T-SQL - you learn something new everyday</title><link>http://blogs.technet.com/andrew/archive/2007/11/13/sql-server-2008-t-sql-you-learn-something-new-everyday.aspx#2441728</link><pubDate>Wed, 14 Nov 2007 09:24:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2441728</guid><dc:creator>Cristian Lefter, SQL Server MVP</dc:creator><description>&lt;p&gt;Just a little comment, everyone demonstrates the += compound assignment operator. What some people does not know yet is that SQL Server 2008 supports the following list of compound assignment operators:&lt;/p&gt;
&lt;p&gt;Subtract and assign -= &lt;/p&gt;
&lt;p&gt;Multiply and assign *= &lt;/p&gt;
&lt;p&gt;Divide and assign /= &lt;/p&gt;
&lt;p&gt;Modulo and assign %= &lt;/p&gt;
&lt;p&gt;Bitwise &amp;amp; and assign &amp;amp;= &lt;/p&gt;
&lt;p&gt;Bitwise | and assign |= &lt;/p&gt;
&lt;p&gt;Bitwise xor and assign ^= &lt;/p&gt;</description></item></channel></rss>