Viewing 2 posts - 1 through 2 (of 2 total)
thanks a ton everyone! here is what i ended up with:
select top 1 *
from
(
select name, address, zip from mytable where name='my_name'
union all
...
September 22, 2009 at 2:57 pm
#1057152
We had a similar issue porting our app from 2005 to 2008 - this fix did the trick, thanks for the post!
May 14, 2009 at 9:47 am
#994652