Using DB/2 for IBM i (aka IBM AS/400 or iSeries) I was trying to drop a stored procedure using the command DROP PROCEDURE TEST/TEST_FTP; But was getting a message Message: [SQL0476] Routine TEST_FTP in TEST not unique. Cause . . . . . : Function or procedure TEST_FTP...
SQL Blogs
iSeries SQL failing to use an existing index.
Why would a perfectly good SQL based application which has been running well for years suddenly start to run slowly? It's easy for us iSeries users to forget about database administration because the OS/400 or i5/OS does such a good job of managing this for us. From...