Wht is SQL Injection Attack ?
Answers were Sorted based on User's Feedback
Answer / mustafa_7_8_6
SQL injection is a technique that exploits a security
vulnerability occurring in the database layer of an
application. The vulnerability is present when user input
is either incorrectly filtered for string literal escape
characters embedded in SQL statements or user input is not
strongly typed and thereby unexpectedly executed. It is in
fact an instance of a more general class of vulnerabilities
that can occur whenever one programming or scripting
language is embedded inside another.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / vikas kant
Sql injection attack is the form of attack on the database
driven websites in which attacker executes some
unauthorised T-Sql commands while taking the advantage of
poor input validation.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saman
Read http://www.expertcore.org/viewtopic.php?f=74&t=2101 for
"what is SQL injection" with examples.
Is This Answer Correct ? | 0 Yes | 0 No |
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
How to disable triggers using "disable trigger"?
What is row_number()?
Explain about sql server login?
If we drop a table, does it also drop related objects like constraints, indexes, columns, defaults, views, and stored procedures?
what is isolation level at dead lock?
one of my database size is 2gb and Unrestricted Growth for Data file up to 10%.But every day after day I am getting Primary Data file is full 99.999 please take appropriate actions.Why it is? Even disk space is also not full,but still I am getting the alerts.
Explain what are the basic functions for master, msdb, model, tempdb databases?
What are the different types of lock modes in sql server 2000?
Explain filestream storage of sql server 2008?
What are ddl (data definition language) statements for tables in ms sql server?
What is the difference between count () and rowcount ()?