When using Microsoft SQL Server Express or Standard version, you may need to change the System Administrator (sa) password. The most common case for reseting the password is when the ‘sa’ password has been forgotten. Now the latest version of SQL Server 2014 with more new features has been released. This article introduces a basic method to reset the sa password in SQL Server 2014, which also apply to the previous versions of SQL Server 2012, 2008 and 2008 R2.
Considerations
- If the ‘sa’ password has been forgotten and needs to be reset you will need to login to the SQL server with Local Windows Administrator credentials.
- Changing the ‘sa’ password in SQL does not update the SQL login password fields in the PDM Archive and Database Server properties where the ‘sa’ password is referenced. The PDM Archive and Database properties will need to be updated manually.
- A restart of the SQL, PDM Archive & PDM Database server services are recommended when resetting the ‘sa’ password.
- It is still necessary to have a secure windows account with appropriate permissions to access SQL and change the ‘sa’ password.
Process
1. Check with any internal users who may have or had access to your SQL to make sure they don’t have the current ‘sa’ user password documented.
2. Login to the server which houses your SQL Database service as a Local Windows Administrator.
3. Launch SQL Server 2014 Management Studio from the start menu
4. Open SQL Server Management Studio and select ‘Windows Authentication’ to connect to Server.