I have an issue in importing data from Excel to SQL Server using SSIS
Issue is that everything works well but when i run the package again (supposingly to append more records in the table it shows error)
Could you let me know what I need to do? Do I need to configure my package again or set something on database ?
Here you see on the first run of the package
https://i.stack.imgur.com/ylNbX.jpg
Data have been imported correctly in the SQL
https://i.stack.imgur.com/LwDGi.jpg
But when run again it show this error, until I truncate the table.