Sql table content results can we get along with headers?
Can we get SQL table content results, along with headers? Say I have a table that has 10 fields of data.
Select * from Patients
I want to copy the content of the results with the headers. Is this possible, I am using SQL 2005?








