This is true, but changing SQL procedure is not the "most recommended" way. You will have a .cs code that doesnt match you sql code, so on any code check, fix, update, new plugin, or any new customization you would have problem debugging or having different returns and didnt remeber the change you did.

Always have a "release note" or insert some comments in your code. It will help you a lot in the future!

Ivan.