Forum Replies Created

Viewing post 1 (of 2 total)

  • Reply To: NPI Data

    After overcoming differences between column specifications and actual column qualities, I was able to bulk insert using the following:

     BULK INSERT dbo.NPI
    FROM 'C:\npidata_pfile.csv'
    WITH (
    FORMAT = 'CSV',
    FIELDQUOTE...

Viewing post 1 (of 2 total)