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)
 SQL Server 2008 Access Related issue

Author  Topic 

prateekgs1985
Starting Member

1 Post

Posted - 2014-05-15 : 02:37:26
Hi All,
We have Business Objects reports built on top SQL Server 2008 database. We have a requirement where in users should be able to access the data only through BO reports.
Situation is users have access to SQL Server and to the reporting database.
1. Can db role be set up in such a way that users can access data through reports but have no access to the reporting database?
2. We have views built on top of table. Can object level security be set up to have access to only to views and no access to tables?
We are using Windows authentication for both BO and SQL Server Login. Any help on the above questions would be much appreciated.
Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-05-15 : 10:03:49
You could try using a logon trigger than checks what program they are using.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -