December 20, 2012 at 7:52 am
I want to schedule a job on SQL 2000. Actually it doesn't matter where the job work on but the data is on sql 2000 but the table is at sql 2012. How can I connect from 2012 to 2000. I can not use native client 11 because it doesn't support sql 2000 and native client 10 is not installed on 2012.
Is there an easy solution?
December 20, 2012 at 2:26 pm
No, not using SNAC 11.
http://www.sqlservercentral.com/Forums/Topic1317581-2799-1.aspx
You could try using SNAC 10 but may run into problems with DTC. See workarounds:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 21, 2012 at 1:30 am
That is only working if you upgraded your sql 2008 Server to 2012. But not working if you have installed sql 2012 directly because there is no SQLNCLI10 driver. So is there an easy way to install SQLNCLI10 driver?
December 21, 2012 at 2:47 am
I am not sure if it will install since you have SNAC 11 but you can find it on the SQL 2008 or SQL 2008 R2 media. There is a downloadable on Microsoft's site as well:
Microsoft® SQL Server® 2008 R2 SP1 Feature Pack > x86 or x64 sqlncli.msi
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 24, 2012 at 5:56 am
Thanks for that download link. Yes I have installed Native client 10. Now I can see it in the list but still I am getting errors and the strange thing is that it doesn't matter to choose 10 , it still gives 11 connection erros.
Then I try to connect with odbc. I have described DNS at odbc and test the connection. It seems ok but when I try to add linked server for odbc again not working.
Is there any other sugestions or solutions?
December 24, 2012 at 10:07 am
Are you following the steps shown in the Workarounds area of the connect itew I linked to above? There are some restrictions depending on how you set it up.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply