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
 Transact-SQL (2000)
 osql output display control?

Author  Topic 

fattony
Starting Member

6 Posts

Posted - 2002-06-01 : 11:21:21
Is there anyway to globally control the display of output from osql queries? For instance when I run odbcc checkdb from osql the output is truncated on the screen to the point of unreadability.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-06-01 : 11:42:09
The -w switch allows you to set a line width that will force long lines to wrap (more info in Books Online) If you are already using that and it's not helping, then try isql instead, it might not have this problem.

Go to Top of Page
   

- Advertisement -