Activity overview
Latest activity by agb
Hello
Just for information; I have (had...) exactly the same issue viz. very slow to load SSMS (2012), very slow to change SQL Prompt options, and (not mentioned by OP), slow to load BIDS (2008).
I've been putting up with it for a few months, uncertain of the cause until trying to change some SQL Prompt options, when suspicion fell accordingly...
The 6.4.1.171 build linked from above fixed all three issues.
Cheers. / comments
Hello
Just for information; I have (had...) exactly the same issue viz. very slow to load SSMS (2012), very slow to change SQL Prompt options, and (not mentioned by OP), slow to load BIDS (2008).
I...
Aaron Law wrote:
I quite like having a purple category [image]
Very nice. I have a purple "misc" category now too [image] / comments
Aaron Law wrote:
I quite like having a purple category
Very nice. I have a purple "misc" category now too
It was a hiccup. Closed SSMS and re-opened it and all the old colourations returned.
Handy to know where the XML doc lurks tho! [image]
Cheers / comments
It was a hiccup. Closed SSMS and re-opened it and all the old colourations returned.
Handy to know where the XML doc lurks tho!
Cheers
Hi Aaron,
Yes, the 6.4 beta resolves this issue - thanks.
PS as a side note, installing the 6.4 beta removed all my "Connection Coloring" settings, and I had to re-educate SSMS which connection was which designation again. I know this is an experimental lab feature so tough luck on me [image] but I thought I would mention it. (Along with the fact that I really like this feature!)
Cheers. / comments
Hi Aaron,
Yes, the 6.4 beta resolves this issue - thanks.
PS as a side note, installing the 6.4 beta removed all my "Connection Coloring" settings, and I had to re-educate SSMS which connection was...
Qualify Object names can't grok subqueries?
Qualify Names cannot seem to read columns from even simple subqueries:select
SampleColumn
FROM
(
SELECT
T.SampleColumn
FROM
dbo.SampleTable T
) D
This fails with an error rather t...