Suppose we use SQL stored procedures in our project. We write them directly in MS SQL Sterver Managament Studio.
Imagine a situation: we changed the code, then we corrected some procedure, or added a new one. Everything is clear here with the code, we store it on the git server and it’s not a problem to trace its evolution, but what to do with stored procedures and how to link their evolution with the code for which they are written?