How can we help you today? How can we help you today?
dbrinkerhoff
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...
3 followers 3 comments 0 votes
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 ...
1 follower 1 comment 0 votes
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...
2 followers 8 comments 0 votes