Are Parameters really enough to prevent Sql injections?
问题 I\'ve been preaching both to my colleagues and here on SO about the goodness of using parameters in SQL queries, especially in .NET applications. I\'ve even gone so far as to promise them as giving immunity against SQL injection attacks. But I\'m starting to wonder if this really is true. Are there any known SQL injection attacks that will be successfull against a parameterized query? Can you for example send a string that causes a buffer overflow on the server? There are of course other