RaghavanNJ (RaghavanNJ (AT) discussions (DOT) microsoft.com) writes:
Quote:
But do we need to change the SQL statements which doesn't use explicitly
'INNER JOIN', by adding 'INNER JOIN' ?. I know both will work just fine.
But what to double check, and findout any issues if I am not using 'INNER
JOIN' ? |
No, that syntax has not been deprecated, and it is in fact part of the
ANSI standard. What has been deprecated is the proprietary *= and =*
syntax for outer joins.
--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx