presidentender
Golden Member
The lead developer on my project wrote a stored proc using the 'exec' function with a string built from parameters, a la The Daily WTF. I asked if I could just change it instead of doing SQL injection filtering (since a proper parameterized query would make the filtering unnecessary) and he said no. I'm the new guy here and don't want to make waves, but I'd really rather not deal with this type of thing again. It makes matters either better or worse that he's a good developer and estimator in most other areas.