Where is SQL Server Management Studio 2012?

前端 未结 17 1764
予麋鹿
予麋鹿 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 12:11

    Install SQLEXPRADV_x64_ENU for x64 bit version from here and choose to install all components. This installs SQL Server Management Studio. You can also install Reporting Services with this installation.

    /Express with Advanced Services (contains the database engine, Express Tools, Reporting Services, and Full Text Search)/

    Download Link: http://www.microsoft.com/en-us/download/details.aspx?id=29062

    0 讨论(0)
  • 2020-12-12 12:13

    I found what seems to be the latest 2014 and 2012 SQL Server Management Studio releases here Previous SQL Server Management Studio Releases

    0 讨论(0)
  • 2020-12-12 12:14

    For separate modules (x86 and x64), if you want a customized installation without downloading loads of crap, see Servers Microsoft® SQL Server® 2012 Express.

    0 讨论(0)
  • 2020-12-12 12:15

    On the Official SQL Server 2012 ISO that's for download, just navigate to \x64\Setup\ (or \x86\Setup) and you will find "sql_ssms.msi". It's only about 60 MB, and since it's an .MSI you can probably provision it to be installed automatically (say for a large lab or classroom environment).

    0 讨论(0)
  • 2020-12-12 12:22

    I downloaded it from here (named 'Microsoft SQL Server Data Tools'). In this version you will get a Visual Studio 2012 installation with the functionality to manage the SQL Server 2012 server.

    0 讨论(0)
提交回复
热议问题