I am using VS2013 to edit .sql files intended for PostgreSQL. VS thinks they are for SQL Server, and spews all kinds of distracting errors and warnings, because the syntax is a little different.
What is the best way to configure VS to edit .sql files that are not intended for SQL Server at all or for PostgreSQL in particular?
(preferably without VS-plugins if there is no fantastic stable plugin.)
Is it possible to somehow disable certain bits of SQL Server? Should I link .sql files to regular text editor mode and completely ignore syntax highlighting?
source share