How I can create login from windows authentication to SQL Server Authentication

  • Hi All,

    I am new user of a SQL SERVER 2008, I was lost my default user 'sa' Password. Is it possible to create a new user name with a password with SQL Server Authentication using windows authentication login.

    Thanks in advance...

  • dharmendra.rajput06 (12/10/2009)


    Hi All,

    I am new user of a SQL SERVER 2008, I was lost my default user 'sa' Password. Is it possible to create a new user name with a password with SQL Server Authentication using windows authentication login.

    Thanks in advance...

    S possible,

    To connect using local windows admin user & create sql login.

    Muthukkumaran Kaliyamoorthy
    https://www.sqlserverblogforum.com/

  • I was lost my default user 'sa' Password.

    Hi,

    If u don't have permission to the server ask ur Admin team and reset the sa password.

    Muthukkumaran Kaliyamoorthy
    https://www.sqlserverblogforum.com/

  • goto start --> click select SQL server management studio

    log windows is pop up

    Server type is by default

    server name is by default (provide appropriate server name)

    Authentication select WINDOWS Authentication.

    click connect button

    TO reset sa password:

    ------------------------

    After successful login click on Security from left pane and expand it

    and expand Login then you are able to view sa user

    Double click sa, provide password and reconfirm password and click OK button

    Logoff and login with new changed sa password

  • shahid_jambagi (2/8/2012)


    goto start --> click select SQL server management studio

    log windows is pop up

    Server type is by default

    server name is by default (provide appropriate server name)

    Authentication select WINDOWS Authentication.

    click connect button

    TO reset sa password:

    ------------------------

    After successful login click on Security from left pane and expand it

    and expand Login then you are able to view sa user

    Double click sa, provide password and reconfirm password and click OK button

    Logoff and login with new changed sa password

    I sure hope he could reset his sa password 3 years ago...

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • thanks a lot for informing me ....:)

    intention was to benifit others searching such type of questions. hope you got it.

  • shahid_jambagi (2/9/2012)


    thanks a lot for informing me ....:)

    intention was to benifit others searching such type of questions. hope you got it.

    I already got it from the first two replies, which already provided a complete solution.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • anyway thanks for informing me. buy for now.

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply