I saved the result of a Profiler session to a table and then query the table with Query Analyzer. The textdate fields usually is too long so that Query Analyzer truncate it. Can anyone tell me how to set the text length limit on Query Analyzer to allow it to see all infoin textdate field.
I checked the TEXTSIZE is set to 64512 (default). The TextData field in Query Analyzer only displays 257 charaters. It is clearly to be a Query Analyzer setting problem, not the database.
Thanks.