Create a read only user
Create a read only user in sql server
From the management console security - logins - create login, under user mapping select only db_datareader and public for the relevant databases that user needs access too.Deny access to connect to database engine unless specifically required (under Status menu).
Create SQL Server Login before creating Database login
Comments