Reputation: 2821
I need suggestion on best approach from below listed options. I need to validate excel file data and load it to SQL Server
Validations include
In case of error I would write in errorlog table in database
Below is my approach
Please let me know if you have any other better ideas for this scenario
Upvotes: 0
Views: 2527
Reputation: 823
Here are couple of approaches that are possible:
(use can use bulk insert task if the excel is really large instead of dealing RBAR)
2. Using TSQL
Upvotes: 1