When developing an application with lots of stored procedures, should you store them in some sort of source versioning system (such as source-safe, TFS, SVN)? If so, why? And is
SQL procs also surely need the same security/benefits of version control as the rest of the code in the project.