About 434,000 results
Open links in new tab
  1. 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...

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

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

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

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

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

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

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

    The given answers are still valid. No change in SSMS (SQL Server 2016) has been made on that regard. You can also use the criteria pane, after doing the "Edit Top 200 Rows". Show criteria pane …

  9. sql server - SQL Management Studio Task Import Data is greyed out ...

    Oct 4, 2018 · 27 Database: SQL2017 Express Management Studio 18 System: x64 I have sysdmin / db owner etc & database is accessible/updateable. "This feature is not currently available in this version …

  10. IntelliSense is not working in SQL Server Management Studio

    Jul 23, 2015 · We use SQL Server Management Studio 2008 R2. IntelliSense works with SA account perfectly. But it is not working with Windows Authentication user. The user has access master db …