Hey guys!
In this video that I am going to share with you, I would like to demonstrate a very interesting resource in the development of queries and T-SQL code, especially functions and Stored Procedures, which is DEBUG.

A very common and popular tool in the daily lives of developers (and almost not used when the context is database programming), Debug allows us to follow the execution of a code step by step, providing us with useful information to help understand how a code works and helping to identify and resolve possible errors or functionality deviations, such as monitoring the current values ​​of each variable in the scope as the code is being executed.

Without further ado, check out the video below:

Well guys, I hope you enjoyed this video, a big hug and see you in the next post.