Comments
Sort by recent activity
Version is 4.0.2.53
The steps are documented in my first post. / comments
Version is 4.0.2.53
The steps are documented in my first post.
I want system objects to be suggested, just not the columns.
Has this behavior changed in this version? / comments
I want system objects to be suggested, just not the columns.
Has this behavior changed in this version?
A year later, and this is still not resolved.
Is there a limit to the length of a SELECT statement?
I have a SELECT statement with 89 columns, many of which are CASE statements. After 79 columns, the tips stop working. Anything above that they work fine. / comments
A year later, and this is still not resolved.
Is there a limit to the length of a SELECT statement?
I have a SELECT statement with 89 columns, many of which are CASE statements. After 79 columns, t...
In addition, when opening this source file (a view in VS2005), tooltips appear for functions when I click the column name, e.g. LEN([My Column]) = 0
but no column metadata appears when I hover over (or click) the column name. The syntax of the SQL (as a whole) is correct.
Refreshing suggestions does not help. / comments
In addition, when opening this source file (a view in VS2005), tooltips appear for functions when I click the column name, e.g.LEN([My Column]) = 0
but no column metadata appears ...
There is no specific query that causes this to occur. Usually, it is just a SELECT with one or more JOIN clauses (and aliased tables).
I have also noticed erratic behavior when using table aliases without the AS keyword, although I don't know if this is related. Sometimes including AS and refreshing suggestions will help.
Usually, I cut the SQL from the Query Window, open a new window, paste the SQL, refresh suggestions and then tooltips will work as expected. / comments
There is no specific query that causes this to occur. Usually, it is just a SELECT with one or more JOIN clauses (and aliased tables).
I have also noticed erratic behavior when using table aliases ...
I should clarify, I know how to delete snippets.
I would rather keep them around but have the option of excluding them from prompts. / comments
I should clarify, I know how to delete snippets.
I would rather keep them around but have the option of excluding them from prompts.
Unfortunately, with the new release I am still seeing this behavior. / comments
Unfortunately, with the new release I am still seeing this behavior.
I'm writing lots of views today.
If I format a procedure, or some other SQL, everything works as expected. When I format one of my views, everything is left justified with no formatting.
When I remove the CREATE VIEW ... AS, and format only the SELECT everything works as expected.
The view SQL compiles just fine. / comments
I'm writing lots of views today.
If I format a procedure, or some other SQL, everything works as expected. When I format one of my views, everything is left justified with no formatting.
When I rem...
Another syntax error introduced by reformatting: [image] / comments
Another syntax error introduced by reformatting:
I have also tried this using a local SQL Server instance, version 16.0.4085.2 I have all the Microsoft Learn example code in one script, when I format using my options, the following error(s) are introduced into a previously error-free script: [image] [image] [image] My options are: [image] / comments
I have also tried this using a local SQL Server instance, version 16.0.4085.2I have all the Microsoft Learn example code in one script, when I format using my options, the following error(s) are in...