Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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).

  • No labels