Daily Shaarli

All links of one day in a single page.
COALESCE vs. ISNULL T-SQL Functions | T-SQL content from SQL Server Pro

The COALESCE and ISNULL T-SQL functions are used to return the first nonnull expression among the input arguments. SQL Server practitioners often wonder what the difference is between the two functions.