Sql-server – Get Data to connect to the AdventureWorksDW

azure-analysis-servicessql-server-2017visual studio 2017

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

Best Answer

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.