See Contents of Temp Table in SSMS 2008 Debug Mode

  • Is there a way to see the contents of a temp table while in the middle of SSMS debugging mode?

  • Just change the temptable from "local" # to global ##

    then from a different connection read it without nay locking like: "select * from ##debugtable with (nolock)"


    * Noel

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply