如何在VS2012的TFS中更改文件关联?

时间:2012-12-31 18:44:27

标签: visual-studio tfs visual-studio-2012 ssms file-association

当我在VS2012中双击Source Explorer中的.sql文件时,它会在Visual Studio中打开。我怎样才能在SQL Server Management Studio中打开它?

1 个答案:

答案 0 :(得分:3)

从VS中更改sql扩展名的选项。

Change extension of

或右键单击并更改.sql文件的默认操作。

enter image description here

我一开始误解了你的问题。

转到:工具>>选项>>环境>>标签和Windows

然后取消选中"允许在预览标签中打开新文件"在预览标签部分。

Stack Exchange similar question

您也可以右键单击该文件,然后选择打开方式。您可能需要浏览位于下方的SSMS。

根据您安装的SSMS版本和操作系统,它将位于以下文件夹之一:

    x64机器上的
  • : C:\ Program Files(x86)\ Microsoft SQL Server {your_version} \ Tools \ Binn \ VSShell \ Common7 \ IDE

  • x32机器上的
  • C:\ Program Files \ Microsoft SQL Server {your_version} \ Tools \ Binn \ VSShell \ Common7 \ IDE