sql - Visual Studio 2015 shows error for "Create or alter procedure" -


i have .sql file in project contains "create or alter procedure ..." statement.

visual studio reports 2 errors in "error list" window (see screen shot).

how can make studio 2015 understand , accept modern sql statement?

visual studio error messages


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -