Activity overview
Latest activity by NedOtter
Hi Michael,
Thanks for your help --
When I enable the new formatting option, attempting to format CREATE OR ALTER still fails.
Ned / comments
Hi Michael,
Thanks for your help --
When I enable the new formatting option, attempting to format CREATE OR ALTER still fails.
Ned
CREATE OR ALTER not supported
Greetings,
SQL Server 2016 supports the syntax: CREATE OR ALTER <schema.objectname>
but it appears that SQL Prompt doesn't support that, as it responds with:
"Error laying out sql
SQL Prompt was un...
controlling SQL Prompt through programming
Having only briefly read some of the posts in the forums, it seems that many are dismayed specifically by the limitations placed on how sql code is formatted. Software is supposed to save time, not...