How can we help you today? How can we help you today?
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
1 follower 1 comment 0 votes
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...
11 followers 12 comments 0 votes
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.
2 followers 3 comments 0 votes
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...
5 followers 6 comments 0 votes
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...
2 followers 2 comments 0 votes