Is there some way to use the create table statement...something like...
CREATE TABLE c:\test.xxx columns....etc.
To create a flat file to hold table data, to where I could then use an INSERT statment to add data to the file.
I think I remember seeing a way to do something like this, but now I can't seem to find the syntax.