You're going to need to inspect each column and check if it has a value of NULL. This isn't going to be quick, but: SELECT * FROM YourTable WHERE Column1 IS NULL OR Column2 IS NULL OR Column3 IS NULL OR ... IS NULL;
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does. Larnu.uk