Sign In
TSQL_language's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
October 2004
(3)
September 2004
(5)
MSDN Blogs
>
TSQL_language's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
TSQL_language's WebLog
Outer joins demystified
Posted
over 8 years ago
by
TSQL_language
2
Comments
Since I saw a request, I'll post a short overview of the outer join vs inner join. There is nothing really complex about them and you can read about them in a million SQL books, but I'll take a stab at it anyway. The most common scenario where outer joins...
TSQL_language's WebLog
TSQL: second call for topics
Posted
over 8 years ago
by
TSQL_language
5
Comments
I am going to proceed to some lengthy and boring esoterica of ORDER BY, but as a reminder, you can influence the choice of topics pretty easily by posting comments with your favorites :-). This posting is provided "AS IS" with no warranties, and confers...
TSQL_language's WebLog
More on GROUP BY
Posted
over 8 years ago
by
TSQL_language
1
Comments
So, when your query specification has an explicit GROUP BY, your choices in what to use in post-grouping clauses (SELECT, HAVING, ORDER BY) are limited. You can only use aggregate functions, expressions in the GROUP BY list, or constants. An interesting...
TSQL_language's WebLog
Query specification: but is it grouped?
Posted
over 8 years ago
by
TSQL_language
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
Posted
over 8 years ago
by
TSQL_language
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
Posted
over 8 years ago
by
TSQL_language
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
Posted
over 8 years ago
by
TSQL_language
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
Posted
over 8 years ago
by
TSQL_language
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 (8 items)