About 119,000 results
Open links in new tab
  1. Microsoft SQL Server Management Studio closes immediately …

    Dec 14, 2022 · I had this same problem running SQL Server 2017 on Windows Server 2012 R2. • After installing SSMS 18.0 General Availability release (GA), when started, it always closed …

  2. Cannot uninstall SQL Server Management Studio 18 after …

    Apr 28, 2019 · Deleted "HKLM\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server Management Studio" Uninstalled SSMS 18 Restarted Reinstalled Though install was success, …

  3. Removing the remembered login and password list in SQL Server ...

    I've checked the "Remember password" option in SQL Server Management Studio when logging in to the database. I need to clear the login and password information that I have used to …

  4. Microsoft SQL Server Management Studio error at startup

    May 6, 2020 · What worked: delete or rename “C:\Program Files (x86)\Microsoft SQL Server Management Studio 18” delete registry manually or via .reg file reg DELETE …

  5. Microsoft SQL Server Management Studio 18 fails to start after ...

    May 22, 2019 · Uninstalling & reinstalling Deleting 18.0 (version) folders from HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server using Regedit.exe I …

  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. sql - Large XML Files in SSMS - Stack Overflow

    Please update the registry key 'HKCU\Software\Microsoft\SQL Server Management Studio\18.0_IsoShell_Config\XmlEditor\MaxFileSizeSupportedByLanguageService' to change …

  8. Using runas command to remotely logging into SQL Server

    I actually need a way to specify a connection string to log into a remote SQL Server and fire queries on it. It's cross domain. One more question - do I need to have Management Studio on …

  9. sql server - How to Create an Extension for SSMS 2019 (v18)

    Mar 28, 2018 · Here are the complete steps, adapted from Stefan Timovski's article on How to Create SQL Server Management Studio 18 (SSMS) Extension Install Visual Studio 2017 with …

  10. sql server - Debugging SQL in SSMS v18.0+ - Stack Overflow

    Oct 12, 2020 · 10 You can debug the SQL Server stored procedure and scripts with Visual Studio.NET, Open the Visual Studio.NET and click the continue without code (link) Connect to …