About 846,000 results
Open links in new tab
  1. How to get a view table query (code) in SQL Server 2008 …

    I have a view in SQL Server 2008 and would like to view it in Management Studio. Example: --is the underlying query for the view Example_1 select * from table_aView View name: …

  2. Como encuentro el Server Name para SQL Server Management …

    Necesito establecer una conección con el SQL Server, pero no puedo conseguir mi Server Name. Alguien sabe como conseguir el instance para el SQL Server V17.0 RC1?

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

    170 Go to SQL Server Management Studio → Object Explorer → Databases → Choose and expand your database. Under your database, right click on "Database Diagrams" and select …

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

  5. How do I obtain a Query Execution Plan in SQL Server?

    SQL Server Management Studio actual plan In the SQL Server Management Studio application, you can easily get the estimated execution plan for any SQL query by hitting the CTRL+M key …

  6. Management Studio default file save location - Stack Overflow

    The installation location for SSMS 18 / 19 / 20 has changed, along with the location of the configuration file that controls the default file save location. Close all running instances of …

  7. ssms - How to connect to LocalDb - Stack Overflow

    Disregard my original answer: "With SQL Server 2014 Express LocalDB, use (localdb)\ProjectsV12. This works in both Visual Studio 2013 and SQL Server 2014 …

  8. how to reset SQL Server sa password - Stack Overflow

    Jan 25, 2014 · 3.Run SSMS (Sql Server Management Studio) as administrator,and login by windows authentication. 4.Now select security tab and select logins and find 'sa' user and …

  9. Can I have multiple rows of tabs in SQL Server Management Studio

    102 I'm wondering if it's possible to setup SQL Server to have multiple rows of tabs for files / queries. I have a lot of queries I want to switch between, and could move them to different …

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