Comments
Sort by recent activity
Hi Mike,
Try using $CURSOR$ all uppercase?
That is a nice snippet btw... I might add that one :-)
Hope you continue to enjoy using the SQL Prompt 4.0 Beta.
Cheers
Chris / comments
Hi Mike,
Try using $CURSOR$ all uppercase?
That is a nice snippet btw... I might add that one :-)
Hope you continue to enjoy using the SQL Prompt 4.0 Beta.
Cheers
Chris
Hi,
As-you-type keyword capitalisation is not implemented for the Early Access release but will be for the release candidate.
The current behaviour, as you have found, is that selecting a keyword from the suggestions list will insert it in uppercase, irrespective of your layout settings.
Sorry if this causes you any inconvenience and we thank you for your continuing interest in SQL Prompt 4.0
Chris / comments
Hi,
As-you-type keyword capitalisation is not implemented for the Early Access release but will be for the release candidate.
The current behaviour, as you have found, is that selecting a keyword f...
Thankyou for raising this issue, we have identified the problem and will have it fixed in the next release.
It looks like it just affects wildcard expansion when done part-way through a large script. Sorry if this causes any inconvenience.
Thankyou for your continuing interest in the early access release. We look forward to hearing more feedback from you soon!
Chris / comments
Thankyou for raising this issue, we have identified the problem and will have it fixed in the next release.
It looks like it just affects wildcard expansion when done part-way through a large scrip...
Dirk,
Thankyou for your post about the trace flag. We are investigating this at the moment and will get back to you in due course.
Please accept our apologies if this has caused any inconvenience.
Chris / comments
Dirk,
Thankyou for your post about the trace flag. We are investigating this at the moment and will get back to you in due course.
Please accept our apologies if this has caused any inconvenience.
...
Thankyou for your response. We have identified a problem with SQL Prompt affecting word selection in sql server management studio 2008.
Are you using SSMS 2008?
I hope this doesn't detract too much from your trial of our Early Access release.
Chris / comments
Thankyou for your response. We have identified a problem with SQL Prompt affecting word selection in sql server management studio 2008.
Are you using SSMS 2008?
I hope this doesn't detract too much...
Hi Mike,
Thank you for taking the time to post this issue. Unfortunately multiple foreign keys didn't quite make it into the Early Access release. Rest assured that they will definitely be in the release candidate!
This includes both the list of multiple keys, and the composite one.
Sorry for any inconvenience this may cause in the meantime and I hope you are enjoying using Prompt 4!
Regards
Chris
Test Engineer
Red Gate Software Ltd / comments
Hi Mike,
Thank you for taking the time to post this issue. Unfortunately multiple foreign keys didn't quite make it into the Early Access release. Rest assured that they will definitely be in the r...
We have identified and raised a problem with the display of certain parts of the options dialog when the display dpi is set lower than the normal (96dpi).
Thankyou for your continuing interest in SQL Prompt 4.0 early access release. We look forward to hearing more feedback from you soon! :-)
Chris / comments
We have identified and raised a problem with the display of certain parts of the options dialog when the display dpi is set lower than the normal (96dpi).
Thankyou for your continuing interest in S...
Hi,
We are not seeing this truncation here, so I wonder if you could tell me what the setup of your windows system is?
- OS & service pack & language
- system font name?
- system font size?
- display dpi (90 or 120?)
and perhaps if you could provide a screenshot, that might give us some clues?
Since you can't attach files to this forum, you can email the screenshot to chris.george@red-gate.com, but if you could keep the other info here on the forum that would be great.
Thanks
Chris
Test Engineer
Red Gate Software Ltd
Jadawin wrote:
And, just so there's no question....
TYPO: SQL Prompt - Options - Suggestions - Join Conditions
- the text for the 2nd checkbox is truncated, and reads:
"Individual columns in multiple-colu"
/ comments
Hi,
We are not seeing this truncation here, so I wonder if you could tell me what the setup of your windows system is?
- OS & service pack & language
- system font name?
- system font size?
- displ...
Thanks for this query, I have raised this as an issue.
Thank you for your continuing interest in SQL Prompt 4.0!
Chris
bfox wrote:
SELECT @Count = Count(1)
FROM MyTable (nolock)
WHERE MyID = 0
incorrectly underlining the nolock hint
/ comments
Thanks for this query, I have raised this as an issue.
Thank you for your continuing interest in SQL Prompt 4.0!
Chris
bfox wrote:
SELECT @Count = Count(1)
FROM MyTable (nolock)
WHERE MyID = 0
inc...
Thankyou for this example George. We have reproduced it and raised this as an issue.
I look forward to receiving more examples :-)
Chris
George Palacean wrote:
Another example of comment underlining: create table test (
a int,
constraint PK_TEST primary key clustered (
a --that's the primary key - underlined as syntax error
)
)
/ comments
Thankyou for this example George. We have reproduced it and raised this as an issue.
I look forward to receiving more examples :-)
Chris
George Palacean wrote:
Another example of comment underlini...