Activity overview
Latest activity by ggeier
Queue Support
SQL Prompt doesn't appear to support selecting from queues. Is this possible?use tempdb
<br>create queue testQueue
<br>select *
from testQueue
<br>drop queue dbo.testQueue
Disable gamebar prompt in remote desktop
While connect to a machine through remote desktop, whenever I hit CTRL to open the "quick launch menu" (the one to do things such as unformat, insert snippets, etc.) The menu in windows 10 "Select...
This issue looks fixed. Thank you! / comments
This issue looks fixed. Thank you!
I noticed this is still an issue, along with symmetric keys too. Any chance this could get fixed? / comments
I noticed this is still an issue, along with symmetric keys too. Any chance this could get fixed?
Server roles not populating with correct suggestions
Server roles are not populating with correct suggestions. When I type in "alter server role", I get the database roles, not server ones.
Thanks for reporting this issue and getting it logged. / comments
Thanks for reporting this issue and getting it logged.
Tooltip placement for dual monitors
Is there a way to force a tool-tip to be placed on the same monitor when hovering over a function/column/etc. with the mouse? The issue I'm experiencing is the tool-tip often displays on my other m...
Expanding wildcard for @table variables not displaying computed columns
The expand wildcard feature is not working for @table variables. If I declare a @table with computed columns, then expand the wildcard, only the non-computed columns will be shown. For example:decl...
The version is: 9.4.0.6807. / comments
The version is: 9.4.0.6807.
Placing parameters on a new line for stored procedures
How can I get SQL Prompt to place the first parameter on a new line? I tried these settings:- Lists --> Place first item on new line = Always- Place subsequent items on new lines = AlwaysIn the pre...