all groups > sql server (alternate) > july 2003 >
You're in the

sql server (alternate)

group:

ntext field from profiler


ntext field from profiler wukie
7/30/2003 10:48:26 PM
sql server (alternate):

I am trying to view all the ntext from a profiler trace. The data is
truncated at 256 and I am not sure why... The max length is 1820 via
this command:select max(datalength(textdata)) from "monitor forms usage"
where textdata like '%gforms%' .

I then issue
set textsize 8000
select (textdata) from "monitor forms usage" where textdata like
'%gforms%' and datalength(textdata) >1800

and still only 256 is returned. this is true even if I redirect the
output to a file.

Any ideas on how a humble man like me can see all of the data.

Mike

--
Re: ntext field from profiler Erland Sommarskog
7/31/2003 8:54:18 PM
wukie (member30544@dbforums.com) writes:
[quoted text, click to view]

I guess you are using Query Analyzer. Tools->Options->Results, and
where you see 256 change it to what you want.


--
Erland Sommarskog, SQL Server MVP, sommar@algonet.se

Books Online for SQL Server SP3 at
Re: ntext field from profiler wukie
8/1/2003 5:38:58 PM

that was it. Thanks!

--
AddThis Social Bookmark Button