Disable PRINT in SQL Server

前端 未结 4 1708
抹茶落季
抹茶落季 2021-01-13 02:08

I have a script with many debug messages, which are printed by PRINT function. Is there any way to disable that messages? I have in mind something like SE

4条回答
  •  粉色の甜心
    2021-01-13 02:34

    Quite simply, no. There is no #debug either.

    SSMS tools pack has a #debug feature but I've not used it.

提交回复
热议问题