adspace


How to recover from sql injection? : sql server security

Answer Posted / Anoop Kumar Pandey

Implement parameterized queries, use stored procedures, limit user input, and regularly update the database to apply patches

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a view in sql?

1040


How to convert numeric expression data types using the cast() function?

1149


Can you index views?

954


Where can you add custom error messages to sql server?

1211


Can we do dml on views?

1038


What is an indexed view?

1022


What are the different types of subquery?

1235


Can one drop a column from a table?

1089


How can we solve concurrency problems?

1122


What is temporary table in sql server? Why we use temp table?

1021


What is a coalesce function?

1283


What is normalization and what are the advantages of it?

1055


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1299


How to remove duplicate rows from table except one?

1088


What is clustered index

1086