September, 2004

Posts
  • TSQL_language's WebLog

    Query specification: but is it grouped?

    • 0 Comments
    Earlier, I explained what exactly a query specification is. It is important to note that query specifications come in two very different varieties: grouped and not. A query specification is grouped if it has any of the following: GROUP BY clause, HAVING...
  • TSQL_language's WebLog

    Extended parameterization

    • 0 Comments
    Thanks to everyone who commented on parameterization in TSQL. It was a pretty eye-opening experience to see the lack of "extended" parameterization (beyond simple runtime values) being such a pain point for the users. I'll make sure your voices are heard...
  • TSQL_language's WebLog

    TSQL: compiler under the covers

    • 14 Comments
    Here is an interesting comment from chrisbro about some features he finds sorely missing in TSQL: * Can't specify a parameter to be used as an IN clause * Can't easily specify parameters to be used in the ORDER BY clause; especially painful to do multiple...
  • TSQL_language's WebLog

    Basics: query specification

    • 3 Comments
    Let's start from basics, if it looks boring, feel free skip to the next post :-). I just feel I need to establish some terminology first. The main building block of SQL is what the standard calls "query specification". It consists of "clauses": SELECT...
  • TSQL_language's WebLog

    Intro

    • 9 Comments
    My name is not actually TSQL language :-), I am Eugene Zabokritski, a Technical Lead working in the TSQL front-end team of the SQL Engine group. My plan is to post a series of overviews of some TSQL areas that I think are complicated enough to warrant...
Page 1 of 1 (5 items)