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 change tracking in sql server?
What are the different types of data sources in ssrs?
What is subquery explain with example?
What is dbcc command in sql server?
What is a periodical index?
Write a sql query to delete duplicate records from a table called table1
how can you attach more than 20 ldf files in sql server
Explain ms sql server reporting services vs crystal reports?
is it important for a database administrator to understand the operating system and file access? : Sql server administration
Do you know what are acid properties of transaction?
Can you please differentiate between a primary key and a unique key?
What is data source object?
What are page splits? : SQL Server Architecture
How to create a simple user defined function in ms sql server?
What is database architecture? : SQL Server Architecture