vote up 7 vote down star
1

Who's building StatOverflow? I love the tool, especially cause I can't get to my home DB from work. But there's a few things I'd really like to see added (I'd even help!).

In the mean-time, let's also make this into the StatOverflow suggestion box.

flag
1  
When I first saw this I thought it was "StackOverflow" ideas and I was going to harangue you for being a mod and posting such a horrible question. – TheTXI Sep 4 at 14:52
4  
According to the whois record for the domain, Ian Elliot(meta.stackoverflow.com/users/130090/…) is our mystery site owner. networksolutions.com/whois-search/statoverflow.com/… – Rob Allen Sep 4 at 15:04
3  
Rob Allen == stalker! – Vinko Vrsalovic Sep 4 at 15:10
2  
Not really much of a 'mystery', as he announced it here: meta.stackoverflow.com/questions/4179/… – Adam Bellaire Sep 4 at 15:38
I guess I've been neglecting the site far longer than I anticipated due to school. Since there seems to still be interest in it, I guess I'll get back to work. – Ian Elliott Oct 24 at 1:06

14 Answers

vote up 4 vote down check

Ian Elliot runs that site, he announced it here on meta: Data Dump Sandbox

link|flag
vote up 6 vote down

Show a schema outline, or at least link to Brent Ozar's.

link|flag
I've wanted this more than anything myself. It's one of the biggest reasons I don't bother messing around with the data dumps. – TheTXI Sep 4 at 14:54
vote up 6 vote down

Better error messages. At the moment, all we see is that the query failed, but not a good message why.

link|flag
vote up 3 vote down

Put something (such as the sandbox itself) on the index page (http://www.statoverflow.com) instead of "Testing".

link|flag
vote up 3 vote down

Expand the width or enable horizontal scrolling to make it possible to fit more columns into a query result set.

Preferably, do away with the whole centered layout you have now and have everything to the left, then just allow it to expand out to the right. I would rather scroll to see what I want to see than to have a bunch of columns truncated.

link|flag
Do you mean a liquid-layout? – Koning Baard XIV Sep 5 at 23:14
vote up 3 vote down

Show which DB engine it uses. I'm a SQL Server guy and it took a moment to remember the mysql syntax for my first query.

link|flag
1  
Even better: let's find someone willing to put up a sql server DB and have a tabbed interface where you can pick your db engine. – Joel Coehoorn Sep 4 at 15:28
vote up 2 vote down

Display which monthly dump is currently active.

link|flag
vote up 2 vote down

Ability to export in some common formats such as Excel and PDF

link|flag
PDF? Do you mean CSV? – Joel Coehoorn Sep 4 at 15:30
vote up 2 vote down

Either:

  • Do something to preserve query text across refreshes

or

  • Use JavaScript to somehow block the F5 key from refreshing the page (or even re-run the query)

It's such an ingrained habit to hit F5 to refresh the results after tweaking a query as you would in SQL Server Management Studio, but with statoverflow that completely loses your query text.

link|flag
vote up 1 vote down

Find a way to hyperlink PostIDs back to the original question from the results

link|flag
That's actually possible now, though none too friendly: statoverflow.com/sandbox/… – Shog9 Sep 5 at 6:10
vote up 1 vote down

A reporting area where users (such as Stu Thompson) could submit their own graphs and charts and other writeups about Stack Overflow based upon the data available. Or it could just be an area that links back to those types of posts since they already occur here on Meta Stack Overflow.

link|flag
vote up 0 vote down

Show sample queries

link|flag
vote up 0 vote down

Remove the 500 results limit. I know this could have some negative impacts on the DB, but I think you could provide other mechanisms to take care of this (such as limiting the number of these queries someone could generate at any given time range)

link|flag
vote up 0 vote down

Add an option to number the output rows sequentially.

link|flag

Your Answer

Get an OpenID

Not the answer you're looking for? Browse other questions tagged or ask your own question.