is there a function in SQL Server 2005 that returns NULL [or a boolean value] if any of the arguments (of any type) is NULL, which would save me from writing IF a IS NULL OR b IS NULL OR c IS NULL ....
is there a function in SQL Server 2005 that returns NULL [or a boolean
Share
Here is a moderately unpleasant way of doing it: