About 233,000 results
Open links in new tab
  1. Import CSV (flat file) using SQL Server Management Studio in …

    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 …

  2. How can I generate an entity–relationship (ER) diagram of a …

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

  3. How to view the stored procedure code in SQL Server …

    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 …

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

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

  7. Saving results with headers in SQL Server Management Studio

    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.

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

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

    This works even in trial mode and after the trial expired. I use Toad just for the export to excel. Another option is to use "Azure Data Studio". It's free, and has save as excel option. I use …

  10. Duplicating a TABLE using Microsoft SQL Server Management

    Feb 23, 2020 · Need to duplicate a TABLE using Microsoft SQL Management Studio 2008 The TABLE needs to duplicate all table row (Primary Key) ID as well.