Viewing post 1 (of 1 total)
You could try this
SELECT *
FROM #Test2
WHERE BINARY_CHECKSUM(*) = CHECKSUM(*)
this should give you all the rows in the table that have NULLs for all columns
February 23, 2006 at 7:41 am
#622928