Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 708 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 708 Bytes

Microsoft SQL Server Tools

What is it?

This tool allow user to do the following with one-click.

  1. Dump Stored Procedures and User Defined Functions into corresponding .sql files
  2. Generate "WITH ENCRYPT" Stored Procedures and User Defined Functions into corresponding .sql files
  3. Apply "WITH ENCRYPT" to all Stored Procedures and User Defined Functions

Pre-request

Some libraries from SQL Server Management Studio (SSMS) from Microsoft is needed for this project to be compiled and not included in this repository.

How to include libraries from SSMS

Please read this guide from Microsoft