Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Avoid login for BUILTIN\Administrator

Avoid login for BUILTIN\Administrator

Scheduled Pinned Locked Moved Database
database
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ArielR
    wrote on last edited by
    #1

    I have a Sql Express instaled at XP Prof. I need to avoid to the BUILTIN\Administrator to init session. Thanks

    R 1 Reply Last reply
    0
    • A ArielR

      I have a Sql Express instaled at XP Prof. I need to avoid to the BUILTIN\Administrator to init session. Thanks

      R Offline
      R Offline
      Roger Wright
      wrote on last edited by
      #2

      This is a statement, not a question. But I'll take a whack at it anyway, and try to guess what you're trying to ask. I'm guessing that you're looking for a way to avoid using the built-in Administrator account for your application. You can use Windows Authentication and assign access rights to users there, or you can create a new user in SQL Server Express and use that account for access. I believe you can assign Roles to users in SQL Server; Administrator would not be my first choice, unless you need this account to have full control over everything in the server. You might want to spend a few nights reading up about users and roles in the online help system before you jump into anything. And no, I'm not an expert, but a newbie like you, as you can tell from the dumb question I'll be posting as soon as I submit this. But I have spent some time studying, and it's definitely worthwhile. :-D

      "A Journey of a Thousand Rest Stops Begins with a Single Movement"

      A 1 Reply Last reply
      0
      • R Roger Wright

        This is a statement, not a question. But I'll take a whack at it anyway, and try to guess what you're trying to ask. I'm guessing that you're looking for a way to avoid using the built-in Administrator account for your application. You can use Windows Authentication and assign access rights to users there, or you can create a new user in SQL Server Express and use that account for access. I believe you can assign Roles to users in SQL Server; Administrator would not be my first choice, unless you need this account to have full control over everything in the server. You might want to spend a few nights reading up about users and roles in the online help system before you jump into anything. And no, I'm not an expert, but a newbie like you, as you can tell from the dumb question I'll be posting as soon as I submit this. But I have spent some time studying, and it's definitely worthwhile. :-D

        "A Journey of a Thousand Rest Stops Begins with a Single Movement"

        A Offline
        A Offline
        ArielR
        wrote on last edited by
        #3

        The problem ( or my be not ) is that you need administrator right to perform hard or soft maintenance in XP SO. and I want avoid that maintenance team have access to the databases. As we know BUILTIN\Administrator is derived from windows access rights. I've created a Sql login account with sysadmin rights but i can't to change permissions of BUILTIN\Administrator( for ex. avoid to init session). I don't know how do that..... thanks.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups