About 1,380,000 results
Open links in new tab
  1. How to recover missing SQL auto-recover files in SSMS (Microsoft SQL ...

    Sep 12, 2021 · 9 My SQL Server Management Studio (SSMS) closed unexpectedly. Many SQL files were open. When SSMS was restarted, it did reopen some auto-recover files, but not all of them, …

  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 view the stored procedure code in SQL Server Management …

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

  4. Import CSV (flat file) using SQL Server Management Studio in existing ...

    Oct 5, 2021 · Open SQL Server Management Studio (SSMS): Start by launching SQL Server Management Studio on your computer. Connect to Your Database: Connect to the SQL Server …

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

    Feb 13, 2020 · 372 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 …

  6. 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 database diagrams?

  7. ssms - What is the best way to auto-generate INSERT statements for a ...

    The only way I can think of doing it is to save the table to an excel sheet and then write an excel formula to create an INSERT for every row, which is surely not the best way. I'm using the 2008 Management …

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

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

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