
We’ve been using Devart SQL tools quite for a while. So, it was only a matter of time before we started to implement our own CI via Devart DevOps Powershell module. And it turned out that some tools only partially meet our requirements, while others still fully comply with them. Since we are developing a database from scratch, the Schema Compare tool completely suits us, as it does a great job of creating a database on the server from the script folder. Unit Test also works perfectly. Review collected by and hosted on G2.com.
On the contrary, the Data Generator only partially meets our requirements, since it is based on a document that states how much data needs to be generated and for which tables. As our database is actively developing and new tables are constantly appearing, we have to re-save the document all the time. Although, I would prefer it to work "on the fly", without the manual re-saving. Review collected by and hosted on G2.com.