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 |
blund
Starting Member
23 Posts |
Posted - 2012-02-06 : 14:47:45
|
I am trying to give some permission for SQL data access to a few individuals.I have created a View, with only certain bits of information from select tables and columns.They need to only access the (read only) SQL data thru Excel, via a SQL connection.This is what I have done currently, which seems to be working:1)Added user to Security/Logins2)Via: User Login/Properties/User Mapping3)Selected specific database4)Selected role membership: Db_datareaderIs this the proper method, with out giving undue security rights?Let me know if you need more details,Thank you, |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
blund
Starting Member
23 Posts |
Posted - 2012-02-06 : 16:39:47
|
Lets just call it a lucky guess on my part.Thank you for the confirmation. |
|
|
|
|
|