|
I'm trying to do a select into statement that send the output to an excel file. The only problem I'm having seems to be that I can't specify the column names, I can only have select * into, I need select field1, field2... into.
It seems like it needs to have the file prior to running the statement the second way, but the first way (w/ *) creates it if it doesn't exist. Please let me know if you know of a way to tell it what fields you;d like to export.
|