tfs - Gated Build for SQL Server Queries? -


we use tfs , have defined gated build our project. build definition ensures every check in can reject if code broken, not check broken sql scripts.

we have folder put our sql server scripts. if checks in broken query, though have gated build, server not validade if query broken or not.

is there way of creating visual studio project or change gated build definition check broken sql scripts when checks in?

use database project. can contain entire database schema plus stored procedures. during build, verify stored procedures match schema.

in addition, database project can configured perform static code analysis on schema , stored procedures - tell many mistakes in code didn't realize there.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -