
********* Null + 'String' = Null !!!!!!! why, why, why!!!!!!!!
Null + 'String' = Null !!!!!!!
SQL Server version 7
concatanating Null with a string will result in NULL!!!! Does not make sense
common-sense-wise!!!
Is this a bug? Any patches!
MY SOLUTION:
I thought about making a view on tables that have Nullable columns to
convers Nulls using a case statment.
DO YOU HAVE A BETTER SOLUTION?
TIA