Bird
0
0

Which of the following is the correct way to specify the server name when connecting Power BI to SQL Server?

easy📝 Formula Fix Q12 of 15
Power BI - Getting Data
Which of the following is the correct way to specify the server name when connecting Power BI to SQL Server?
AServerName/InstanceName
BServerName\InstanceName
CServerName-InstanceName
DServerName.InstanceName
Step-by-Step Solution
Solution:
  1. Step 1: Recall SQL Server instance naming

    SQL Server uses backslash \ to separate server and instance names.
  2. Step 2: Match correct syntax

    The correct format is ServerName\InstanceName, not with slashes or dots.
  3. Final Answer:

    ServerName\InstanceName -> Option B
  4. Quick Check:

    SQL Server instance separator = \ [OK]
Quick Trick: Use backslash \ between server and instance [OK]
Common Mistakes:
  • Using forward slash or dot instead of backslash
  • Omitting instance name when required
  • Adding spaces around the backslash

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Power BI Quizzes