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

  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. How can I import an Excel file into SQL Server? - Stack Overflow

    The quickest way to get your Excel file into SQL is by using the import wizard: Open SSMS (SQL Server Management Studio) and connect to the database where you want to import your file into.

  5. How do I view executed queries within SQL Server Management Studio?

    31 I am new to SQL Server Management Studio and am wondering: is there is a way to see which queries have been run against a database? In the Activity monitor, there is a "Recent Expensive …

  6. How to run sql script using SQL Server Management Studio?

    Apr 22, 2012 · You can also use the SQLCMD option in Management Studio. With a blank SQL window, go to Query menu, select SQLCMD Mode, and run your script using the following syntax:

  7. Exporting data In SQL Server as INSERT INTO - Stack Overflow

    Oct 4, 2009 · I am using SQL Server 2008 Management Studio and have a table I want to migrate to a different db server. Is there any option to export the data as an insert into SQL script??

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

  9. SQL Server Management Studio, how to get execution time down to ...

    SQL Server Management Studio, how to get execution time down to milliseconds Asked 14 years ago Modified 3 years, 6 months ago Viewed 270k times

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