About 54 results
Open links in new tab
  1. How to connect to a local database in SQL Server Management Studio ...

    Apr 6, 2017 · 97 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. …

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

    Aug 22, 2022 · 9 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 …

  3. Format SQL in SQL Server Management Studio - Stack Overflow

    Feb 13, 2020 · In Visual Studio & other IDEs, you can easily auto format your code with a keyboard shortcut, through the menu, or automatically as you type. I was wondering if there is yet a way to …

  4. How to find server name of SQL Server Management Studio

    Apr 18, 2013 · I installed Microsoft SQL Server 2008. When I start SQL Server Management Studio (SSMS), I get the Connect to Server login window with a blank textbox for Server name. I have tried …

  5. 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 …

  6. Cannot connect to local SQL Server with Management Studio

    May 3, 2017 · Then click Check SQL server Network Configuration for TCP/IP Enabled then restart the sql server management studio (SSMS) and connect your local database engine

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

    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 from SQL …

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

    Its true that we can right click the table and say open table to get an editable table output, but what I want is editable query output, only certain rows matching for my criteria, and edit them in the result …

  9. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · I've used SQL Server Management Studio before, but only when the server is already up and running. I need to start from the beginning and create my own instance on the local computer. …

  10. How to duplicate a SQL database in Microsoft SQL Server …

    Jun 16, 2022 · In MS SQL Server, the easiest way to copy your DB with another name is the copy data wizard which is available under task menu. Right-click on DB you want to copy --> Tasks --> Copy …