We write our trace/log to an SQL table. One column can contain text or xml, and is defined as nvarchar(max).
Often, using SQL Server Mgt Studio, I take the value of this column, copy and paste it into something like notepad, StylusStudio, or XmlSpy. However, the max I get out of it when i copy/paste if 65535.
Is there an easy way to get the value in teh field from Studio without having to write a .net program?
I think the data there, it’s just the GUI interface is hiding it all. I did try text instead of grid for the display, same issue. I didn’t try file yet. Maybe the save to CSV will work. Haven’t tried every last resort yet.
data is there – its simply hidden by the GUI (I had the same issue with a ~250.000 char long string). Either copy it directly or save the output as a file or report.
Author
Posts
Viewing 2 reply threads
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.