What are the advanced Features With SQL2008 over SQL2005 Particularly with TSQL
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The big one for me, although it’s not really T-SQL related, is intellisense. About time too 🙂
As for the language…
T-SQL finally got shortcut assignment in 2008:
The
MERGEstatement allows all sorts of modification goodness, based on the results of joining tables together.There are a bunch of GROUP BY enhancements, like GROUPING SETS, and operations on cubes.
There are new datatypes to play with
There are a few others too. See the official new features page for more.