Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query Analyzer bug??

Status
Not open for further replies.

cricketer1

Technical User
Mar 15, 2001
76
US
I am querying a table that has an ntext field. The output window of the Query Analyzer cuts off the text towards the end of the line even though the record contains more text which continues in the next line but not from where it had cut off the above line, so some data in that record is not visible on either the above or the next line. Please see the example below which I copied from the QA output window. The "Mu" is cut off and does not wrap in the next line.

EXAMPLE:
Lutheran Student Fellowship, Mu
Several religious groups

Could this be a bug in the query analyzer or is there some buffer size I can reset to view the entire record in the query analyzer.


Thanks

 
Yes, is a very important bug. If you don't fix it, SQLServer query analyzer will transform WindowsNT to open source VB script. John Fill
1c.bmp


ivfmd@mail.md
 
See if this helps...
From Query Analyzer, select 'Tools' then 'Options'. On the 'Results' tab, there should be an option to set 'Maximum characters per column'. Increasing this may clear up your problem.
 
Thanks readlam...I overlooked such a simple solution. But even though with less coulmn width shouldn't the text just wrap to the next line?
 
Hmmm... can't say for sure why you're seeing the results described above. My text data gets wrapped until the character limitation is reached, then it just stops... the text that it does display seems to be wrapped properly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top