In the database I am working in, when I run the query select * FROM sysobjects I found two objects with xtype SQ which is service queue.
I need to generate the script for this object. But where can I find this object in the database engine to create the script?
Thanks.