My Problem is this....
I am using T-SQL in SQL 7.0 to create an output file from a Query (A stored
procedure actualy).
But My query results contain a heading i.e.
query result heading
----------------------
my data here !!
There is a connection setting available through the GUI.
Current Connections, Advanced, and there is a Print headers check box which
allows you to turn the headings off.
But can I change this at run time (during the execution of my Stored
Procedure) ??
Since I don't want any headings to appear in my output file.
Any help would be great.
Thanks In Advance,
Lee.
:>