Where is SQL Server Management Studio 2012?

前端 未结 17 1778
予麋鹿
予麋鹿 2020-12-12 11:31

I had SQL Server 2008 R2 and Visual Studio 2008 and 2010 on my laptop. I\'ve installed SQL Server 2012 and have finally got SQL Server Data Tools to show up, so that I can c

17条回答
  •  天命终不由人
    2020-12-12 11:58

    Run PowerShell and type:

    gci -Path "C:\Program Files*\Microsoft SQL Server" -Recurse -Include "Ssms.exe" | Select -ExpandProperty FullName
    

提交回复
热议问题