Category: DBX
DBX 10.1.1 Released
10/12/2008Added a bit of code to attempt to handle errors generated after using DBX at least once (and having cookies set) and then changing the value DBX uses to encrypt cookie data (yielding invalid results).
Easiest solution is simply to delete all cookies, close the browser, then change the encryption key value and hit DBX again, but I've tried to address it a bit further in the code.
Also added an inline tablesorting feature to the DATABASE/Table Info tab. This table is a really great way to get an overview of space consumption in a db and I had always lamented not being able to sort it. Not sure how many others even know about this area but I encourage you to look (click Database in the top menu).
DBX 10.0.8 Released
09/24/2008Been sitting on a few changes for a while, hence the leapfrogging on the version.
New in this version is the Tuning Console, a SQL2K5-specific feature which is essentially a set of DMV's I find useful for performance debugging. Using the Tuning Console (specifically, the DMV's themselves) requires elevated permissions, so be sure to read the information in the interface related to login/user accounts.
Also, added the ability to save query statements from within the SQLExec window; this allows you to recall a saved query in future sessions. Since DBX is not 'user aware', note that all saved queries are centrally available to anyone with DBX access; as such, you may wish to consider prefixing the query's save name with your firstname or something similar.
DBX 10.0.6 Released (minor bug fix)
11/29/2007Fixed minor js issue which prevented db's without fulltext enabled to render the detail view page.