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
What is a view in sql?
How to convert numeric expression data types using the cast() function?
Can you index views?
Where can you add custom error messages to sql server?
Can we do dml on views?
What is an indexed view?
What are the different types of subquery?
Can one drop a column from a table?
How can we solve concurrency problems?
What is temporary table in sql server? Why we use temp table?
What is a coalesce function?
What is normalization and what are the advantages of it?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
How to remove duplicate rows from table except one?
What is clustered index