Problem with Insert in to SQL server
Hi everyone
i need to insert data from csv file in to the SQL server .The problem is the data will be given as parameter to the store procedure which will insert data in to different table in database.
So if there will be 10,000 records so should i execute the stored procedure 10,000 times or is there any alternative way to do it.
please suggest.
Thanks in advance

