Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

IS_ROLEMEMBER in 2008

$
0
0
We want to check if a AD group is a member of a SQL Server 2012, 2014 or 2008 database group. The IS_ROLEMEMBER works perfect but it seems to only be valid from 2012 forward. Although the confusing part for us is we tested this command on 2008 and it actually seemed to work.In 2008 the IS_MEMBER also seems to workI'm looking for someone to help me understand exactly what version support IS_Rolemember and also let me know is IS_Member will detect that the AD group was assigned to the database role and not the actual windows user.Obviously we created a login from the AD group, assigned to the DB group and then connect using windows AD.ThanksRichard

Viewing all articles
Browse latest Browse all 3145

Trending Articles