I have a SQL server that only recently started failing with timeout exceptions. It is an older box and we are using it for more and more things. Before I write it off as a hardware/perf issue, I ...
The website isn't using parameterized queries, which is a fairly serious security flaw. Most likely, your mother is putting a single quote in a field where the programmer didn't expect it, and because ...