Using automation when executing SQL scripts stored in separate files
When working on a big projects, sometimes there is a need to update database from the sql files scattered around multiple files or folders especially when using source control for maintaining database changes. Also when using auto builds via CI server this functionality seems to be useful. In this article I will show you how […]