I am trying to cut-over stored procedures from SSMS to Visual Source Safe.
My question is this.
I have a few procedures which are encrypted with the WITH ENCRYPTION
keyword.
Now if I am to check-in these procedures to VSS, will I still be able to check it out considering that it is encrypted?
What I know is that I cannot view the script directly through SSMS unless I decrypt the procedure. But I don't know about checking it in through VSS.