Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Profiler problems

Author  Topic 

kotsas
Yak Posting Veteran

65 Posts

Posted - 2002-05-16 : 09:58:02
Why when I save trase table like sql server table column text is cut(I dont have all query text is cut)

YellowBug
Aged Yak Warrior

616 Posts

Posted - 2002-05-16 : 10:20:17

Check the table definition of the trace table created.

If the column TextData is ntext, then you probably just need
to change the default output setting in Query Analyser
(Tools --> Options --> Results --> Max characters per column).
Go to Top of Page
   

- Advertisement -