Performance problems
gbritton
Posts: 17 Bronze 1
I have three formatters in my ADS: mssql (default), poor man's sql formatter and redgate sql prompt. The first two format a simple query sub-second -- too fast to time. OTOH SQL Prompt takes several seconds to format the same query.
e.g.
select 42 as TheAnswer
e.g.
select 42 as TheAnswer
Answers