Developer forum

Forum » Feature requests » Global access to SQL Firehose

Global access to SQL Firehose

Lars Hejgaard Sørensen
Reply
Hi,

I use the firehose all the time for debugging data in Dynamicweb, and I usually have multiple windows open when using it. That's why I've often thought that it would be great with a globally accessible button for Administrator, allowing me to open the Firehose in i popup window from anywhere in the system - perhaps next to the hidden button.

BR.
Lars

Replies

 
Søren Kottal-Nielsen
Reply
 And when we are at it. Make it possible to run multiple commands at once :)
 
Lars Hejgaard Sørensen
Reply
You can separate commands with semi colon:

DROP TABLE T1; DROP TABLE T2

But having separate result sets like in Mgmt Studio, that would be awesome. As well as saving statements projects and/or snippets.

BR.
Lars
 
Morten Bengtson
Reply
Here is a bookmarklet you can use when logged in as backend user:
javascript:(function(){window.open('http://'+document.location.host+'/Admin/Content/Management/QueryAnalyzer/Default.aspx',null,'status=yes,toolbar=no,menubar=no,location=no',null)})();
 
Drag this link to your toolbar...

SQL Firehose