I need to understand and clarify some T-SQL stored procedures that contain important business logic. Does anyone know of any tools, tips, tricks, or hints that can be used for unit testing so I can refactor this sql without breaking it?
I need to understand and clarify some T-SQL stored procedures that contain important business
Share
I use C# for unit testing stored procedures – that is way more efficient than T-SQL. The first link explains how to quickly generate unit tests.
Close those Loopholes – Testing Stored Procedures
Close These Loopholes – Testing Database Modifications