“Create new table” is not visible on SSMS 2016 for SQL Server 2008

后端 未结 2 1566
闹比i
闹比i 2020-12-06 08:33

I have a shared hosting. I was happy with it. I was creating new databases on its panel and then I was managing my databases with SQL Server Management Studio. I could add n

相关标签:
2条回答
  • 2020-12-06 08:42

    In SSMS you can use a SQL script to create a new table because that processing is done on the server. However, SSMS provides the capability to add a table, here the User interface has to be developed to provide the necessary features for each version of SQL Server, this obviously has an overhead. So gradually older versions get dropped.

    SSMS for SQL 2012 did not provide support for SQL Server 2005.

    Now as Damien_The_Unbeliever points out SSMS for SQL Server 2016 supports all supported versions of SQL Server. But this is for "Mainstream Support End Date", so alas, SQL Server 2012 is the last version that has full UI support.

    Still you can have mulitple versions of SSMS installed, just like you may need to keep BIDS as well as Data Tools installed to maintain older verions of SSIS

    0 讨论(0)
  • 2020-12-06 08:52

    There is a bug reported for this issue

    connect.microsoft.com

    social.msdn

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