jimmyshoes
Programmer
What is the best way to test for empty strings ?
Or
Code:
WHERE IsNull(@someVar,'0') = '0'
Or
Code:
WHERE LEN(@someVar) = 0