0

I was trying to connect to my SQL Server 2005 Express instance with the sa account but I can access to other instance with sa.

Please let me know how to connect how to connect to SQL Server Express instance with sa account.

I have tried this link but in vain.

Community
  • 1
  • 1

1 Answers1

1

Probably sa account is disabled in your case. Try to login to sql server with (windows auth) login which you was using for installation and enable sa login

Another thing - check if SQL Server authentication mode is SQL Server and Windows.

Andrey Morozov
  • 7,839
  • 5
  • 53
  • 75