Posts
Sort by recent activity
Feature request: extra format option for join tables
Currently, I can get SQL Prompt to format my SQL like this.SELECT
tbl.name AS TableName,
col.name AS ColumnName
FROM
sys.tables AS tbl
INNER JOIN
sys.columns AS col
ON
...
Why does the formatting not update the casing of the fields?
Hi,See enclosed image. The columns are all defined in the table as UPPERCASE. For some reason, when formatting the document, it recognizes the FIDPERS in the second half of the union, but it doesn'...
.NET Error when trying to run SQL Prompt Command Line
When running the SQL Prompt command line, I get this error.Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'System.Memory, Version=4.0.1.1, Culture=neutral, Public...
SQL Prompt disables "auto list members" in Transact-SQL Editor when a license is not active
We are working on a shared DEV environment. I installed SQL Prompt and slapped my personal license on it. Unfortunately, my colleagues who do not have a license now have their autocomplete disabled...