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?
Why not just select the Table and view the variable that way?
SELECT * FROM @d