Viewing 2 posts - 1 through 3 (of 3 total)
I deleted my Linked Server and created one using the following:
sp_addlinkedserver @server = N'CRMCENTRAL',
@srvproduct = N' ',
@provider = N'SQLNCLI',
...
October 12, 2011 at 8:09 am
#1393469
The error I am getting is:
I am able to successfully create a linked server connection from the current 2005 env and that does work just fine. I am currently trying...
October 12, 2011 at 7:39 am
#1393430