Stored procedures are safe from SQL injection attacks

Options
- True
- False


CORRECT ANSWER : True

Discussion Board
two different answers

The correct answer was typed TRUE but the in the Discussion Board it mentioned FALSE

Akram 01-30-2019 03:38 PM

The correct answer is False!

By default, they are NOT safe from an injection attack. For example, your stored procedure for whatever reason has variables, those variables get their data from a text box on a webpage (obviously bad by design.) Anyway, your SP can now be subject to an injection.

Shizzle 09-15-2015 06:00 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement