Resolve IssueTo get past this error, you will need to provide your login credentials from your SQL Server User to gain access to SSMS from a networking computer.
- Click on [Connect] from the top left corner of SSMS
- Select [Database Engine]
- From the Dialog
Type in the [Server Name:] - [Authentication] Choose [SQL Server Authentication]
- type [as] and the password assigned to your SQL Server instance during installation setup.
Choose [Connect]
As long as you provide the proper password, the SA account will let you in.
Once logged in, you will need to create a new login user account for your SQL Server Instance.
[To create a new SS User]- From the [ServerName\InstanceName]
Expand the list- [Right-click] on [Security]
- Choose [New]
- Then [Login]
Login - New window opens- [Login Name:] Type in the name you wish to use to connect to your SS Instance.
- Then choose [SQL Server authentication]
- Type in your password, make it a good one, and then confirm it.
If you do not think it will authenticate, then uncheck [Enforce password policy] - Next, click on [Server Roles] from the left TreeView
- Check [sysadmin]
- This next part is only if the user will be creating databases and performing database creation duties like working with [Always On High Availability] or [AOHA]
- Click [User Mapping]
- Put a check on [master]
- Click [OK]