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.
Author |
Topic |
sqlfresher2k7
Aged Yak Warrior
623 Posts |
Posted - 2012-04-24 : 21:12:46
|
I want to create a role in SQL Server 2008 to have read only access on Multi-databases.How can i achieve that. |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2012-04-24 : 21:15:41
|
You can't. Just add users to db_datareader on each database in question. Unless you're using SQL 2012: http://www.sqlsoldier.com/wp/sqlserver/customserverrolesindenali |
 |
|
sqlfresher2k7
Aged Yak Warrior
623 Posts |
Posted - 2012-04-25 : 09:17:22
|
Thanks Russell... |
 |
|
|
|
|