DEV Community

baris
baris

Posted on

Answer: Disable Table Designer in Visual Studio

If you Visual Studio is slow and you are working with SQL, it will help a lot!

In the Solution Explorer:

  • right click on yourTable.sql table definition
  • click on Open with...
  • choose Microsoft SQL Server Data Tools, T-SQL Editor
  • click on Set as Default
  • click Ok

The steps above will insure that you always will open the table definitions with the T-SQL editor. You can revert…

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Start free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay