Viewing 5 posts - 1 through 5 (of 5 total)
Be great if the author could publish a part 3 to this series of articles. a lot can happen in 2yrs in this big data world. especially with...
May 25, 2015 at 11:17 pm
Thanks Charles. Now I understand.
August 9, 2011 at 5:15 pm
Does anybody have any advice on the "best" way to install the dlls that support CLR based stored procs and UDF's? What i mean is where should these .dll...
August 8, 2011 at 10:47 pm
:blush: No. only if i ditch that idea and left join against it from a table that has that record..
eg
select a.id, isnull(b.fName, 'N/A') fName
from (select '1234 ' id,...
March 10, 2009 at 6:39 pm
What about...
SELECT isNull((SELECT MIN(CASE WHEN fName IS NOT NULL THEN fName ELSE 'N/A' END) FROM t_Names WHERE id = 1234),'N/A')
regards
JA
March 10, 2009 at 5:15 pm
Viewing 5 posts - 1 through 5 (of 5 total)