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
ggeier
0

Comments

1 comment

  • Dan_J
    Hi @ggeier,

    Thanks for reaching out to us regarding this!

    Unfortunately it appears that selecting from queues is not currently supported. It is definitely worth raising this with our development team and so I encourage you to log a feature request for this via the following web page: https://redgate.uservoice.com/forums/94413-sql-prompt.

    Dan_J
    0

Add comment

Please sign in to leave a comment.