Given that there is a choice between using TCP/IP or named pipes to connect to SQL Server, which is the better choice in terms of performance?
When using TCP/IP, does using a server name (which then must resolve through DNS) instead of an IP address degrade performance noticeably?
Thanks in advance.
When using TCP/IP, does using a server name (which then must resolve through DNS) instead of an IP address degrade performance noticeably?
Thanks in advance.