- Report Writing
When we’re working on other people’s code–for troubleshooting or optimization purposes–we see a fair amount of usage of the ISNULL() function. Generally speaking we replace those ISNULL() references with COALESCE(). But why? There are a number of reasons: First, Microsoft has indicated they may deprecate ISNULL() in…