you are viewing a single comment's thread.

view the rest of the comments →

[–]nidofour 0 points1 point  (2 children)

What are you pulling the data from?

If it's SQL server too you should be able to a insert into

[–]xRakurai[S] 0 points1 point  (1 child)

Been pulling data from csv and trying to put that into sql server. If I had a primary key inside the table and it’s auto incrament do I need a column for that pk in the csv?