SQL Server: Find MAX value from Multiple Columns

In this post, I am sharing a T-SQL Script to find the MAX value from Multiple columns in SQL Server. For example: In our table, we have three different date columns and need to find the one max value out of this three columns. I worked around this and tested different solution for the performance. … Continue reading SQL Server: Find MAX value from Multiple Columns