Comments
Sort by recent activity
Agreed. Much faster in all areas. I find especially metadata is read much quicker and metadata changes are read almost instanteously. Great work! / comments
Agreed. Much faster in all areas. I find especially metadata is read much quicker and metadata changes are read almost instanteously. Great work!
Sure, Tim I would be interested. You can contact me through the email in my profile and we can make arrangements that way. / comments
Sure, Tim I would be interested. You can contact me through the email in my profile and we can make arrangements that way.
I've run across the same thing, I tend to use a lot of GOs in my scripts and it's a big annoyance to type
DROP PROC SomeProc
GO{enter}
expecting to drop to the next line and instead GOTO is inserted. The problem with the built in SQL Prompt GO keyword completion is that it isn't available in all contexts, usually I only see it after a USE statement.
Here's a workaround for the GOTO problem:
Create a snippet with the Shortcut = GO and the Code = GO. Snippets are always available in any context. So even if the GO snippet is invoked after typing GO{enter} the end result will still be a GO. At most the carriage return might be eaten but you can also embed the carriage return in the GO snippet if this is a problem. / comments
I've run across the same thing, I tend to use a lot of GOs in my scripts and it's a big annoyance to type
DROP PROC SomeProc
GO{enter}
expecting to drop to the next line and instead GOTO is inserte...
It does, thanks. / comments
It does, thanks.
<jk>Switch to tabs</jk> 8) / comments
<jk>Switch to tabs</jk> 8)
If the Editor Font looks all funny it's because I use a font most people don't have.
You can get the Dina font at http://www.donationcoder.com/Software/Jibz/Dina/index.html.
Alternatively you can open up the LegacyScintillaNET.xml file and change "Dina" to "Courier New" or whatever font you like. You'll probably need to bump up the font size as well.
I've changed this in the downloads already. / comments
If the Editor Font looks all funny it's because I use a font most people don't have.
You can get the Dina font athttp://www.donationcoder.com/Software/Jibz/Dina/index.html.
Alternatively you can op...
jbrahy wrote:
I'm trying to install the SQL Prompt bundle and when I try I get "Requested registry access is not allowed". This happens when I click on the downloaded file. I even tried granting all permissions to read all in my registry and it still doesn't work.
has anyone else been able to install this on vista? Does redgate test on vista?
wtf?
Hrm, I've had it work just fine on Vista Ultimate. Try running it as Administrator / comments
jbrahy wrote:
I'm trying to install the SQL Prompt bundle and when I try I get "Requested registry access is not allowed". This happens when I click on the downloaded file. I even tried granting...
That did the trick, thanks! [image] / comments
That did the trick, thanks!
istomtom wrote:
I was having the same issue with QA until recently. A red-gate employee here suggested I go into C:\Documents and Settings\<YOUR_ACCT>\Local Settings\Application Data\Red Gate\SQL Prompt 3 and rename that folder to something else. Make sure you shut down SQLPrompt and QA/SSMS before you do this.
...
Thanks, I'll try this! / comments
istomtom wrote:
I was having the same issue with QA until recently. A red-gate employee here suggested I go into C:\Documents and Settings\<YOUR_ACCT>\Local Settings\Application Data\Red Gate\SQ...
I have the same problem. The "Code" textbox in the "Snippet Properties" dialog doesn't allow pasting with CTRL+V. Also its context menu is disabled.
I'm using SQL Prompt 3.1.0.40 on WinXP SP2. I tried this from both QA and SMSS.
For now I'm just editing the SQL Prompt 3 Snippets.xml directly. / comments
I have the same problem. The "Code" textbox in the "Snippet Properties" dialog doesn't allow pasting with CTRL+V. Also its context menu is disabled.
I'm using SQL Prompt 3.1.0.40 on WinXP SP2. I tr...