Default to the T-SQL Pane view within Visual Studio 2012 Database Project

允我心安 提交于 2019-12-03 01:27:20

If you want to get rid of the designer completely, try the following:

  1. Right-click on the file, and select Open With...
  2. Then select Microsoft SQL Server Data Tools, T-SQL Editor,
  3. Click on Set as Default
  4. Click OK.

Next time you should be able to simply double clicking the file to open it in T-SQL.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!