I am using SQL Server 2005, I have some select and update
statements in my query with WHERE clause
I want to prevent these queries from SQL injection attacks.
What are the steps and precautions to be taken for SQL
Injection attacks?
Does anybody have suggestions?
Thanks in advance,
Answer Posted / satish
Use Trigger to check the values cuming .. :)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are cascading parameters in ssrs reports?
What is difference between equi join and inner join?
Write a SQL queries on Self Join and Inner Join.
How to declare and use cursor variables?
What is update locks?
How to modify an existing stored procedure in ms sql server?
What is a recursive stored procedure in sql server?
How you can find out if an index is useful to the optimizer?
Distinguish between nested subquery and correlated subquery?
How to rebuild all indexes on a single table?
Which is the latest version of sql server and when it is released?
What is difference between order by and group by?
What is a result set object returned by mssql_query()?
How can I create a report based on a query? : sql server management studio
Explain error and transaction handling in sql server?