User Login Error

  • Hi,

    I want to change the login for a user 'abc' to the SQL Server authentication.

    I used the following code:

    ALTER LOGIN abc ENABLE

    go

    ALTER LOGIN abc WITH PASSWORD = 'xyz'

    go

    I got an error:

    Msg 15080, Level 16, State 1, Line 1

    Cannot use parameter PASSWORD for a Windows login.

    I need to change it to SQL Server authentication mode.

    How can I do that?

  • You cannot "change" a login. You will need to remove the login and then add it back as a Windows login.

Viewing 2 posts - 1 through 1 (of 1 total)

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