SQL Server: connecting to a local instance using

In some cases, I saw that the period character (.) Can be used when connecting to an instance of a local SQL server. What is a definition. in this case? Is this documented in BOL?

+3
source share
2 answers

"The word localhost or period (.) Can be used instead of (local)"

in the "Connecting to a local server" section in [1]

[1]
Creating a valid connection string using TCP / IP SQL Server 2008 R2
http://msdn.microsoft.com/en-us/library/ms191260.aspx

+2
source

Source: https://habr.com/ru/post/1777046/


All Articles