UnsolvedCoding
Technical User
In VBA you can place stops by using F9 to stop the code so you can check things and can do things like hover the mouse over something or use the watch window to see the value of an item.
Is there a way to do the same things in SQL?
I have a very annoying stored procedure to figure out and have to go line by line or less to find the issues.