This tool allow user to do the following with one-click.
- Dump Stored Procedures and User Defined Functions into corresponding .sql files
- Generate "WITH ENCRYPT" Stored Procedures and User Defined Functions into corresponding .sql files
- Apply "WITH ENCRYPT" to all Stored Procedures and User Defined Functions
Some libraries from SQL Server Management Studio (SSMS) from Microsoft is needed for this project to be compiled and not included in this repository.
Please read this guide from Microsoft