MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Running queries against Linked Server and MyODBC
Posted by: Albert Kurland
Date: April 04, 2005 10:15AM

This was it. Thank you.

However, I needed to actually put a "select" inside the openquery() like this:

SELECT * FROM OPENQUERY(bugzilla, 'select * from components')

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.