Tag : ssis

Read more

I have a new SSIS project that must target Sql Server 2019. TargetServerVersion is correctly set to SQL Server 2019 in the project properties. However, when I open a package in XML I see DTS:LastModifiedProductVersion=”16.0.5035.3″, which corresponds to Sql 2022. Works fine in VS but when we attempt to run it on the server, a script task fails. As suggested by ChaptGPT, I changed DTS:LastModifiedProductVersion to 16.0.3937.0 (which corresponds to SQL Server 2019) in the XML. Now the package will not open in design view in VS, nor will i..

Read more