About 2,410,000 results
Open links in new tab
  1. How do I open SQL Server Management Studio? - Super User

    Mar 1, 2010 · 5 For SQL Management Studio 2014 you can find smss.exe in C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio Share Improve this answer …

  2. Where can I download SSMS 2016? - Stack Overflow

    Currently I use SSMS 17, however Gearhost, the website I am trying to deploy my database to, currently only use SQL Server version 13, which I believe to be SSMS 16 ...

  3. How to quickly edit values in table in SQL Server Management …

    Oct 8, 2009 · In Mgmt Studio, when you are editing the top 200, you can view the SQL pane - either by right clicking in the grid and choosing Pane->SQL or by the button in the upper left. …

  4. How can I generate an entity–relationship (ER) diagram of a …

    128 I want to generate an ER diagram of an SQL database using Microsoft SQL Server Management Studio (SMSS). However, I don’t know how to. I found this technique online: …

  5. Microsoft SQL Server vs. SQL Server Management Studio

    Oct 17, 2016 · What is the difference between Microsoft SQL Server and SQL Server Management Studio (SSMS) and how can I integrate SSMS in Visual Studio 2012 so I can use …

  6. How to connect to a local database in SQL Server Management …

    Apr 6, 2017 · I have downloaded the SQL Server Management Studio (SSMS) 2016 to recover a huge .bak file which is an old backup of a database. But first of all I need to connect to a DB …

  7. How to view database tables in SQL Server Management Studio?

    Dec 19, 2022 · I created an Asp.net-core-mvc project, defined DBContext and added migrations. How can I view tables created in my project's database using SSMS? If possible, provide the …

  8. What is the latest version of SSMS on 32 bits? (SQL Server …

    Look for the first version of SQL Server itself that is 64bit only: it will be the previous version (SSMS is still 32bit, its changelog will not help you).

  9. Import CSV (flat file) using SQL Server Management Studio in …

    Oct 5, 2021 · Please note the main point or step that I was missing on earlier was not doing the right-click on the existing table in SQL Server Management Studio (SSMS) and choose …

  10. How to edit data in result grid in SQL Server Management Studio

    Yes, This is possible. Right click on the table and Click on Edit Top 200 Rows as show in image below Then click anywhere inside the result grid, to enable SQL Icon "Show Sql Pane". This …