Activity overview
Latest activity by hansjp
Is it correct that SQL Search does not return hits on schema name?
When I search for all objects across databases with the same schema, say "qi", SQL Search only returns tables, views, stored procedures, etc. when they are referenced! That is: I only realise that ...
Sounds good. [image] / comments
Sounds good.
True. Making me check whether I had that, and ought to disable the rule.
However, I often review legacy scripts, and in these cases it is really beneficial to have such lapses flagged! Often we only realize this sloppiness in WHERE clauses and JOINs when we augment SELECTs or alter the referenced tables so unique field names cease to be unique. I like to just maintain scripts when I work on them, instead of waiting for them to fail. / comments
True. Making me check whether I had that, and ought to disable the rule.
However, I often review legacy scripts, and in these cases it is really beneficial to have such lapses flagged! Often we onl...
Fully agree with Torsten.
And I will add: The rule "unqualified column name" makes no sense when I use alias in ORDER BY clauses. But since SSMS understands and accepts the use of aliases (instead of very long computed statements), the rule should too.
Thanks,
Hans / comments
Fully agree with Torsten.
And I will add: The rule "unqualified column name" makes no sense when I use alias in ORDER BY clauses. But since SSMS understands and accepts the use of aliases (instead ...
Suggestions don't show database content
When I toggle the Suggestions (CTRL+Space), I see nothing but snippets.
No databases, no tables, no columns, no nothing.
Strangely enough, this only happens on my SQL Server 2014 instance!
I have a...
Aaron Law wrote:
We've just released a new build (Tab Magic 0.5.0.184) which will hopefully fix your second bug: http://download.red-gate.com/EAP/SQLTab ... bMagic.zip
The first time it's run it will still open the tabs so if you want to start fresh you can delete "%localappdata%\Red Gate\SQL Tab Magic\documents.db". Any further runs should only open the tabs you had open.
We are aware the connection coloring in SQL Prompt is still a little unstable at the moment and it's on our todo list to stop it crashing ssms.
I am currently testing SQL Prompt 6 (downloaded newest version in January 2014), and the issue persists in this program!
SO: Updating SQL Tab Magic might work, but the problem isn't fixed in SQL Prompt 6...
The trick of deleting the file "SavedTabs.db" (which is the only .db file on the described path) DID work as announced, though [image] / comments
Aaron Law wrote:
We've just released a new build (Tab Magic 0.5.0.184) which will hopefully fix your second bug:http://download.red-gate.com/EAP/SQLTab ... bMagic.zip
The first time it's run it ...