I have the latest version VS2010 express installed and it does not recognise SQL files. The files are opened as plain text. Is there a setting somewhere that will enable VS2010 to view SQL files in some sort of SQL editor?

Thanks

link|improve this question

50% accept rate
I want to view SQL files correctly in VS2010 and not as plain text. – davey Apr 25 '11 at 22:01
AFAIR the syntax highlighting is quite poor, even the SQL Server Management Console does not highlight basic keywords like JOIN – mbx Apr 25 '11 at 22:24
Its not only about the highlighting of SQL syntax. My install of VS2010 does not recognise .SQL files at all. You should be able to excute .SQL files against a DB from VS2010 but I cannot. – davey Apr 25 '11 at 22:37
Then which Express version do you use? SQL Server, Web Developer, C# etc. or even a combination? – mbx Apr 25 '11 at 23:02
Web Developer which ships with SQLServer 2008r2 express – davey Apr 25 '11 at 23:06
show 3 more comments
feedback

1 Answer

I don't think the express addition supports syntax highlighting for .SQL files.

link|improve this answer
Im pretty sure it does, as ive seen MVC tutorials showing the executon of edmx.sql files straight to a DB. – davey Apr 25 '11 at 22:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.