SQL injections with prepared statements?
问题 If I remember correctly, I think Jeff has mentioned in the Stack Overflow podcast a possible weakness in SQL prepared statements. I'm wondering what kind(s) of weakness(es) did he refer to? Was it possibly just about inappropriate usage thereof, or something more sinister? The podcast, to my remembering, didn't go deeper into the subject, it was just a pass-by-remark. 回答1: I think what he said was that, when you use Prepared Statements, SQL server could cache your query execution plan, so,