Tag:sql
All the articles with the tag "sql".
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.
Perfectionist's hell or SQL formatting
Frustration with existing SQL formatters and a call for community input on automatic SQL code formatting tools.
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.