Viewing post 1 (of 2 total)
After overcoming differences between column specifications and actual column qualities, I was able to bulk insert using the following:
BULK INSERT dbo.NPIFROM 'C:\npidata_pfile.csv'WITH (FORMAT = 'CSV', FIELDQUOTE...
February 10, 2021 at 6:34 pm
#3843469