Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Using WHERE IN(...)

    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...

  • RE: many to many relationship

    That is exactly right.  I was just trying to make it too complicated with joins, etc. 

     

    Thank you very much dan

  • RE: select statement with Distinct and or GroupBy

    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...

Viewing 3 posts - 1 through 3 (of 3 total)