| Posted by rhaazy on 08/15/07 15:55 
I did some research and discovered the lovely BCP utility.  With thisutility i was able to export the data into a basic txt file using this
 as a template:
 
 bcp "SELECT * FROM pubs..authors" queryout authors.txt -U garth -P pw -
 c
 
 However I can find any resources on how I would go about putting the
 data into the table...
 If anyone could please use the above example, as the export and
 provide me with a proper import that would be absolutely wonderful.
  Navigation: [Reply to this message] |