Sunday, May 30, 2010

What is T-SQL?

T-SQL is SQL with extra T prefixed to SQL :) . That says T-SQL means Transactional extensions to SQL. Transactional extensions are like Control-of-flow statements (if, while, break etc..), local variables, utility functions to operate on strings, dates, numbers etc...

These transactional extensions enables the programming abilities.

0 comments: