Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在 SQLServer 上执行 SQL 脚本期间显示某些内容?
我在同一个查询中运行了多个过程。我希望在每个程序完成运行时打印一条特定的消息。
我怎样才能做到这一点?
我试着做
PRINT 'message'
在每个过程结束时,但它只是在所有消息都结束时同时打印所有消息。