Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What is SQL injection, in MS SQL Server?

Nice?Vote!
asked 1 year ago in SQL Server Interview Questions and Answers by R (19,530 points) edited 1 year ago by R

1 Answer

Nice?Vote!
As per webopedia, SQL Injection is a form of attack on a database-driven Web site in which the attacker executes unauthorized SQL commands by taking advantage of insecure code on a system connected to the Internet, bypassing the firewall. SQL injection attacks are used to steal information from a database from which the data would normally not be available and/or to gain access to an organization’s host computers through the computer that is hosting the database.
SQL injection attacks typically are easy to avoid by ensuring that a system has strong input validation.

Hope this gives introduction.
If need more info in details, please post your questions.
answered 1 year ago by anonymous

Related questions