我必须用sqlcmd设置查询时间。
我知道可以使用-p选项和“:performance file.log”将其发送到文件。我得到这样的东西:
Network packet size (bytes): n
x xact[s]:
Clock Time (ms.): total t1 avg t2 (t3 xacts per sec.)
问题是我有很多交易,很难理解哪个是哪个。那么有没有办法在输出中添加标签?
我想要这种东西:
Transaction: Some name
Network packet size (bytes): n
x xact[s]:
Clock Time (ms.): total t1 avg t2 (t3 xacts per sec.)