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 data source object?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
How to execute stored procedure and set temp table in sql server?
How do you rebuild an identity column?
Can you roll back the ddl statement in a trigger?
Explain few of the new features of sql server 2008 management studio
is it important for a database administrator to understand the operating system and file access? : Sql server administration
What is cursor in ms sql server?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
Give the query of getting last two records from the table in SQL SERVER?
Explain various data region available in ssrs with their use?
What happens when the SQL Azure database reaches Max Size?
How to handle error or exception in sql?
Can an entity have two primary keys?
Mention the differences between having and where clause.