I realize that parameterized SQL queries is the optimal way to sanitize user input when building queries that contain user input, but I\'m wondering what is wrong with takin
There are two ways to do it, no exceptions, to be safe from SQL-injections; prepared statements or prameterized stored procedures.