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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft SQL Server 7.0 Question

Status
Not open for further replies.

Whitebat

Technical User
Jun 19, 2001
47
DE
I need some help when i do select * from table1 ; then i get a result like

column1 column2 columnetc.
- - - - - - - - - - - - - - - - - - - - - - - - - -
bla bla bla

now here is my question is there a way to get the result without the column name ( a - instead will be ok) and without the - - - - -?

Thanks for your help
 
Query -> Current Connection Options

Select the 'Advanced' tab

Un-tick 'Print Headers'

Simon.
 
But unfortunately i need it in a script. somethinh like set print headers off or so ? is there something like that??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top