Be aware when using ISNULL

ISNULL vs COALESCE in SQL Server In our T-SQL programming, we mostly use ISNULL function to replace the null value of a column with another value. The same can be achieved using COALESCE function too. In this blog post, we are going to see a significant difference between NULL and COALESCE functions. We are going to […]

Be aware when using ISNULL Read More »