Hi guys,
I want to insert records into a table from a csv file. the file currently hold 700+ records, and there are 2 new records added each week, but they need to entered seperatly into the database on seperate days.
I have seen the bulk insert and concidered deleting all the records and then insert all the records in the file but that just seems a waste of resourses. is there a way to specify which rcords to add. the primary key is the date.
is there a way to find the last records date, and add any records where the date is greater?
Cheers.
I want to insert records into a table from a csv file. the file currently hold 700+ records, and there are 2 new records added each week, but they need to entered seperatly into the database on seperate days.
I have seen the bulk insert and concidered deleting all the records and then insert all the records in the file but that just seems a waste of resourses. is there a way to specify which rcords to add. the primary key is the date.
is there a way to find the last records date, and add any records where the date is greater?
Cheers.