We saw this error on a customer's site when running a query like "select A.DatabaseName,A.TableName,A.TableKind FROM DBC.TablesV A WHERE TableKind = 'T' OR TableKind = 'O'". We suspect it is the size of data returned caused the error, will modify the query to limit the resultset.
↧