Subject | Wrong error message |
---|---|
Author | Rick Debay |
Post date | 2013-05-01T19:13:09Z |
Executing
INSERT INTO REASON_CODE(REASON,DESCRIPTION) VALUES (99,'TEST';
Yields the error
Dynamic SQL Error SQL error code = -104 corrupt pool
To set the scene, imagine a large script, one typo, and an error message
that makes you think you just thoroughly corrupted a production
database.
INSERT INTO REASON_CODE(REASON,DESCRIPTION) VALUES (99,'TEST';
Yields the error
Dynamic SQL Error SQL error code = -104 corrupt pool
To set the scene, imagine a large script, one typo, and an error message
that makes you think you just thoroughly corrupted a production
database.