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,
Answers were Sorted based on User's Feedback
Answer / murtaza
use DML triggers which helps u to prevent any modifications.
Is This Answer Correct ? | 2 Yes | 1 No |
What is triggers in ms sql server?
How to Display, Amount of Disk Activity Generated by Transact-SQL Statements?
What do you understand by the data quality services in sql server?
If user is owning any SQL Objects, can we drop that user
What is a collation?
What is instead of trigger sql server?
What are pessimistic lock and optimistic lock?
Explain the categories of stored procedure?
What are the steps to process a single select statement?
What is stored in the mssqlsystemresource database? : sql server database administration
What is the use of RDBMS?
How can you see what type of locks used?