0

I'm trying to create a linked server in Sql Server 2014 to a vendors DB2 database which is on a remote system. I have found a lot of good instructions for doing this but have been not having luck getting that to work. The vendor doesn't know how to do this and has their people use Squirrel SQL with a JDBC connection. Since we need this setup pretty quick I install Squirrel and was able to get that connected and working. I would still prefer to use SSMS on our end for many reasons.

While I'm still trying to figure out the DB2 linked server, I was wondering if I can create a linked server using a JDBC connection since we have that working?

1 Answer 1

1

can create a linked server using a JDBC connection since we have that working?

No. Linked Server requires an OleDb driver. JDBC will not work. You'll need to download the OleDb provider from the SQL Server feature pack. The latest one should work. eg: Microsoft® SQL Server® 2017 Feature Pack

Sign up to request clarification or add additional context in comments.

2 Comments

Well bummer, but thanks. I've got the stuff from that link, back to working on it. :)
You may want to consider using the IBM provider in the Data Server Driver Package for the appropriate server version.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.