1.

How do you check for an error in a stored procedure consisting of 1000s of lines of code?

Answer»

We can test using the following methods:

  • At compilation time, CHECK if there are any compile-time errors.
  • Add proper comments and LOGGERS that WOULD give you hints about the stages completed and help you narrow down the REGION of error.


Discussion

No Comment Found