Porting Status Programm for SQL Server and SAP Hana

hi fellows,

I wrote a programm that checks the status of a porting process. The Porting happens between an Microsoft SQL Server and a SAP Hana Database. The Programm connects via jdbc to both Databases, gets all schemas excluding system tables from the SQL Server and iterates through every table in every schema executing an “select count(1) from ‘specific table'”. The output will be printed to a file.

The whole project is on github and managed in gradle. Feel free to contribute!

https://github.com/fbrass/porting_status_programm

 

Leave a Reply

Your email address will not be published. Required fields are marked *