troubleshooting db connectivity for integration tests

This commit is contained in:
Steve Bohlen
2015-01-17 19:23:08 -05:00
parent c2bbeba865
commit 4173268006

View File

@@ -27,7 +27,7 @@ if ((test-path -path $x64) -ne $True)
#Adding the extra "fluff" to tell the machine what type of alias it is
$TCPAlias = "DBMSSOCN," + $ServerName + "\" + $InstanceName
#$NamedPipesAlias = "DBNMPNTW,\\" + $ServerName + "\PIPE\" + "MSSQL$" + $InstanceName + "\sql\query"
$NamedPipesAlias = "DBNMPNTW,\\.\PIPE\MSSQL$SQL2012SP1\sql\query"
$NamedPipesAlias = "DBNMPNTW,\\.\PIPE\MSSQL`$SQL2012SP1\sql\query"
#Creating our TCP/IP Aliases
#New-ItemProperty -Path $x86 -Name $AliasName -PropertyType String -Value $TCPAlias -Force