开发者

SQL Server SSMS: how to get row numbers for a batch

开发者 https://www.devze.com 2023-01-11 19:57 出处:网络
In SSMS, how can I get SSMS to show row numbe开发者_如何学Pythonrs for a batch? I can get row numbers for a query window, but that does not help when an error occurs in batch statement. This feature w

In SSMS, how can I get SSMS to show row numbe开发者_如何学Pythonrs for a batch? I can get row numbers for a query window, but that does not help when an error occurs in batch statement. This feature would help me a lot to find errors from my code.


double click on the error in the message tab and it will move the cursor where the error statement is

0

精彩评论

暂无评论...
验证码 换一张
取 消