I have noticed a number of queries at work and on SO are using limitations in the form:
isnull(name,\'\') <> \'\'
Is there a particul
Also if you want to make use of the index on that column, use
name is not null and name <> ''