Limiting R&R access to tables
Posted: Wed Nov 12, 2003 5:49 pm
I have a SQL Server database that has Company A, Company B and Company C. I need to restrict certain users to only see Company A with Report Writer. The application security prevents the user from accessing the other companies but allows them to enter customers etc. for Company A. __I was thinking of creating views for them to access the data with Report Writer and I was told that I could use the data dictionary to limit the tables. Then I could at the OS level limit the data dictionary file permissions to read and execute only so the user could not change and access a table.__Can I also limit Report Writer for these users to keep them from linking to tables and from using odbc to possibly get to these tables?__This is a legal issue and they are getting a bit picky.__Any help would be appreciated. Thanks.