Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is meant by sql injection with example and one more
question how to catch the errors in sqlserver

Answer Posted / sudheer

sql injection attacks are used to steal information from a
database from which normally not be available and /or to
gain access to an organaization 's host computers through
the computer that is hosting the database.
EXAMPLE:
select email,pwd,login_id,fullname from members where
email='x'

Now somebody does not put 'x' as the input but
puts 'x ;drop table members;' so the actual sql wich will
execute is
select email,pwd,login_id,fullname from members where
email=x;drop table members;
Think once what happens to ur database.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of attributehierarchyenabled? : sql server analysis services, ssas

1298


What are the types of indexing?

1117


Can you get second highest salary from the table?

1009


What are information schema views?

1030


How to concatenate two binary strings together?

1175


How to create a dynamic cursor with the dynamic option?

1103


Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?

1222


What is SQL Azure?

107


What is multilevel indexing?

981


What is the command used to recompile the stored procedure at run time?

1118


What is openrowset sql server?

1192


Define Joins?

1074


What is partition in sql server?

1091


How to drop an existing schema in ms sql server?

1144


How to generate create function script on an existing function?

1179