Is it possible to grant the datareader privileges to a SQL Server Database Role rather than a User?
Using the GRANT command.
USE DBNAME;
GRANT SELECT TO RoleName;
GO
You could add your (user defined) database role to db_datareader as a role member, using the UI.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With