SQL Server 2008 T-SQL Enhancements

 

SQL Server 2008 T-SQL Enhancements
Watch SQL Server 2008 T-SQL Enhancements Download SQL Server 2008 T-SQL Enhancements

Description

  Curious to see what kinds of benefits SQL Server 2008 provides for developers? Check out this video tutorial to learn about T-SQL enhancements in SQL Server 2008 including: Row Constructors, Inline Variable Assignment, Compound Assignment Operators, and DML enhancements for the OUTPUT Clause. Likewise, get a sneak peak at the new T-SQL DML MERGE statement and Table-Valued Parameters.

This Video Covers

T-SQL enhancements, variable assignment, parameters, aggregates and summaries, and coding improvements.

Details

Length: 09:09

Skill Level: 200 - Intermediate.

Series: What's New in SQL Server 2008

Author: Michael K. Campbell

Applies to SQL Server: 2008.

Tags: What's New, T-SQL, and Easy.

Code Download: 2 KB

Video Resources

Video References, Video Transcript, and Accompanying Source Code.

Related Videos

Introducing SQL Server 2008, SQL Server Management Studio 2008, and Date and Time Data Types in SQL Server 2008

SQL Server Consulting


Viewer Comments

Thankx

Ramu on November 11, 2009 3:49 AM.

thanks a lot.. v.good one

samy on November 20, 2009 11:27 AM.

Excellent. You have made it very neat .Appreciate your work. Thank you for sharing.

on February 21, 2010 12:54 PM.

please zip all videos for low speed clients
thank you

roodgar on July 24, 2010 2:33 AM.

nice videos i understand sql server topics

shankar on November 02, 2010 12:11 AM.

Nice videos, Thanks a lot

Jose Musse on January 04, 2011 6:42 PM.

MzUev1 Hi! I'm just wondering if i can get in touch with you, since you have amazing content, and i'm thinking of running a couple co- projects! email me pls

WillSmith on February 19, 2011 3:32 AM.

very very very nice videos
thankx alot

aria on June 10, 2011 5:51 AM.

Hi there,

I believe there is an error in the query displayed at 2:38.

DECLARE @value2 int
SELECT @value = -1

I think it should be:

DECLARE @value2 int
SELECT @value2 = -1
^

This explains why the second column of the SELECT statement is NULL. @value2 is never initialized while @value is given a value of -1.

Am I right?

Fredy Muñoz on December 14, 2011 4:30 PM.

Really very good.

Sultan, India on December 29, 2011 11:48 PM.
Submit Comments

spacer

Comments may be moderated.

The following pseudo-markup is permitted:
      bold : *strong*
      italic : _em_
      hyperlinks : [linktext|http://link.url.here]

 


spacer