About 607,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 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.

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

    Nov 3, 2015 · 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??

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

    Apr 22, 2012 · 29 Open SQL Server Management Studio > File > Open > File > Choose your .sql file (the one that contains your script) > Press Open > the file will be opened within SQL Server …

  6. Saving results with headers in SQL Server Management Studio

    Apr 22, 2022 · 2 In SQL Server 2014 Management Studio the setting is at: Tools > Options > Query Results > SQL Server > Results to Text > Include column headers in the result set.

  7. save - Sql Server 'Saving changes is not permitted' error Prevent ...

    Further explanation By default SQL Server Management Studio prevents the dropping of tables, because when a table is dropped its data contents are lost.* When altering a column's datatype in …

  8. How to get the connection String from a database - Stack Overflow

    May 7, 2012 · If you have installed and setup MS SQL Server and Management Studio, go to Visual Studio (Visual Studio not SQL Server Management Studio). 1] In Visual Studio go to Tools -> …

  9. sql - SSMS Export Query Results to Excel or CSV - Stack Overflow

    Jul 18, 2025 · The way I have dealt with this is to use a tab separated file instead (assuming we don't have tabs in the data) Another way to try is to copy & paste the table directly from the query results in …

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