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

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

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

  4. How to Identify port number of SQL server - Stack Overflow

    Oct 18, 2013 · This caused my SQL Server Management Studio to malfunction (due to a null number bug in Visual Studio 2010). It was able to connect and list tables, as well as open an edit 200 rows …

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

  6. fatal error during installation (0x80070643) SQL Server MAnagement ...

    Sep 23, 2017 · I am installing the Microsoft SQL Server Management Studio (17.2). It was installed before, but I re-install it because I forgot the admin password (shouldn't do this actually). However, …

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

  8. sql - Restore of database 'DatabaseName' failed. (Microsoft.SqlServer ...

    Jul 5, 2019 · You are trying to restore a database on SQL Server Express edition. The maximum allowed database size on this edition is 10 GB. You must restore this backup on another edition of …

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

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