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 / murtaza
use DML triggers which helps u to prevent any modifications.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to modify an existing user defined function?
What type of locking occurs during the snapshot generation? : sql server replication
What is optimistic concurrency?
What is logshipping and its purpose?
Explain in brief how sql server enhances scalability of the database system?
How is sql server used?
How do I delete a sql server database?
Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?
Explain index in sql server?
How many types of stored procedures are there in sql server?
explain the storage models of olap? : Sql server database administration
What are the difference between primary keys and foreign keys?
What are synonyms?
Write a sql query to get zero records from a table having n number of records?
How to how to convert numeric expression data types using the convert() function??