About 51 results
Open links in new tab
  1. 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...

  2. sql server - SQL Management Studio Task Import Data is greyed out ...

    Oct 4, 2018 · 7 We can open the "SQL Server Import and Export Wizard" without the help of SQL Management Studio. The path is something like this (depending on your version): "C:\Program Files …

  3. Shortcuts to comment and uncomment SQL queries in SQL Server …

    Aug 22, 2022 · 10 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 …

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

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

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

  8. How to connect to a local database in SQL Server Management Studio ...

    Apr 6, 2017 · 97 I have downloaded the SQL Server Management Studio (SSMS) 2016 to recover a huge .bak file which is an old backup of a database. But first of all I need to connect to a DB Server. …

  9. Import / Export database with SQL Server Server Management Studio

    After Microsoft SQL Server Management Studio Express has been installed, launch the application to connect to the system database. The "Connect to Server" dialog box displays.

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