The Stack Exchange Data Explorer (SEDE) allows you to create and run queries against copies of the databases of popular Stack Exchange sites.

learn more… | top users | synonyms (2)

2
votes
0answers
35 views

Different Usernames on stackexchange.com and data.stackexchange.com.. Is it a Bug? [duplicate]

Possible Duplicate: Why am I jon.doe when logging into Data Explorer? Okay, The problem is when I log into stackexcange network and its network websites, My username is Alphamale. Which is ...
1
vote
1answer
49 views

Data Explorer generates malformed links for user websites

This is a tiny bug on the Data Explorer site. In the user details page, the link href to the user's website is missing the colon in the protocol specifier (e.g. http//example.org instead of ...
4
votes
1answer
53 views

Data Explorer seems to half attempt to nest comments

I have embedded a start comment in a comment in this query and its Order By clause is ignored: Select 1 As [F] Union all Select 2 As [F] /*/**/ Order By [F] DESC ...yields: F -- 1 2
8
votes
1answer
101 views

The word “Constructor” in results can break the grid in Data Explorer

Queries like SELECT 1, 'constructor', 1 or SELECT id, tagname, count FROM tags where id = 1531 See this query or SELECT * FROM TAGS Don't work in the results to grid mode, but do in ...
7
votes
1answer
75 views

Data Explorer should run the query with the Ctrl/Cmd+Enter keyboard shortcut

Many other query editors use Ctrl/⌘ Command + ⏎ Enter to execute the current query, and it would be great if the Data Explorer could do the same. It would save the world so much time if we all ...
3
votes
1answer
60 views

Data explorer doesn't like me

I made a few DE queries for this question Anyways, I was testing the queries, and I noticed that it doesn't catch me in these queries: ...
5
votes
1answer
93 views

When passing parameters via the URL, they are not properly decoded

By "not properly", I mean "not", apparently. Try this link, for example: http://data.stackexchange.com/stackoverflow/query/65941?SearchString=accept+rate Steps to reproduce: Execute a query with a ...
13
votes
1answer
94 views

More user-friendly behaviour for too-long titles in Data Explorer

Using a title longer than 100 characters for a Data Explorer query produces an MS SQL error message: String or binary data would be truncated. The statement has been terminated. This should be made ...
1
vote
0answers
44 views

Don't transfer the UserId when changing site in Data Explorer [duplicate]

Possible Duplicate: When switching sites after executing a query that uses a user ID, it should not be carried over Normally, users have different UserId among different SE sites (don't ...
5
votes
0answers
36 views

Meta Stack Overflow's description in the Data Explorer hasn't been updated since it was the only meta

From the site list at http://data.stackexchange.com/: Q&A about Stack Overflow, Server Fault and Super User A tad dated. Consider building from real descriptions (the audience property of ...
8
votes
1answer
55 views

Some (long?) strings in one line of concatenation(s) don't work in Data Explorer

See this query which works as is, but if you edit it to delete either embedded new line (or both) the query fails with: Incorrect syntax near '0'.
-6
votes
2answers
208 views

Badge Statistics and maximum number of badges on Stack Overflow

We can see statistics about reputation at http://stackexchange.com/leagues/1/alltime/stackoverflow. How can I find who had maximum number of badges on Stack Overflow ? It would be nice to see ...
7
votes
1answer
96 views

Creating an account on Data.SE causes wonky things to happen

I just finally logged in for the first time on Data.SE and thus created an account there. The actual account creation took place at 17:46:37 GMT. Now here's what my profile turned out like: Does ...
7
votes
1answer
82 views

Provide convenient way to get the current site URL in SEDE query

Since Data Explorer allows us to create links to any of the "unlinked pages" (like suggested-edits, timeline, revisions etc) it would be useful to have a convenient way to get the URL of the site ...
7
votes
1answer
79 views

Data Explorer Error Messages Fade to Nothing

I was learning to use the Data Explorer (slowly), and had lots and lots of syntax errors. As I rearranged bits and retyped bits to figure out my mistakes, I kept clicking the "Run Query" button ...
11
votes
1answer
121 views

Show names and ids from VoteTypes, PostTypes, etc. tables in the Data Explorer UI

While writing a query in the Data Explorer, I nearly always have to interrupt the process to query the VoteTypes, PostTypes, and / or PostHistoryTypes tables (so I can remember the Ids I need). I ...
2
votes
0answers
37 views

Always show the other-site-button-bar on the Data Explorer, even before executing query [duplicate]

Possible Duplicate: Allow switching the site before executing a query Today I ran across this query on the Data Explorer for Server Fault. I wanted to execute it for Stack Overflow, but ...
-5
votes
1answer
65 views

Enable extended database information if data is private to executing user

Right now, the UserId for Votes is only available if the vote is a favorite. It would be nice if users logged in could have UserId for all types of votes that they themselves cast, so queries for ...
1
vote
0answers
33 views

Any way to get full result set from the data explorer? [duplicate]

Possible Duplicate: How to access all of oData in stackoverflow data explorer? Seems my query results in the data explorer have an automatic limit of 50,000 results (I did a query on all ...
3
votes
1answer
85 views

Data on data.stackexchange.com is seriously flawed [duplicate]

Possible Duplicate: Age calculations are wrong in the data dump export Age field in database off by one I was messing around a bit and then I did this query: ...
0
votes
1answer
106 views

Can I run a query over all users?

I noticed that a userid is required to run a query; but what if I want to check out a property for all users? For example, if I wanted to find the sum of upvotes for each user, not just myself? Can I ...
1
vote
0answers
32 views

The users page on Data.SE isn't reporting the correct number of saved queries

According to this page on the Data.SE I've got more than a 1200 saved queries on Data.SE. I'm pretty sure this is counting the revisions.
10
votes
1answer
167 views

Why is the data explorer telling me there are closed questions with no close votes?

I am curious why SE Data Explorer is telling me there are closed questions with no close votes I don't think my query is wrong, but I suppose it could be: select Closevotes, count(*) from ( ...
12
votes
1answer
77 views

Data.SE dumps are monthly… but when?

I've been playing with our awesome data site and wondering how frequently it's updated, and of course the FAQ says: How frequently is Stack Exchange Data Explorer updated? Data is updated ...
5
votes
1answer
171 views

A query to get all posts that count for Archaeologist and Excavator

I've been playing with data-explorer to peruse stackoverflow more and learn some t-sql. I managed to write this query, which lists out all posts the user has edited and then shows a difference in ...
6
votes
0answers
94 views

Viewing total re-open votes in SE Data Explorer?

Can you allow us to view total re-open vote count in data explorer? I am asking because I find it extremely hard to get questions re-opened by the community on lower traffic SE sites. Closed ...
9
votes
1answer
71 views

Allow switching the site before executing a query

Currently, if you open a Data Explorer query, you can't switch the site until you actually execute the query, because the site list is hidden. Please change this. As it is, you either have to execute ...
3
votes
0answers
45 views

Multiple Run Queries needed to get the result of an edited query in Data Explorer

I don't know if this is related to my previous reports, but currently when you edit a query in SEDE the changes are ignored by the first Run Query (whether it be a valid query or an error). The next ...
8
votes
0answers
96 views

Age field in database off by one [duplicate]

Take this query for example. And checking the "real" user profiles, the ages are all either off by one, or nonexistent. This might make sense since the data doesn't arrive constantly, except everybody ...
2
votes
1answer
110 views

My StackExchange DataExplorer Account doesn't show up in my Accounts!

I recently got my StackExchange DataExplorer Account. Why doesn't show up on my normal account under "Accounts"? Is StackExchange DataExplorer somehow special?
3
votes
1answer
88 views

Can you use the data explorer to view an offline (local) data dump?

Was just looking into the possibility of having an offline local copy of stack overflow for when I'm internetless. I found a blog post about the data explorer, although it looks like it's designed to ...
14
votes
2answers
97 views

Delete own query on data explorer

Is it possible to delete or at least hide your own data explorer query when you know you've only been testing something and don't want it to show?
5
votes
1answer
55 views

Odd title value for Compose Query button at Data Explorer

Just visited the Data Explorer for the first time and noticed that the 'Compose Query' button on top right has an odd title value - <a class="youarehere" href="/superuser/query/new" ...
5
votes
1answer
105 views

Login problem - a name unknown to me appeared [duplicate]

Possible Duplicate: Why am I jon.doe when logging into Data Explorer? I have tried to login the first time to SE Data Explorer, through the Google account, but I got a new for me name ...
6
votes
1answer
49 views

Using the undocumented “Suggested Edit Link” magic column displays “[object Object]”

Queries that use the undocumented magic column for suggested edits (Suggested Edit Link) break; they display [object Object] instead of the suggested edit ID, let alone a direct link to the suggested ...
3
votes
2answers
216 views

Data Explorer currently crashing Internet Explorer

Right now when I go to http://data.stackexchange.com (either by link or typing in the URL) in Internet Explorer 8 on Vista, it crashes the tab and IE attempts to recover twice, finishing with ...
8
votes
1answer
64 views

When switching sites after executing a query that uses a user ID, it should not be carried over

When you execute a query that uses your user ID, it is prefilled automatically if you are logged into the Data Explorer. If, after executing (because before that it isn't really possible for some ...
6
votes
1answer
79 views

Data Explorer: Integer parameters can't be negative values

With the Data Explorer, when using "strongly-typed" integer parameters in the form of ##VariableName:int##, you can't enter negative values. When attempting to do so, you get an error message: ...
3
votes
2answers
44 views

How do I save data explorer queries?

Just found the data explorer, it's a lot of fun. How do I save* queries? My workaround: experiment a bunch, after 20 revisions settle on something I like go to my history, find the query favorite ...
5
votes
0answers
62 views

Known deployments or users of Stack Exchange Data Explorer source?

Do we know of any known installations of the Stack Exchange Data Explorer code out in the wild?
-6
votes
2answers
112 views

Query returns wrong information about me [duplicate]

Possible Duplicate: Data from the Stack Exchange Data Explorer are obsolete I'm not getting the expected results when running queries with my userId. Tried to debug what is happening and ...
3
votes
1answer
68 views

My Money for Jam query - Download csv doesn't show Post name in the Post Link column

The My Money for Jam query has a column called Post Link. When I download the csv, that column only has a curly brace in it...
2
votes
1answer
78 views

OData feeds are broken (again) on data.stackexchange.com

There are a few things I'd like to be able to query that I can't get (or get efficiently) via the SE API. I'm considering building an app that consumes the OData feeds from Data Explorer, but the ...
3
votes
1answer
65 views

Data Explorer doesn't like GO after CREATE PROCEDURE

My original #Temporary tables, indexes and procedures work! no longer works, so I edited it to confirm temporary tables and indexes can still work -- and this now doesn't need GO. The problem with ...
4
votes
1answer
47 views

Subsequent requeries seem to use original query or another query entirely

I first saw this with my edited #Temporary tables and indexes work and now see it with my simple SELECT 1 then 2 Test. The first query, whether it is cached or a new one (by ensuring you go to a ...
5
votes
1answer
97 views

Every second failed Data Explorer query just removes the last error

Start a new query. Put in something that is correct syntax. E.g. SELECT NULL Click Run Query and the correct results are displayed. Make it a syntax error. E.g. SELECT NULLx Click Run Query and ...
2
votes
2answers
129 views

Why is the like operator case sensitive in data explorer

Why is the like operator case sensitive in data explorer? Which database is being used on the backend? Sql Server's like operator was case insensitive the last time I checked.
11
votes
1answer
122 views

Direct links to the new SEDE graphs

I noticed we can now generate graphs on SEDE (Awesome!!), but unfortunately there doesn't appear to be any way to provide a link directly to the graph tab of a query. Is there any chance we can get ...
5
votes
1answer
53 views

URLs in “Recent” list of DataSE are broken

On dataSE, the "Recent" list under ones profile is broken; the ID component for all of the URLs are "0", resulting in a 404 for all URL's Recent List Example URL - ...
2
votes
2answers
55 views

On data.se.com, favorite icon does not appear if query has no description. Why?

I was browsing today some queries on data.stackexchange.com, and I noticed that on the list some did not present the favorite icon/count. The icon is present in the detail. It happens only on ...

1 2 3 4 5 11