BUG: BCP format file created for quote enclosed data cannot beID: Q153131
|
A format file created by SQL server to generate quote-enclosed data cannot
be reused for transferring data out.
If you use BCP OUT to transfer data into an output file in the form:
field1,"field2","field3","field4"
Do not use the format file more than once if the data being transferred with BCP OUT is for purposes other than use with SQL server.
Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information herein the Microsoft Knowledge Base as it becomes available.
The format file can however be used to transfer data from the output file into the table, using BCP. But if BCP OUT of data was for puposes other than populating a SQL server table this may cause a problem. Each time the data needs to be written out using BCP, a new format file needs to be created interactively or manually.
Additional query words: kbbug656
Keywords : kbbug6.00
Version : 6.0 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: March 30, 1999