Viewing 3 posts - 1 through 3 (of 3 total)
The update statement works.
Thanks:)
June 12, 2008 at 11:18 am
commas are not part of the data to be imported, just as field separators
code:
bulk insert [prod_inSight].[dbo].[saitemoptions]
from
'j:\imports\items.csv' with (fieldterminator = ',')
Data:
96405,2524-0140076076,"SHEET 4 X 8 5/8"" DBL-SIDED HPL",1,2,EA,NOVA_NT_DOMAIN\dwagoner,39363.34861,NOVA_NT_DOMAIN\dwagoner,39363.60903,39363,65537,1
field three imports as: ...
June 12, 2008 at 9:21 am
Using bulking insert from a .csv file. No commas in data.
Thanks
June 11, 2008 at 3:47 pm
Viewing 3 posts - 1 through 3 (of 3 total)