Tag: ssms
All the articles with the tag "ssms".
-
Efficiently debug stored procedure in SSMS
A Stack Overflow question seeking community input on efficient techniques for debugging stored procedures in SQL Server Management Studio.
-
Post SQL output to bug tracker details - Mr. Data Converter
Mr. Data Converter converts SSMS query results copied with headers into formatted markdown or wiki tables for pasting into bug trackers.
-
My new favorite SQL toy - ApexSQL Refactor
ApexSQL Refactor is a highly configurable SQL formatter for SSMS, with a known bug that can incorrectly move SELECT statements inside IF blocks.
-
SQL Server Management Studio and very large strings
Working around SSMS truncation of nvarchar(max) strings during concatenation and result copying via FOR XML PATH.