Quantcast
Channel: SQL Server Training | Tutorials | How to's » 2008 – New Features
Viewing all articles
Browse latest Browse all 10

What are T-SQL Enhancements done in SQL Server 2008

$
0
0

What are T-SQL Enhancements done in SQL Server 2008 ?

SQL Server 2008’s new statements, extend the T-SQL feature and functionality. Let’s understand What are T-SQL Enhancements done in SQL Server 2008 ?

  • Declare and Initialize Variables
  • Compound Assignment Operators
  • Row Constructors
  • CONVERT Enhancements
  • Composable DML
  • Object Dependencies
  • MERGE Statement
  • TABLE Value constructor
  • GROUPING SET
  • DDL Trigger Enhancements
  • Sparse Columns
  • Filtered Index
  • New Date and Time Functions
    • SYSDATETIME
    • SYSUTCDATETIME
    • SYSDATETIMEOFFSET
    • SWITCHOFFSET
    • TODATETIMEOFFSET
  • New Data Types
    • FILESTREAM Data Type
    • Spatial
    • HIERARCHYID
    • Date and Time New Data Type
      • DATE
      • TIME
      • DATETIME2DATETIMEOFFSET

Note : This question was asked by one of the training attendees. He wanted to have a summary of all the new TSQL enhancement of 2008 at one place. This post is dedicated to that training attendees.

Tags : T-SQL Enhancements done in SQL Server 2008, sql server 2008 tsql enhancements,what is new in sql server 2008 for developer,SQL Server 2008’s new statements extend the T-SQL feature set,SQL Server 2008’s new statements ,

 

The post What are T-SQL Enhancements done in SQL Server 2008 appeared first on SQL Server Training | Tutorials | How to's.


Viewing all articles
Browse latest Browse all 10

Trending Articles