April 28, 2016 at 3:17 pm
What does fqdn and adding port number does when added to the connection string instead of just using Servername. Any best practices here.
Servername.domain.com,sqlport
Thanks..
April 28, 2016 at 4:31 pm
If you're using the default port number then you don't need to include it in your connection string. If your DNS server resolves the server name without the fqdn then you can use only that and dont need the fqdn. The opposite of these statements is also true.
I don't know if there's a documented best practice with respect to port numbers and fqdn's in conn strings.
-- Itzik Ben-Gan 2001
April 28, 2016 at 5:31 pm
Thanks, does using fqdn uses only tcp/ip protocol on sqlclient connectivity not named pipes?
April 28, 2016 at 5:36 pm
SQL!$@w$0ME (4/28/2016)
Thanks, does using fqdn uses only tcp/ip protocol on sqlclient connectivity not named pipes?
I believe so.
-- Itzik Ben-Gan 2001
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply