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)