Sorry, but there are no more tags available to filter with.
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...
Ordering guarantees in queries.
Read More...