Question:Which of the following commands is used to connect to a named instance of SQL Server using the sqlcmd utility of SQL Server?
A sqlcmd -C myServer\instanceName
B sqlcmd -S instanceName
C sqlcmd -C instanceName
D sqlcmd -S myServer\instanceName
+ AnswerD
+ Report