I would like to version control the stored procedures same as an any application. After some research, I have found the following link:
Version control stored procedures
I have added a database project to my existing project and added a new stored procedure. And tried to copy the code from my existing stored procedure into the stored procedure and I see the following issue:
I am wondering if one of you can guide me if anything I am doing wrong or maybe tell me that I am barking up a wrong tree. There might be better ways of version controlling stored procedures.
Thanks in advance.