How to restrict a user to access objects of only one schema in SQL Server 2008? -


I want to restrict a user to only one schema and only select the privilege in that schema in SQL Server 2008 Want to

Dennis and a combination of a grant, for example:

  Select Denny on Schema: [dbo] to [user_name] Select right on the schema: [other_schema] to [user_name] Select on schema: [safe_schema] to [User_name]    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -