Applies to:
PcVue version 8.10 onwards. |
||
|
||
Summary:
What to do if you forget the password needed for SQL to connect its SQL Server process? |
||
|
||
Details:
All is not lost, you can replace it with a new value without knowing the previous one so long as you have another Administrator account (via Windows authentication for example). You should only use this work-around if you have no other choice. Warning: Do not to change the password if other applications that you do not control use the login that you want to change. Workaround 1: SQL script
For example to force the password for user SA’s login to a SQL Server process. ALTER LOGIN SA WITH PASSWORD = ‘B3r1000d#236’; GO Workaround 2: SQL script
For example to force the password for user SA’s login to a SQL Server process. sp_password NULL, ‘arcinfo’, sa Workaround 3: Graphically with SSMS
|
||
|
||
|
Created on: 13 Jul 2011 Last update: 13 May 2024