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