About 50 results
Open links in new tab
  1. Error: unable to find network path in Microsoft SQL Server …

    Apr 24, 2024 · Make sure that the SQL Server instance you are trying to connect to is configured in SQL Server Configuration Manager to allow remote connections. By default, SQL Server might only …

  2. Is there a way to see the code that creates a view in SQL server ...

    Dec 5, 2016 · I want to see the underlying code for how a view is created in SQL server management studio. Is there a way to do this? I want to see any date filters, etc, applied to this view in hard code.

  3. How to recover missing SQL auto-recover files in SSMS (Microsoft SQL ...

    Sep 12, 2021 · SQL Server Management Studio (SSMS) closed unexpectedly. Many SQL files were open. When SSMS was restarted, it did reopen some auto-recover files, but not all of them, …

  4. How can I fix "Login failed for user sa" error in SQL Server?

    Apr 30, 2021 · 8 I can access my databases through SQL Server Management Studio (SSMS) by using my Windows account no problem. I have two issues though: I want to enable sa and then try to log in …

  5. How to connect to a local SQL Server instance by IP Address in SQL ...

    Nov 18, 2020 · I have the SQL Server instance up and running on my machine, but can't figure out the correct IP + Port to use for my connection string's Server property. As a starting point, I'm trying to at …

  6. sql server - How do I modify the user interface language in SSMS ...

    How do I modify the user interface language in SQL Server Management Studio? For instance, if I installed in English, but wish to view in Japanese (to name but one possible example).

  7. SQL Server Management can't find Local Server on fresh install

    Sep 3, 2021 · I am currently studying SQL Database management, so I am new at this. I have installed SSMS on a fresh copy of a Windows 2019 Operating System running on Hyper-V lab testing …

  8. Could not find the Server Agent in SSMS

    SQL Server Agent is only available with certain versions of SQL Server. For instance, it is not available at all with SQL Server Express. If you have SQL Server Standard or Enterprise it will be available in …

  9. ssms - SQL Server Management Studio 18 won't open (only splash …

    May 1, 2019 · SQL Server Management Studio 18 won't open (only splash screen pops up) Ask Question Asked 6 years, 8 months ago Modified 6 years, 5 months ago

  10. SQL Server Management Studio (SSMS) is way too slow in its GUI

    Sep 21, 2019 · Try setting the RAM manually in MS SQL Server Management Studio -> Right Click the SQL Server in Object Explorer -> Properties -> Memory. I set my min memory to 1000 MB and the …