April 5, 2006 at 3:02 pm
i am running mas 200 via their private odbc. sql server 2005 does not see the legacy driver when i try to extrcat tables through import wizard..
any thoughts
July 7, 2006 at 11:08 am
I have been able to created linked servers in SQL2005 but it is a roundabout way. Follow these steps:
You can now run queries against the linked MAS200 tables like this:
Select * From OpenQuery(LinkedServerName, 'Select * From AR1_CustomerMaster')
I tried with SQL2000 linking directly to MAS but I would get intermittent "Catastrophic Failures". This way you still end up with a few but they are very infrequently. If you tend to get them or it your query is not running as fast as you expect, you can stop and restart SQL Services and they usually go away.
I hope that this helps...Scott
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply