Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Read Only user

Author  Topic 

rohitmathur11
Yak Posting Veteran

77 Posts

Posted - 2009-12-15 : 00:54:21
Hi,
I am using sql server 2008. I want to create a Readonly user that can only read data from all tables.
In sql server 2005 ..i just create user and gave him db_datareader
..it was working ...

but in 2008 this is not working ...then how to create read only user ...?

any idea...

rohitmathur11
Yak Posting Veteran

77 Posts

Posted - 2009-12-15 : 01:00:33
Ok ..

i got it ...we need to give db_datareader in defalut schema + database role also ... in sql server 2008 ....

but in sql server 2005 only default schema is ok..
Go to Top of Page
   

- Advertisement -