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

  3. Removing the remembered login and password list in SQL Server ...

    I've checked the "Remember password" option in SQL Server Management Studio when logging in to the database. I need to clear the login and password information that I have used to prevent the next …

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

  5. SQL Server: how do I export entire database? - Stack Overflow

    The generated .sql file can be opened again in SQL Server Management Studio and be run. If the .sql file is very large, see How do you import a large MS SQL .sql file?

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

  7. Connect different Windows User in SQL Server Management Studio …

    Apr 22, 2016 · Is there a way in SQL Server Management Studio 2005 (or later) to change the Windows Authentication user (as you could in SQL Server 2000 and older)? This is the general connection …

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

  9. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · I've used SQL Server Management Studio before, but only when the server is already up and running. I need to start from the beginning and create my own instance on the local computer. …

  10. How do you specify a different port number in SQL Management Studio?

    Sep 18, 2008 · I am trying to connect to a Microsoft SQL 2005 server which is not on port 1433. How do I indicate a different port number when connecting to the server using SQL Management Studio?