User access

  • Hi, I'm working with Sql Server 2000 Enterprise, I Have a user that only has access to read two tables but i need to allow this user to create views, not to insert and update in other tables or views.

    How can I do that?.

    Thanks,

  • In EM, right click on the database where the user needs to be able to create views.  Click on the Permissions tab.  There you can grant the user access the ability to create views.

  • Won't that grant access to edit other views too??

  • That is possible, but I haven't ever had a request like LMtz.  This is how LMtz can grant the user access to creating views.  Unfortunately, I can't come up with any other alternatives at this time.

  • HI, thanks for your replys, It only needs to see his own views.

  • Can you setup a backup of the db with only those 2 tables and grant him create view there?

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply