How do I change a password directly in the PhpBB3 SQL database?

How to change the 'sa' password in sql server.?

  • user:sa password how to change

  • Answer:

    osql -E -d mf_enterprise -Q "sp_password NULL, 'newpassword', 'sa'" Or Login as an administrator then run - Run a Query Analyzer sp_password @new = 'your new password', @loginame = 'sa'

Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Open SQL Server Enterprice [2000] SQL Server Group -----> Local [Windows NT] -----> Security -----> Login Select sa user on Right Pane Right click on sa user than Properties type new password in password text box.

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.