/
How can I change the database password?

How can I change the database password?

MS SQL Server: assuming the instance and user name to be NETX_SERVER_SQL and sa, respectively, do:

 

  1. Open a command window, cmd.exe, and enter following command

    osql -S .\NETX_SERVER_SQL -E
  2. On the osql prompt enter

    1>sp_password NULL, 'new password', 'sa'
    2>go
    1>exit
  3. Make sure you also change the password in your BMS workspace (BMS Studio / Server / System Configuration / XDB Parameters / Database password).

 

 

Related content

How can I reset the password of user "sa"?
How can I reset the password of user "sa"?
More like this
HISTORY_XDB;DB Error (4001): Source: Microsoft OLE DB Provider for SQL Server, Description: [DBNETLIB][ConnectOpen (Connect())]SQL Server does not exist or access denied.
HISTORY_XDB;DB Error (4001): Source: Microsoft OLE DB Provider for SQL Server, Description: [DBNETLIB][ConnectOpen (Connect())]SQL Server does not exist or access denied.
More like this
How to connect to an existing MS SQL Server database
How to connect to an existing MS SQL Server database
More like this
XDB Status OFFLINE -- What Can I Do?
XDB Status OFFLINE -- What Can I Do?
More like this
Access the Web Manager
Access the Web Manager
More like this
Manual installation of an MS SQL Server instance
Manual installation of an MS SQL Server instance
More like this