Re: Memory Problem with 1 DB. Other DB ok
Seems as though there's some difference between a couple of MySQL databases or tables. I just tried selecting from and old developement MySQL database, and it pulled 350,000 records without a problem in 10 seconds.
I tried again with the "problem" database, just pulling 1 record, and it failed with out of memory.
select top 1 ID from MYSQL_WEB_PROD...wp_users
order by id desc
ERROR:
OLE DB provider "MSDASQL" for linked server "MYSQL_WEB_PROD" returned message "[MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-log]MySQL client ran out of memory".
Msg 7306, Level 16, State 2, Line 3
Cannot open the table "wp_users" from OLE DB provider "MSDASQL" for linked server "MYSQL_WEB_PROD".