Viewing 5 posts - 1 through 5 (of 5 total)
I see, that is a much better solution. Thanks so much.
June 15, 2011 at 9:05 am
So thanks for the sample. It was very close, I tweaked it to this:
(COALESCE(Database_Status,Instance_Status) = N'deployed' or is null)
And it's now displaying the expected results. Thanks so much.
June 15, 2011 at 8:57 am
So, forgive me I'm a new to some of these statements. It appears to me the COALESCE statement is looking at both. I only care about the 'Instance_Status'...
June 15, 2011 at 8:41 am
So I'm selecting a bunch of data. If the value in 'Database_Status' is null the filter needs to shift to the 'Instance_Status' column. Which is why my thinking...
June 15, 2011 at 8:28 am
Thanks,
That still didn't work, it still is numeric.
November 19, 2008 at 6:43 am
Viewing 5 posts - 1 through 5 (of 5 total)