Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 joining tables

Author  Topic 

asafg
Starting Member

39 Posts

Posted - 2009-02-01 : 06:32:33
Hi

I'm using SQLServer for some time now
and despite the fact that I get results to my queries I feel bad for not really understanding what I'm doing:

There is left and right join
there is inner join,full join
there is outer join

I think I saw over and some more...

If you know of a site that displays all the options to join tables and show the difference between methods considering the result and performance , I'll be grateful.

Thanks
Asaf

bklr
Master Smack Fu Yak Hacker

1693 Posts

Posted - 2009-02-01 : 06:57:37
check this for joins
http://weblogs.sqlteam.com/jeffs/archive/2007/04/03/Conditional-Joins.aspx
Go to Top of Page
   

- Advertisement -