Groups and Permissions question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob C.

    Groups and Permissions question

    I am converting a relatively large multi-user Access 97 database to
    SQL Server 2000. I use about a dozen groups to manage security,
    providing graduated levels of access to each group. I read that in
    SQL Server a user can belong to only two groups, "users" and one
    other. If this is true, can someone point me in the right direction
    as to how I could get around this limitaion?

    Thanks,
    Bob C.
  • Erland Sommarskog

    #2
    Re: Groups and Permissions question

    Bob C. (bcanavan@bmgho mes.com) writes:[color=blue]
    > I am converting a relatively large multi-user Access 97 database to
    > SQL Server 2000. I use about a dozen groups to manage security,
    > providing graduated levels of access to each group. I read that in
    > SQL Server a user can belong to only two groups, "users" and one
    > other. If this is true, can someone point me in the right direction
    > as to how I could get around this limitaion?[/color]

    Not true. You have have roles and a user can belong to many roles. I
    use roles very rarely myself, so I decline to give examples. But the
    stored procedures to look at are sp_addrole and sp_addrolememeb er.


    --
    Erland Sommarskog, SQL Server MVP, sommar@algonet. se

    Books Online for SQL Server SP3 at
    SQL Server 2025 redefines what's possible for enterprise data. With developer-first features and integration with analytics and AI models, SQL Server 2025 accelerates AI innovation using the data you already have.

    Comment

    • Bob C.

      #3
      Re: Groups and Permissions question

      Many thanks, Erland! I'll explore the roles approach. -Bob C.

      Comment

      Working...