troubleshooting db connectivity for integration tests

This commit is contained in:
Steve Bohlen
2015-01-17 19:07:25 -05:00
parent 5a5965ac73
commit c2bbeba865

View File

@@ -26,7 +26,8 @@ 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,\\" + $ServerName + "\PIPE\" + "MSSQL$" + $InstanceName + "\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