Posts
Sort by recent activity
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...
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.
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...