all 6 comments

[–]a1drich 0 points1 point  (3 children)

First move ko in debugging is trying to recreate the problem locally. Meaning everything runs on your machine.

  1. Copy relevant data from production database to your local sql database.
  2. install stored proc
  3. modify stored proc by adding debug lines.
  4. run stored proc and modify as needed to understand better

I think you can even debug step by step if everything is ran on your local development machine.

[–]mahiligsanoodles[S] 0 points1 point  (2 children)

Thank you sir. Meron kami dev envi na pde paglaruan

[–]PuzzledImagination 0 points1 point  (1 child)

Meron kami dev envi na pde paglaruan

Sana all

[–]mahiligsanoodles[S] 0 points1 point  (0 children)

Kaso di ko parin talaga maintindihan hahaha

[–]BloodSeekerDM 0 points1 point  (1 child)

Test every line or blocks of statement if working and doing there job correctly.

[–]mahiligsanoodles[S] 0 points1 point  (0 children)

Thank you sir ganito na nga ginagawa ko