03 January 2011

Bulk insert From CSV file using Sql

BULK
INSERT 
CSVTest
FROM 'c:\csvtest.txt'
WITH
(
      FIELDTERMINATOR ',',
      ROWTERMINATOR '\n'
)

No comments:

Post a Comment

Your comments, Feedbacks and Suggestions are very much valuable to me :)

Things are upgraded

My Dear readers, I am really thankful for being supportive all these years. This site was the first blog site I ever created in my life...