Comments
Sort by recent activity
Hi
To clarify the reason that SQL Prompt wants you to close lots of unrelated applications is because SQL Prompt uses a windows hook. The windows hook puts a small dll inside all applications that load up after the tray app has been started. This dll looks to see if the application is Query Analyser. If it is then it loads SQL Prompt. If it isn't then it exits but the dll doesn't get unloaded from the process. The uninstaller looks to see what processes have that dll loaded and asks you to close them to make sure we can delete the dll. This is why it asks you to close lots of applications seemingly at random. For more information look at the SetWindowsHookEx documentation. / comments
Hi
To clarify the reason that SQL Prompt wants you to close lots of unrelated applications is because SQL Prompt uses a windows hook. The windows hook puts a small dll inside all applications that ...
Unfortunately we have not found a way of removing the SQL Prompt menu from SSMS on uninstalling (Not for lack of trying I can assure you). I have cut and pasted the following from the help (I am feeling lazy) which tells you how to remove the menu.
In SQL Server Management Studio, to remove the SQL Prompt menu from the toolbar, do the following:
On the Tools menu, click Customize.
Drag the SQL Prompt menu from the menu bar, or right-click the SQL Prompt menu and click Delete.
Close the Customize dialog box. / comments
Unfortunately we have not found a way of removing the SQL Prompt menu from SSMS on uninstalling (Not for lack of trying I can assure you). I have cut and pasted the following from the help (I am fe...
It will be free upgrade / comments
It will be free upgrade
Was it working before or has it just stopped working? If it has stopped working then it might be a problem with the settings files. If you rename the directory
C:\Documents and Settings\<YOUR_USERNAME\Local Settings\Application Data\Red Gate\SQL Prompt 3
To somethnig like "SQL Prompt 3 OLD" and see if it works. If that fails to help what version of QA analyzer(It is in the help about dialog) / comments
Was it working before or has it just stopped working? If it has stopped working then it might be a problem with the settings files. If you rename the directory
C:\Documents and Settings\<YOUR_USERN...
Thanks for the feeback I have added this to our feature request list and we will consider it for 3.1.
Lionel / comments
Thanks for the feeback I have added this to our feature request list and we will consider it for 3.1.
Lionel
Hi
Thanks for the feedback. I guess I have been quite surprised how much interest there has been in features like this. We will definatly look adding a few features like this.
Lionel / comments
Hi
Thanks for the feedback. I guess I have been quite surprised how much interest there has been in features like this. We will definatly look adding a few features like this.
Lionel
Hi
I would really like to get to the bottom of these errors.
bconlon: Could you please tell me what you were doing when you got that error? Were you creating a new window closing a window or doing something else?
fhtapia: That sounds like a different issue If you find anyway of relyably reproducing that error please tell me. There is a similar issue where by closing and opening the tray app you can get multipule menus to appear. I will put in a fix for that problem which should fix this bug as a consiquence. I would really like to be able to reproduce that problem here so know I have definatly fixed it!
Lionel / comments
Hi
I would really like to get to the bottom of these errors.
bconlon: Could you please tell me what you were doing when you got that error? Were you creating a new window closing a window or doing ...
Opps beaten to it [image] . Thanks shad0fff
Lionel / comments
Opps beaten to it . Thanks shad0fff
Lionel
SQL Prompt will give you intelisense on [INFORMATION_SCHEMA]. You need to enable it in the options menu as it is disabled by default (We had endless debates if it should be on by default). To enable it go to Candidates tab in the options dialog and check the box which says "Include system objects in the candidate list". It will be in the Other objects group. Hope that helps.
Lionel / comments
SQL Prompt will give you intelisense on [INFORMATION_SCHEMA]. You need to enable it in the options menu as it is disabled by default (We had endless debates if it should be on by default). To enabl...
Sorry at the moment there isn't anyway of changing the default size of teh intelisense box. The font is taken from the editor so you can't change it independantly of the editor. I have added these sugestions to our list.
Lionel / comments
Sorry at the moment there isn't anyway of changing the default size of teh intelisense box. The font is taken from the editor so you can't change it independantly of the editor. I have added these ...