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 is a transaction and why is it important?
What is use of attributehierarchyenabled? : sql server analysis services, ssas
How do you improve the performance of a SQL Azure Database?
What is difference between aggregate and analytic function?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
optimization techinques
Why truncate is ddl command?
What is data source object?
How can I create a new template for import ? : sql server management studio
What are sql azure firewall rules?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What stored by the msdb?
Can sql server 2016 run on windows 7?
Explain the different types of joins?
If a stored procedure is taking a table data type, how it looks?