Viewing 4 posts - 1 through 5 (of 5 total)
I absoutely will in the future and I apologize for not doing that (sorry Lowell). I work with sensitive data so tried to keep it minimal, but I will...
November 27, 2012 at 10:17 am
That's exactly what was wrong, once I add in the [RowID] column I get exactly the result set I want. Thanks for the quick catch on that!
November 27, 2012 at 9:41 am
I don't know about obsolete(?) quotation marks, but simply not enough...I neglected to double up the quotes in either COASLESCE function, and now that I have it's working.
'SELECT emp_id, emp_name...
January 10, 2011 at 12:54 pm
Good eyes magoo!! Unfortunately that was just a typo on my part and there is no space in the stored proc, sorry about that.
'SELECT emp_id, emp_name + COALESCE(NULLIF(''('' + COALESCE(CAST(emp_number...
January 8, 2011 at 11:28 am
Viewing 4 posts - 1 through 5 (of 5 total)