Disable Intellisense for SQL files in Visual Studio

.sql files that are for reference only throw ‘errors’ in the VS error window. Since the sql files are not actually utilized within the program and also contain Oracle PL/SQL, this is a problem.

Disable in VS 2012 by:
Tools > Options > Text Editor > SQL Server Tools > IntelliSense then uncheck “underline errors”

Leave a Reply