New T-SQL Functionality in SQL Server 2008

Posted by ejohnson2010 on SQL Blog See other posts from SQL Blog or by ejohnson2010
Published on Mon, 15 Mar 2010 15:00:00 GMT Indexed on 2010/03/15 15:50 UTC
Read the original article Hit count: 345

Filed under:
|
|
In my most recent posts I have looked at a few of the new features offered in T-SQL in SQL Server 2008. In this post, I want to take a closer look at some of the smaller additions, but additions that are likely to pack a big punch in terms of efficiency. First let’s talk a little about compound operators. This is a concept that has been around in programming languages for a long time, but has just now found its way into T-SQL. For example, the += operator will add the values to the current variable...(read more)

© SQL Blog or respective owner

Related posts about insert

Related posts about SQL Server 2008