I seem to have lost the association from .sql files to the default VS T-SQL editor. I'm using Visual Studio 2008. When i open a .sql file it opens using a text editor with no syntax highlighting. How do I reassociate all .sql files with the default T-SQL editor while inside Visual Studio?
|
|
Thanks Pavel, works like a charm. In my case I copied the guid from HKLM\SOFTWARE\Microsoft\VisualStudio\9.0\Languages\Language Services\T-SQL90\Default and created a new .sql key in HKLM\SOFTWARE\Microsoft\VisualStudio\9.0\Languages\File Extensions. |
||
|
|
|
|
Edit Registry, copy GUID from key HKLM\SOFTWARE\Microsoft\VWDExpress\9.0\Languages\Language Services\T-SQL\Default Create new key .sql in HKLM\SOFTWARE\Microsoft\VWDExpress\9.0\Languages\File Extensions and default value set to GUID from first step. Restart VS |
||
|
|
|
|
If you are not in a "SQL Server Project" you don't have the T-SQL Editor (Default Project Editor), just the default one. You can always use the default text editor which is not much different. |
||
|
|
|
|
in file explorer, right click on the .sql file, chose "open with" then "choose program...", select VS and check "always use..." |
||||||||
|
