Hi All,
I have created a linked server on SQL Server 2005 to access data from DB2.
I am able to execute it with the command "SELECT * FROM OPENQUERY(DB2SR V, 'SELECT * FROM dbname.dbowner. tblname') however, not able to execute the same thing with "SELECT * FROM DB2SRV.dbname.d bowner.tblname" . Seems very strange.
Any help in this regard will be appreciated.
Thanks in advance for any reply.
Ashwin
I have created a linked server on SQL Server 2005 to access data from DB2.
I am able to execute it with the command "SELECT * FROM OPENQUERY(DB2SR V, 'SELECT * FROM dbname.dbowner. tblname') however, not able to execute the same thing with "SELECT * FROM DB2SRV.dbname.d bowner.tblname" . Seems very strange.
Any help in this regard will be appreciated.
Thanks in advance for any reply.
Ashwin
Comment