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
Developer forum
E-mail notifications
Global access to SQL Firehose
Lars Hejgaard Sørensen
Posted on 18/05/2011 21:42:10
Replies
Søren Kottal-Nielsen
Posted on 19/05/2011 14:09:14
And when we are at it. Make it possible to run multiple commands at once :)
Lars Hejgaard Sørensen
Posted on 30/05/2011 15:02:23
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
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
Posted on 30/05/2011 16:50:05
Here is a bookmarklet you can use when logged in as backend user:
Drag this link to your toolbar...
SQL Firehose
javascript:(function(){window.open('http://'+document.location.host+'/Admin/Content/Management/QueryAnalyzer/Default.aspx',null,'status=yes,toolbar=no,menubar=no,location=no',null)})();
SQL Firehose