What is the best way to test a stored procedure?

前端 未结 4 1605
悲哀的现实
悲哀的现实 2021-02-12 02:39

Like many companies that require all access be through stored procedures, we seem to have a lot of business logic locked away in sprocs. These things are just plain hard to tes

4条回答
  •  一向
    一向 (楼主)
    2021-02-12 03:19

    A colleague swears by the TSQLUnit testing framework. May be worth a look for your needs.

提交回复
热议问题