Viewing post 1 (of 1 total)
// Do it in one step,
DECLARE @status varchar(max)
SELECT @status =
CASE WHEN @status is null
THEN StatusDesc
ELSE
March 21, 2011 at 5:44 am
#1301203