Viewing 3 posts - 1 through 3 (of 3 total)
There is a good article in books on line that gives examples of "Performing Bulk Load of XML Data"
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/sqlxml49/html/3708b493-322e-4f3c-9b27-441d0c0ee346.htm
April 23, 2009 at 11:05 am
#983119
Yes, I sorry. I didn't read it very closely the first time.
You can add a comment in the output file by adding a select statement in the sql script. (e.g.)
select...
October 11, 2006 at 1:58 pm
#665302
The simplest way to accomplish this is by using the -o argument.
When using osql -ofilename creates a file that contains all the output.
October 11, 2006 at 10:51 am
#665276