Welcome to MSDN Blogs Sign in | Join | Help

SQL Server Engine Tips

Guidelines, Best Practices, TSQL and SQL Programming Tips & Tricks.

Syndication

News

These postings are provided
"AS IS" with no warranties,
and confers no rights.
Use of included script samples
are subject to the terms
specified at http://www.microsoft.com/ info/cpyright.htm.

Browse by Tags

All Tags » Best Practices » General   (RSS)
Sorry, but there are no more tags available to filter with.
Differences between ISNULL and COALESCE
I came across a question in the SQL Server MVP newsgroup recently about ISNULL and COALESCE usage. COALESCE basically translates to CASE expression and ISNULL is a built-in implemented in the database engine. Both ISNULL and COALESCE can be used to get Read More...

Posted Thursday, June 26, 2008 8:55 PM by SQL Server Engine Team | 7 Comments

Filed under: ,

Ordering guarantees in SQL Server...
Ordering guarantees in queries. Read More...

Posted Wednesday, July 20, 2005 11:20 AM by SQL Server Engine Team | 18 Comments

Filed under: ,

Page view tracker