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

  2. Import CSV (flat file) using SQL Server Management Studio in existing ...

    Oct 5, 2021 · For Microsoft SQL Server Management Studio (SSMS) 19.1 Connect to server Select database (not table) Right click on database Select Tasks -> Import Data... * Select Flat File Source …

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

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

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

    you get only sql running within ssms (sql management studio), but can't catch sql running in any dotnet application target ado.net. Only sql profiler can do.

  7. How to view database tables in SQL Server Management Studio?

    Dec 19, 2022 · I created an Asp.net-core-mvc project, defined DBContext and added migrations. How can I view tables created in my project's database using SSMS? If possible, provide the method step …

  8. Microsoft SQL Server Management Studio closes immediately after …

    Mar 14, 2018 · Microsoft SQL Server Management Studio closes in about five seconds after startup. The startup splash screen is displayed, but after that, nothing. No messages are being displayed (even in …

  9. sql server - Index was outside the bounds of the Array. (Microsoft ...

    This is an issue if you are using 2008 management studio tools to connect to a SQL 2012 instance. I experience this a lot if I am working on one server with SQL 2008, and trying to quickly query another …

  10. sql - The database [dbName] is not accessible. (ObjectExplorer) - Stack ...

    Jan 2, 2013 · One possible problem is that you have two instances of the database, so you have to deactivate one instance, if you have your database opened and accessible in your server explorer in …