[tip] localhost vs. (local) in SQL Server connection strings

Sample code with SQL Server connection strings often use localhost and (local) interchangeably. They're different.

Server=(local);Database=DotNetNuke;Trusted_Connection=True
Uses named pipes

Server=localhost;Database=DotNetNuke;Trusted_Connection=True
Uses a TCP port negotiated on port 1434 udp, which defaults to 1433

There are many differences between TCP and Named Pipe connection, but if you're on localhost you're mostly concerned with simple access.

  • The default ASPNET account generally has an easier time with TCP, since the  ASPNET user doesn't have access to named pipes by default (http://support.microsoft.com/Default.aspx?id=315159).
  • If you're using impersonation, Named Pipes is usually simpler. If you're using impersonation with no username specified, you're running under the IIS Authenticating user. This defaults to IUSR_MACHINENAME if you're allowing annonymous access, which generally has access to the IPC$ share required for named pipe communications.  

As mentioned in a comment on Peter Van Ooijen's blog a while ago, the easiest setup is to avoid either local or localhost and just use the machine name (e.g.  Server=COMPY386;Database=DotNetNuke;Trusted_Connection=True). Note that this will use TCP/IP rather than named pipes. This isn't always practical in a group development situation where each developer is running a SQL Server instance since each machine will have a unique name.

Info on troubleshooting SQL Server 2000 connectivity here.
Also check out this great info on ASPNET connectivity to SQL Server by RupW in the GDN message boards.

14 Comments

  • Also remember that SQL2005 now turns a lot of things off by default. For example Developer Edition install closes TCP connections until you open them with the surface area configuration tool.



  • > This isn't always practical in a group development situation where each developer is running a SQL Server instance since each machine will have a unique name



    Jon -



    Good post...



    I usually end up with something along these lines but it leaves me feeling uncomfortable in the event that I need to move the application to a new machine. What do you do?



    if (Server.Environment.MachineName == "COMPY386")

    {

    //use this --> System.Configuration.ConfigurationSettings.AppSettings["PRODUCTION_RDBMS"];

    }

    else

    {

    // use this --> System.Configuration.ConfigurationSettings.AppSettings["DEV_RDBMS"];

    }

  • Good post! Would there be much of a performance difference between using each option?

  • I've always wondered this but was too lazy to ask.

  • I always thought (local) uses "shared memory" not named pipes. I always turn of named pipes + tcp for my development hosts, and everything works fine.



    I also think it is a myth, that named pipes caus disk I/O as said in a comment. Just because something uses a file-like interface does not necessarily mean it accesses the disk - only scsi/ide and other DISK drivers access the disk.

  • You are a life saver.. computer nave over local or localhost is exactly what I needed to know.

  • is there a difference in using server=local and server=(local) ?

  • Where does using "." fit into the equation? Is it the same as local or localhost?

  • All I know is that localhost uses TCPIP while (local) and . use a protocol called shared memory and does not use any network protocols. Am I right on this?

  • Hi,
    sqlDataAdapter wizzrd only connecting one database from sql server 2005 in my pc. Why not other databeses. I have no password or user id.
    Is there any default setting that I have to change?
    I will appreciate if I have info.
    thanks,
    Gita

  • want to know, how to connect to a sql server from serversystem to anther system which is in lan with server but has no sqlserver installed before.
    plz send me the solution in detail

  • Quote:"All I know is that localhost uses TCPIP while (local) and . use a protocol called shared memory and does not use any network protocols. "
    We use the "." connection to connect to local SQL, but if the customer connects the computer to a Network and then physically disconnects from the network our program encounters SQL Network errors. We cannot hard code the computer name and really just want to use Named Pipes or Shared Memory. Is there way to specify Named Pipes?

  • re: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection stringsre: [tip] localhost vs. (local) in SQL Server connection strings

  • According to MSDN, (local) and localhost are the same; both user Shared Memory protocol.
    http://msdn.microsoft.com/en-us/library/ms187662.aspx

Comments have been disabled for this content.