Reset Microsoft SQL Server Express Password
In the event that the password in Sentinel Visualizer’s instance of Microsoft SQL Server Express needs to be reset, use the following steps:
In the Windows Search Bar, type in 'cmd'.

Select 'Run as Administrator'.

Copy the following command:
osql -S .\SENT4EXPRESS -E -Q "EXEC sp_password NULL, 'S3ntinElL0gin:7@FMS', 'sa'"
Paste the command in the Command Prompt and press the [Enter] key.
