Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I can suddenly no longer open .sql files in VS 2012 by simply double clicking in the Solution Explorer. I get the error message:

Unable to open Transact-SQL file in custom editor

I strongly suspect this is after installing SP1 for SQL Server 2012 Express yesterday, as part of Windows Updates. The error dialogue gives me a link to Get the latest version of SQL Server Data Tools, but that link only yields a Page not found on MSDN.

share|improve this question

2 Answers

up vote 9 down vote accepted

Installing the SQL Server Data Tools - November 2012 update fixed the SQL editor. All is good in the world again.

share|improve this answer
This link is correct, they're just referring to it as the "December 2012" update. – PeterX 8 hours ago

Yes, yet another bug in SQL Server 2012 roll eyes

Right click on the SQL file and choose "Open With...". Choose "Source Code (Text) Editor" and choose "Set as Default".

Now it works again.

share|improve this answer
How is this a fix for the problem? All you've managed to do is to open the a SQL file as a plain text file. You still won't be able to connect with the server explorer or execute queries. – John Leidegren Dec 6 '12 at 13:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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