About 98 results
Open links in new tab
  1. Format SQL in SQL Server Management Studio - Stack Overflow

    Feb 13, 2020 · Beginning with SQL Server Management Studio (SSMS) 18.7, Azure Data Studio is automatically installed alongside SSMS. Source Update: Actually Azure Data Studio is in some way …

  2. How can I generate an entity–relationship (ER) diagram of a database ...

    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: Making ER Diagram …

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

    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. This will allow …

  4. t sql - How to view the stored procedure code in SQL Server …

    I am new to SQL Server. I am logged into my database through SQL Server Management Studio. I have a list of stored procedures. How do I view the stored procedure code? Right clicking on the sto...

  5. How do I obtain a Query Execution Plan in SQL Server?

    Method 1 - Using SQL Server Management Studio SQL Server comes with a couple of neat features that make it very easy to capture an execution plan, simply make sure that the "Include Actual …

  6. How to see query history in SQL Server Management Studio

    C:\Users\<you>\Documents\SQL Server Management Studio\Backup Files\ Otherwise you'll need to use something else going forward to help you save your query history, like SSMS Tools Pack as …

  7. How do I view the SSIS packages in SQL Server Management Studio?

    May 20, 2009 · Open SQL server Management Studio. Go to Connect to Server and select the Server Type as Integration Services and give the Server Name then click connect. Go to Object Explorer on …

  8. Management Studio default file save location - Stack Overflow

    The installation location for SSMS 18 / 19 / 20 has changed, along with the location of the configuration file that controls the default file save location. Close all running instances of SSMS. Locate your …

  9. How to connect to a local database in SQL Server Management Studio ...

    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 Server.

  10. Shortcuts to comment and uncomment SQL queries in SQL Server …

    Aug 22, 2022 · To comment 3 SQL queries with shortcuts in SQL Server Management Studio (SSMS) as shown below, first, I dragged them, then pressed only one of CTRL+K or CTRL+C but I couldn't …