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 horizontal and vertical scaling?
How to add more data to the testing table in ms sql server?
How to convert numeric expression data types using the cast() function?
what are user defined datatypes and when you should go for them? : Sql server database administration
What is a View ? Can we insert, Update and delete a view?
Your table has a large character field there are queries that use this field in their search clause what should you do?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
What is coalesce in sql server?
How to write a query with a left outer join in ms sql server?
Write a sql query to get zero records from a table having n number of records?
how will add additional conditions in sql?
Explain the types of indexes.
What is filter index?
Where is my database stored on the hard disk in ms sql server?
How do I make a resultset scrollable?