all groups > sql server programming > january 2007 >
You're in the

sql server programming

group:

Columns in table of Object Browser of Query Analyzer


Columns in table of Object Browser of Query Analyzer hon123456
1/10/2007 9:00:27 PM
sql server programming:
Dear all,

In object browser of Query Analyzer, When I right click a
table and open it, some columns are displayed as (.....), I think the
column is too long for displaying,can I set something to let the Object
browser
display this too long columns. Thanks.
Re: Columns in table of Object Browser of Query Analyzer Anith Sen
1/11/2007 10:40:53 AM
It seems like a limitation of the grid that is used for displaying the data.
Rather than using the Object Browser for seeing the contents of a table,
consider using a simple SELECT query and use text mode ( Ctrl + T ) for
viewing the results.

Make sure you set the column width to desired number of characters through
the options menu. By default it is set to 255 characters.

--
Anith

AddThis Social Bookmark Button