Security on sql 2005

  • I was told to change all the account password on production server. I am little scared to do that because I know if I change the password then lots of application will fail. like remove link etc.

    What is the best way to change the account password without any affect to other application.

  • Definitely applications,jobs , scheduled task everything will get affected..

  • You right to be hesitant. If applications are using the logins in connection strings to connect to SQL Server, there's no way you can change passwords without affecting them. You'll have to coordinate the password changes with whomever supports the applications so they can be changed simultaneously.

    Greg

  • You can try a couple of things to reduce the pain:

    • Use a script like the one here[/url] (add ApplicationName to the output) to use the Default Trace to find out what applications are using what logins to access the SQL Server.
    • Document the current passwords if you can, so if you have to go back you can.
    • The obvious one, proceed slowly, one at a time, and be prepared for failures by making sure members of the dev team are ready to change application settings.

Viewing 4 posts - 1 through 3 (of 3 total)

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