I have a datatable DT with 25 columns. I want to insert that data from DT into a SQL Server table SQDT with the same columns. I’m using an INSERT query for now.
Is there a better way to approach this problem instead of using INSERT on each record? Can I bulk insert into the database using a stored procedure or some other efficient way? It takes a lot of time to insert as DT has 130000 tuples.
Hello Tim, i don’t see the Insert Data Table activity, I don’t have it. I google it to check which package have to be installed, but couldn’t find anything. Can you tell me which package needs to be installed in order to have it? Thank you very much!