4,843 reputation
1235
bio website
location Reading, United Kingdom
age 27
visits member for 3 years, 8 months
seen May 15 at 12:26
stats profile views 210

Mar
1
comment Data explorer merge request - Execution plans
@Basic Shouldn't be too hard, just need to change it to use SET SHOWPLAN_XML ON on instead of SET STATISTICS XML ON
Jan
3
awarded  Nice Question
Oct
27
awarded  Nice Question
Sep
21
awarded  Custodian
Sep
18
awarded  Yearling
Aug
28
answered How to read data dump of a site
Aug
24
awarded  Nice Question
Jul
31
accepted What should I do when I see a comment that I believe is unfriendly?
Jul
31
revised Help me defeat the barbarians in the [regex] tag!
added 45 characters in body
Jul
31
answered Help me defeat the barbarians in the [regex] tag!
Jul
31
revised What should I do when I see a comment that I believe is unfriendly?
added 41 characters in body
Jul
31
asked What should I do when I see a comment that I believe is unfriendly?
Jul
16
awarded  Necromancer
May
14
awarded  Popular Question
May
9
awarded  Nice Answer
Mar
20
comment Show all of my question/answers to me even if they are deleted
Definitely agreed - I've seen a number of posts on various meta sites from users who are confused as to why their question was deleted - being able to see comments, the close reason and the original question text / edit history will greatly help out new users who are trying to learn from their mistakes. At the moment they just post on Meta and a 10k user looks at the question for them.
Feb
29
asked How come the “Learning to write a compiler” question was deleted?
Feb
24
comment Can we have search default to “AND” instead of “OR”?
No its not. Search for content management system comparison vs and the first result doesn't have the term vs anywhere in that document (vs isn't a stop word because its highlighted in the summary of many other search hits) It often seems like terms are anded but in reality Google is just sorting the results by relevance well enough so that results which match all terms usually appear near the top.
Feb
24
comment Can we have search default to “AND” instead of “OR”?
@hammar However many stop words you add you can still come up with an example that shows these problems. For example what happens if the top ranking result was language agnostic and used the term .Net and not C#? Anding together results means that result no longer appears because it doesn't contain the term C#. You can't make C# a stop word!
Feb
21
awarded  Nice Question