Which of the following is used by SQLCMD to test network connections used to remotely connect to a SQL server instance?
A. named pipes
B. SSRP
C. TDS packets
D. loopback address
Answer: D
Computer Science & Information Technology
You might also like to view...
Rescheduling requests is a technique that can help optimize I/O times.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The syntax for accessing a class (struct) member using the operator -> is ____.
A. pointerVariableName.classMemberName B. pointerVariableName->classMemberName C. pointerVariableName&->classMemberName D. &pointerVariableName.classMemberName
Computer Science & Information Technology