SQL variable longer than 256 characters in VS.NET Debugger.

  • Thread starter Thread starter IC
  • Start date Start date
I

IC

Hello,

When debugging a SQL sproc in VS.NET, is there a way to get the debugger to
retrieve the full value of a SQL variable if its content is longer than 256
characters?

I currently have a SQL variable of type TEXT, its content is roughly 1000
characters. When stepping through the sproc in the debugger only 256
character are displayed in the watch windows and same thing with the
Immediate Command Window.

--IC
 
Back
Top