A random compilation of practice projects and algorithms used for analyzing data. Also for exploring Reflection at length
This project is built in C#. The entire repository is a working Visual Studio Project. Upon downloading this project you should be able to compile it without any issues.
Currently available functionality: 1.Stored Procedure Extraction. To use this functionality, use the command "datasource ssptofile winauth <server_name> <database_name>" or "datasource ssptofile sqlauth <server_name> <database_name> <user_id> " The command differs based on the database authentication method
2.(Prototype) Stored Procedure Change Tracking