A Stored Procedure will validate a table schema only if its present. If say a table exists and we mention an invalid column name the SP will throw error when we compile it.
But if the table itself is not present then the SP will not throw error during compilation but will throw error only during run time!
No comments:
Post a Comment