Results 1 to 4 of 4

Thread: sql server's security mode

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2003
    Posts
    237

    sql server's security mode

    how to disable the windows authentication mode in sql server?

    user must have a password to login to the server

    is it possible to do that?

  2. #2
    Lively Member
    Join Date
    Feb 2005
    Location
    California
    Posts
    97

    Re: sql server's security mode

    When I had to do that I had to re-install SQL server2000.
    Check out this site :
    http://www.codeproject.com/database/ConfigureMSDE.asp

  3. #3
    Fanatic Member vb_dba's Avatar
    Join Date
    Jun 2001
    Location
    Somewhere aloft between the real world and insanity
    Posts
    1,016

    Re: sql server's security mode

    If your server configuration is for Mixed Mode, then you should be able to have both Windows Authentication and SQL Server Authentication. If that's the case, then you can revoke access to the Windows logins and create the SQL Server logins that are to be used for connecting.
    Chris

    Master Of My Domain
    Got A Question? Look Here First

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 2003
    Posts
    237

    Re: sql server's security mode

    is it possible to make it even user logged in to windows, but must have a password to login to sql server?

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