keif888 / SSISMHash

SSIS Multiple Hash makes it possible to generate many Hash values from each input row. Hash's supported include MD5 and SHA1.
Microsoft Reciprocal License
34 stars 6 forks source link

SQL Server 2019 Support #19

Closed Sr1983 closed 4 years ago

Sr1983 commented 4 years ago

Hello, are you planning SSISMHash support for SQL 2019?

keif888 commented 4 years ago

Yes. Code is in Git now, but project has the wrong .Net Framework. I have to install .Net 4.6.2 and recompile, then test the DLL and the installer.

cmongiovi commented 4 years ago

Thanks for your support!

cmongiovi commented 4 years ago

Hello, will be available a new release with compiled installers? Thanks again.

keif888 commented 4 years ago

I am having issues with getting an install onto a client with only VS2019 and SSIS tools installed to detect SQL 2019 correctly. Working on it right now.