Sql Server Stored Procedure Browser
There is a belief that doing all the database works via stored procedures is good.
I have been in projects that have coded in that belief so they have too many stored procedures.
I don’t agree that It is the best choice…
It that case you need to search in procedures too many times.
It is a very demotivating thing about your project.
And learning curve about the project increases.
I made a simple application to browse stored procedures easily
you can reach it over my github profile.
SpBrowser
Category: Csharp - C#, Sql, Tools - Programs - Comment »




