Has anyone experienced a difference between SQL driver SQLNCLI11.1 vs 10.1?
I inherited a complex SSIS package where I had to make minor changes (package loads data from 18 files to a SQL database).
The package works well with 10.1. But gives an error with Unicode to non-Unicode conversion with 11.1. I didn't want to change the mappings in the whole SSIS package for my change. So I'm planning to use 10.1 provider explicitly in the connection string.
Do any of you see any issue with this approach?