CapsuleCorpJX
IS-IT--Management
We had a problem where a stored procedure was referencing a column in a table that no longer existed, and it crashed the database.
Anyway, a Teradata patch fixed the problem. But is there some sql command that will either recompile a procedure or check if a procedure is well formed (all the columns and tables it is referencing exists).
Anyway, a Teradata patch fixed the problem. But is there some sql command that will either recompile a procedure or check if a procedure is well formed (all the columns and tables it is referencing exists).