bdristan
bdristan

Reputation: 1070

Cannot connect to SQL Server Express with SSMS and SQL Server Authentication

I've been using SQL Server Express with Windows authentication for many years with no problems. However, for a different application I need to use server authentication. I'm running SQL Server 2008 R2 Express.

Here is what I've done so far in SSMS:

When I try to connect to the server using SSMS and SQL Server authentication I get the "Login failed..." with 18456 error.

I'm definitely providing a correct password.

Is there anything else that needs to be done for the server authentication to work?

Thanks.

Upvotes: 0

Views: 213

Answers (1)

Bouke
Bouke

Reputation: 1614

It is required to restart SQL Server after enabling the SQL Server authentication mode.

Upvotes: 1

Related Questions