Hello!

I am writing a script which creates another script of T-SQL commands based on the current security of a DB server.

So far, I was not able to turn off the header (column or filed names) of the result set of select statements.

Whenever I issue a select statement to query something or produce commands I have the header info like:

isaliased issqlrole isapprole
------ ------ ------------------
...

Is it possible to turn it off as I do not need it in the output file (future script file)?