I have an sql server 2008 (call it server1) with a linked server that uses the SQLNCLI provider pointing to an instance of sql server 2008 (call it server2) that is about to be upgraded to 2012.
As far as I understand when server2 is upgraded to 2012 the linked server on server1 is defined in a configuration that ins no longer supported beacuse the definition of the provider SQLNCLI probably uses SQLNCLI10 (2008).
Would the corrective action be to install SQLNCLI11 (2012) on server1 and not modifying the linked server and assuming that now the new provider (SQLNCLI11 ) is in use?
Thanks
-Yaniv
Yaniv Etrogi
site |
blog | linked in |
mail
Please click the Mark as Answer button if a post solves your problem! orVote As Helpful