
SSMS - Debug Stored Procedures in SQL Server
Hi,
wer derzeit Stored Procedures debuggen will, der muss zwangsläufig das ältere SQL Server Server Management Studio (SSMS) 17.9.1 verwenden, da die neueste SSMS Version 18.2 keinen Debugger mehr enthält und der Debugger aus Visual Studio 2019 einfach nur crashed, wenn man dies versucht. (Fix in Preview) Nachtrag 2020_02_20: Mit der neuesten Visual Studio 2019 Version kann man erfolgreich debuggen, kein Crash mehr.
Zum Glück läuft das ältere SSMS 17.9.1 (mit Debugger) parallel zum SSMS 18.2 problemlos und kann separat parallel installiert werden.
---------------------------------------------------------
If you want to debug stored procedures, you'll need to use the older SQL Server Server Management Studio (SSMS) 17.9.1 because the latest SSMS version 18.2 no longer has a debugger, and the Visual Studio 2019 debugger just crashes if you try (Fix in Preview)
PS 2020_02_20: The newest Visual Studio 2020 Version does debug, no more crash ;-)
Fortunately, the older SSMS 17.9.1 (contains debugger) runs smoothly in parallel to the SSMS 18.2 and can be installed separately in parallel.
----------------------------------------------------------
The official MS Update catalog helps there:
http://www.catalog.update.microsoft.com/Search.aspx?q=sql%20server%20management%20studio
and there search for SQL Server Management Studio - and there download the older 17.9.1 - it works parallel to 18.2 - so problem "solved" ...
mfg Klaus
Print article | This entry was posted by klausobd on 19.09.19 at 13:51:00 . Follow any responses to this post through RSS 2.0. |