Mitch Wheat

41,337
reputation
3610 views

Registered User

name Mitch Wheat
member for 1 year
seen 3 hours ago
website
location Perth, Australia
age 44
Developer (predominately C#, but not exclusively) and MVP. Particularly interested in performance tuning and SQL Server. My blog is here.

I run the Perth .NET user group, here in Western Australia.

BTW, the image is not me! (It's the CrackFox from series 3 of the Mighty Boosh!)
1d
comment Sql query - if statement
Please google "SQL Injection attack'
2d
comment Need Help about ADO.Net Transaction
If you think using "READ UNCOMMITED" is a good idea, you're wrong!
2d
comment Need Help about ADO.Net Transaction
Would the downvoter please leave a comment. Thanks.
Dec
13
comment How to open a file and search for a word [Ruby]?
have you at least done a search?
Dec
13
answered Need Help about ADO.Net Transaction
Dec
13
comment How to get the excel file name / path in VBA
I suggest you improve your acceptance rate; otherwise people might not be inclined to answer your questions...
Dec
13
comment SQL Server 2000 - View list of sprocs with GRANT EXECUTE for a particular role exclusively ?
belongs on superuser.com...
Dec
13
answered Why can’t the VBA Me keyword access private procedures in its own module?
Dec
13
comment alt vs title vs filename?
I would suggest improving yout acceptance rate; otherwise people might not be inclined to answer your questions...
Dec
13
answered How to get the excel file name / path in VBA
Dec
13
comment vs2008 c#: Thread pool question
@Michael Valenty: of course threading is appropriate for processor intensive operation as long as they have coarse granularity (i.e. work can easily be split into sizeable chunks)! If it wasn't, then there wouldn't be much point of multithreading. database or web services calls are examples of coarse grained operations
Dec
13
comment Game programming in C++ pdf books
@Ash: I answer question as I see fit at the time. I don't downvote someone for trying to help the poster.
Dec
13
comment Game programming in C++ pdf books
@aSH: excuse? what's your excuse for voting down?
Dec
13
comment Game programming in C++ pdf books
@Ash: downvoting is for wrong answers, not punishment of someone answering a question differently to how you would.
Dec
13
answered alt vs title vs filename?
Dec
13
answered Game programming in C++ pdf books
Dec
12
comment Examples of parameterized queries
google.com.au/search?hl=en&source=hp&q=+M…
Dec
12
comment Easy way to escape sql strings?
Don't do that! It opens you up to SQL injection attacks!
Dec
12
comment sorry guys, its hex number of 128 length which is to be converted to binary in c#
Please post the code you have written so far. People generally do not like to just write for code for you.
Dec
12
comment SQL Server WHERE Clause using Temporary Columns
+1. Even though logic is identical, I prefer your IS NULL version!
Dec
12
comment double free error with pointer to array of mpz_t
could you post the rest of the code?
Dec
12
answered SQL Server WHERE Clause using Temporary Columns
Dec
11
comment C# XSLT: How to debug this error ?
so you want us to debug your code for you?
Dec
11
comment Animated GIFs in Lotus Notes
Any company that uses Lotus Notes does not deserve xmas cards
Dec
11
comment Easiest way to process text from MS word file
That would depend on version, and poster says it's an old word document, so unlikely that will work.
Dec
11
comment How do you find a co-ordinates of a given perpendicular from point (x1 , y1)
Please post the code you have written so far. People generally do not like to just write for code for you.
Dec
11
revised SQL: are multiple commands separated with ‘;’ atomic or not?
added 1 characters in body
Dec
11
comment How to check query statement in Linq to NHibernate?
+1 the log4Net option I'd forgotten about!
Dec
11
answered How to check query statement in Linq to NHibernate?
Dec
11
answered SQL: are multiple commands separated with ‘;’ atomic or not?
Dec
10
accepted Silverlight - Client Verification
Dec
10
comment can i combine these update queries into one query
@David: "If you'd take an overview of @silverkid's posts over the last week" - not something I usually do!
Dec
9
comment can i combine these update queries into one query
I've updated to use the NULL value test rather than a string (as in posters original question)
Dec
9
revised can i combine these update queries into one query
added 2 characters in body
Dec
9
comment probability of deck of cards
by the way, this is not the way to shuffle a list; it introduces bias. Check out Fisher-Yates shuffle algorithm...
Dec
9
revised probability of deck of cards
added 29 characters in body
Dec
9
accepted Best books in database design and optimization?
Dec
9
answered How to design this “bus stations” database?
Dec
9
comment How to design this “bus stations” database?
I would think about getting your accept rate up....
Dec
9
answered Silverlight - Client Verification
Dec
9
comment The Ruby community values simplicity…what’s your argument for simplifying a db schema in a new project?
Can you define "too complicated"? If the domain is complicated then 117 tables would not necessarily be excessive.
Dec
9
answered The Ruby community values simplicity…what’s your argument for simplifying a db schema in a new project?
Dec
9
comment can i combine these update queries into one query
@David W. Fenton: that's a string 'NULL', not an actual NULL
Dec
8
comment SQL merge table and group by
@Charles Bretana: Thanks!
Dec
8
revised SQL merge table and group by
added 18 characters in body
Dec
8
accepted SQL merge table and group by
Dec
8
answered Monitor account activity for SQL Server 2005
Dec
8
answered SQL merge table and group by
Dec
8
comment ToolTip Control in .net with Winforms
so what's your question?
Dec
8
answered SQL server SP : sometimes not to be included in WHERE clause