August 14, 2009 at 12:38 pm
This article contains all the basic knowledge of joins,with the relevant and proper examples and explanations....
August 14, 2009 at 12:45 pm
Very good article.
August 14, 2009 at 12:49 pm
I thought it was full of hot air... 😎
[font="Courier New"]____________________________________________________________________________________________
Remember as you walk down lifes road, don't forget to stop and pee on the bushes - Thordog[/font]
August 14, 2009 at 5:12 pm
Nice refresher! Thank you.
August 14, 2009 at 5:41 pm
nice article, but I'm puzzled by the statement that you "feel that people are afraid of Joins in SQL Server".
I mean, joins (inner/equi, at least) are one of the most basic things that someone has to know about T-SQL, learned in the same breath as 'select','update','delete','where', etc ...
Now if you said that outer, self and cross-apply joins are what people are afraid (or more likely unaware) of, I'd buy it. Otherwise, I'd say that the person didn't know jack about SQL if they don't know what a simple innner join is.
August 14, 2009 at 11:03 pm
Hey Vivek, that's a really good article nicely written, expecting a few more tutorials/articles from you, keep up the good work:-)
August 15, 2009 at 11:45 am
This article has given me a gud understanding of Joins in SQL.
The main thing about this article is that is its simplicity with which it describes Joins.
Thanx a lot.
August 16, 2009 at 4:26 pm
I would like to see the article expanded to explain the difference between specifying joins in the FROM and WHERE clauses. In my experience, failure to understand the difference when using outer joins causes more problems than understanding the basic join types.
August 16, 2009 at 4:31 pm
August 17, 2009 at 7:40 am
ta.bu.shi.da.yu (8/16/2009)
You can't do an outer join from the where clause...
You can't in a DB with compatibility set 90 or higher (ie SQL 2005 or 2008). It was possible on SQL 2000, but not recommended.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 17, 2009 at 8:13 am
Viewing 11 posts - 16 through 25 (of 25 total)
You must be logged in to reply to this topic. Login to reply