Viewing 3 posts - 1 through 3 (of 3 total)
This
WHERE (PATINDEX(('%,' + SecurityGroupReferenceID + ',%'), (','+@Roles+',')) > 0)
almost works for me. Now I have narrowed down the problem to the individual roles I am passing. These are actual...
December 29, 2006 at 9:33 am
#680535
That is exactly right. I was just trying to make it too complicated with joins, etc.
Thank you very much dan
July 14, 2006 at 12:20 pm
#649345
I want to retrieve a distinct Film_prod_guide.recno. I do not want multiple instances of the same recno. It can be possible to have and ACTIVE=1 for either the Guide record...
May 5, 2006 at 1:43 pm
#636353