Posts
Sort by recent activity
SQL Prompt formatting -- incorrectly qualifying constraint names
Recently I've noticed a problem when attempting to use the formatting feature of SQL Prompt. The "qualify object names" step is adding the table name to the name of constraints in some circumstanc...
Formatter removes table from columns in WHERE clause even when it's ambiguous otherwise
First, here is the sample code: CREATE TABLE dbo.#Isolates
(
MICSourceID VARCHAR(3)
,VisitID VARCHAR(256)
,PatientID ...
Formatting issue -- uppercasing non-keywords
Let me start by saying I don't have a good example to reproduce. This issue is happening with long scripts that rely on in-house tables, etc. If it is needed I will take the time to find one.
Wha...