In SQL 2000 I can create a database role, add logins into the role, make this role member of db_datareader group then its member can read table using permissions granted to the role. With SQL 2005 I can 't do this way any more. Is there a similar way I can simply grantning read permission to whole bunch of logins? Thanks.