0

I am trying to connect to a SQL Server 2017 via Visual Studio 2017.What should I be entering in the User name and Password fields?

enter image description here

Hannah Vernon
  • 70,928
  • 22
  • 177
  • 323

1 Answers1

3

In SQL Server, databases don't have passwords. SQL Server uses logins, via either Windows Authentication or SQL Server Authentication.

Try using the same login you use to sign on to your workstation.

Hannah Vernon
  • 70,928
  • 22
  • 177
  • 323