Link to home
Start Free TrialLog in
Avatar of AAWICT
AAWICT

asked on

Linked Server

Dear Experts,

I am trying to import tables from the linked server to my local DB using Ms SQL server 2008 R2. My linked server is reading DB2 tables but I don't see the linked server object at all when trying to import any.

Any advice?

Regards,
ASKER CERTIFIED SOLUTION
Avatar of deviprasadg
deviprasadg
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of EugeneZ
<My linked server is reading DB2 tables but I don't see the linked server object at all when trying to import any.>

what sql server version\edition do you use?
what sql server permissions do you have?
try to
exec sp_tables_ex yourlinkedservername

sp_tables_ex
Returns table information about the tables from the specified linked server.
---

2 things can be -- used DB2 driver and DB2 user permissions