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.
| Author |
Topic |
|
csphard
Posting Yak Master
113 Posts |
Posted - 2005-06-04 : 14:59:30
|
| When querying the database I get the data.when displaying the information by going to thetable in the object browser and displaying the data by clicking open in the drop down I get the following (...) Whats that. |
|
|
mohdowais
Sheikh of Yak Knowledge
1456 Posts |
Posted - 2005-06-05 : 03:13:29
|
| That indicates a text or image column, the contents of that column might be too big to be displayed, so QA usually will not display them. Generally you should try and avoid using QA to browse complete tables and use SELECT queries to display only the data that you want.OS |
 |
|
|
|
|
|