Yesterday I experienced the following where
- SP server: INTRANETS
- SQL server: INTRANETSQL
This caused the SQL client alias to be created as Shared Memory instead of TCP/IP, because the server name matching logic would incorrectly return true.
Comments: ** Comment from web user: PerrySharePoint **
- SP server: INTRANETS
- SQL server: INTRANETSQL
This caused the SQL client alias to be created as Shared Memory instead of TCP/IP, because the server name matching logic would incorrectly return true.
Comments: ** Comment from web user: PerrySharePoint **
Just submitted patch 18261 which provides a workaround for this.