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

Define Wed Edition in SQL Azure?

102


Explain the cursor lock types?

1095


Does order by actually change the order of the data in the tables or does it just change the output?

1204


Disadvantages of the indexes?

1182


What is role playing dimension with two examples? : sql server analysis services, ssas

1050


What is an execution plan?

1231


You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?

1051


How to create function without parameter in sql server?

1101


What is exclusive locks?

1008


Name three of the features managed by the surface area configuration tool? : sql server security

1029


How to set the current database in ms sql server?

1134


What does man by sql wildcard characters in sql server?

1099


What is the contrast between sql and mysql?

1150


What is an etl file?

1004


What is standby servers? Explain types of standby servers.

1048