SQL syntax highlighting not working

When I open the * .sql file with Visual Studio 2012 Update 3 update, I do not get sql syntax highlighting, all the text is in white (dark theme is used). I remember that I tested some RedGate SQL add-ons, but now all this is being removed. I'm sure reinstalling Visual Studio will solve this, but maybe a simpler solution?

+4
source share
1 answer

I solved the problem by reinstalling SQL Server Data Tools here http://msdn.microsoft.com/en-us/data/tools.aspx

+3
source

Source: https://habr.com/ru/post/1499611/


All Articles