How to see the values of a table variable at debug time in T-SQL?

前端 未结 10 1979
悲哀的现实
悲哀的现实 2020-11-29 15:30

Can we see the values (rows and cells) in a table valued variable in SQL Server Management Studio (SSMS) during debug time? If yes, how?

10条回答
  •  悲&欢浪女
    2020-11-29 16:17

    Just use the select query to display the table varialble, where ever you want to check.

    http://www.simple-talk.com/sql/learn-sql-server/management-studio-improvements-in-sql-server-2008/

提交回复
热议问题