I already have a SQL Server DB and Source control "Redgate" beside that I already connected my project to repo Github and this project also connected to Jenkins.
What I need is to do some kind of unit test on a the tables, like I already got the query and the test will pass values to this query , in away or another it is Unit test.
But I need it to done by Jenkins. Is there any possible way to do it !? in case of YES has that something to with POWERSHELL ?
I'm kind of confused because I know what I need to do, and I have the tools but the structure is not clear for me .
Where and how to do the Unit test and how to push it to everyone that they develop on the DB.