MySQL Forums
Forum List  »  MyISAM

Re: Memory Problem with 1 DB. Other DB ok
Posted by: Peter Brawley
Date: January 28, 2015 12:46AM

> I am getting an "Out Of Memory" error when running queries
> from MSSQL through a Linked Server to a MySQL database "A"

The first thing I'd try: run the same query (logically the same; the syntax may need touching up) on the MySQL database directly from the mysql client program. If the memory problem occurs in that context, the problem is likely table or query design plus or minus myisam configuration; if it doesn't, it's an ODBC or MSSQL problem.

Options: ReplyQuote


Subject
Views
Written By
Posted
3442
January 22, 2015 11:15PM
Re: Memory Problem with 1 DB. Other DB ok
1914
January 28, 2015 12:46AM


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.