Results 1 to 5 of 5

Thread: SQL Server Logins

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2006
    Posts
    719

    SQL Server Logins

    here are the list of logins in my sql server


    when i use to login


    i encounter this error:


    pls help me to create new login w/ new user? help me pls? not SQLExpress

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: SQL Server Logins

    BUILTIN\Administrators is the name of a User Group, not a Server. The name of your Server looks like its SQLEXPRESS, or maybe SYSTEM\SQLEXPRESS.

    A User Group is, as the name suggests, a group of users. It enables you to assign privileges to a group and then every user you add to that group receives those privileges.

    If you were using SQL Server Authentication, rather than Windows Authentication, then you'd put the name of one of your Users into the User Name field. if you wanted to log on with administrative privileges then you'd use one of the Users in the BUILTIN\Administrators group, which would include the 'sa' user.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2006
    Posts
    719

    Re: SQL Server Logins

    thanks, kindly give me an idea so that i can log on that using builtin/administrations logins?

  4. #4
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: SQL Server Logins

    What do you mean by "NOT SQL EXPRESS"? It's obviously SQL EXPRESS from all that you have shown...

    You put BUILTIN\ADMINISTRATORS into the SERVER name field - that's not what goes there.

    What goes there is the name of the SQL instance - which most likely is

    SYSTEM\SQLExpress

    Have you tried that? Actually - I can see that it's SYSTEM\SQLExpress from the first image you posted.

    Which leads me to ask - if you got that first image you must have gotten into Management Studio Express - right?

    If that's the case then are you trying to connect from a different PC? Is that what's showing in the second image? If so - then you need to allow remote connections which is done with the SQL Server Surface Configuration Utility - found under START>PROGRAMS.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: SQL Server Logins

    It's like my previous post never happened. I could repeat what I've already posted, or you could just go back and read it again.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width