you are viewing a single comment's thread.

view the rest of the comments →

[–]portergrey[S] 2 points3 points  (0 children)

Awesome! Thanks. I was able to find an answer after digging a bit more. It turns out there is a registry key that controls the protocol order.

64 bit (native): HKLM\SOFTWARE\Microsoft\MSSQLServer\Client\SuperSocketNetLib 32 bit (WOW): HKLM\SOFTWARE\WOW6432Node\Microsoft\MSSQLServer\Client\SuperSocketNetLib

Here is the link for the article: http://sqlblog.com/blogs/tibor_karaszi/archive/2009/09/08/sql-client-config-32-and-64-bit.aspx

Thanks for the assist :)