Relative Content

Tag Archive for sql.netsyntax-error

How do I prevent SQL syntax errors showing as build errors

In my .NET project I’m using SQL queries saved in .sql files to query the database. The queries are sufficiently complex that I don’t want to have to put them inside my .cs files. Also it’s nice to have the syntax highlighting.