Reassociate .SQL files with VS T-SQL Editor - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T15:40:00Z http://stackoverflow.com/feeds/question/912028 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/912028/reassociate-sql-files-with-vs-t-sql-editor 0 Reassociate .SQL files with VS T-SQL Editor Scott 2009-05-26T18:25:45Z 2009-09-17T11:00:01Z <p>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?</p> http://stackoverflow.com/questions/912028/reassociate-sql-files-with-vs-t-sql-editor/912046#912046 0 Answer by KM for Reassociate .SQL files with VS T-SQL Editor KM 2009-05-26T18:29:23Z 2009-05-26T18:29:23Z <p>in file explorer, right click on the .sql file, chose "open with" then "choose program...", select VS and check "always use..."</p> http://stackoverflow.com/questions/912028/reassociate-sql-files-with-vs-t-sql-editor/940487#940487 0 Answer by Marc Climent for Reassociate .SQL files with VS T-SQL Editor Marc Climent 2009-06-02T16:26:29Z 2009-06-02T16:26:29Z <p>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.</p> http://stackoverflow.com/questions/912028/reassociate-sql-files-with-vs-t-sql-editor/1097454#1097454 0 Answer by Pavel Slavicek for Reassociate .SQL files with VS T-SQL Editor Pavel Slavicek 2009-07-08T11:23:30Z 2009-07-08T11:23:30Z <p>Edit Registry, copy GUID from key HKLM\SOFTWARE\Microsoft\VWDExpress\9.0\Languages\Language Services\T-SQL\Default </p> <p>Create new key .sql in HKLM\SOFTWARE\Microsoft\VWDExpress\9.0\Languages\File Extensions and default value set to GUID from first step.</p> <p>Restart VS</p> http://stackoverflow.com/questions/912028/reassociate-sql-files-with-vs-t-sql-editor/1280489#1280489 0 Answer by cosmos for Reassociate .SQL files with VS T-SQL Editor cosmos 2009-08-14T22:23:59Z 2009-08-14T22:23:59Z <p>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.</p>