Book a Demo

Author Topic: SQL server user permissions  (Read 2977 times)

sandi

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
SQL server user permissions
« on: April 05, 2004, 03:12:01 am »
Hi guys,

I have another question for you. I'm using SQL server (RDBMS) and now I would like to ask you what kind of permissions on the EA database a user needs to be able to work(no admin features! - only minimum premissions that the regular user is able to work)?

Thank you,
 S.
« Last Edit: April 05, 2004, 03:16:25 am by sandi »

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: SQL server user permissions
« Reply #1 on: April 05, 2004, 04:56:14 am »
Hi Sandi,

I am away from our MS SQL Server now, but off the top of my head, the user needs the Select, Update, Insert and Delete permissions on all of the EA tables (see the repository creation SQL script for the list of the tables). As a matter of fact, for some of the tables (the lookup ones) the user in theory needs only Select, I could lookup the list of those tables, if necessary.
The user does not require any of the admin privileges, does not need to create new or alter the existing database structures etc.
Hope this helps.

Bruno

sandi

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: SQL server user permissions
« Reply #2 on: April 05, 2004, 05:57:49 am »
Oh, thank you Bruno.

Meanwhile what I tried, is to enable Select on all tables, Update on all tables ... and I finally get to the conclusion that all of those permissions are required mentioned in your post.

Hard work. :)

Thanks again!
« Last Edit: April 05, 2004, 06:02:33 am by sandi »

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: SQL server user permissions
« Reply #3 on: April 05, 2004, 06:24:54 am »
You're welcome! :-)

Bruno