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
What according to you is the difference between mysql and sql server performance?
Which data type columns are the best candidates for full-text indexing?
Will the writetext statement activate a trigger?
What is the difference between count and distinct count?
What is named calculation? : sql server analysis services, ssas
How to create a simple table to test triggers in ms sql server?
Explain the third normal form(3nf)?
Where sql server usernames and passwords are stored in a sql server?
How to transfer an existing table from one schema to another schema in ms sql server?
Difference between primary key and clustered index?
What is difference between getdate and sysdatetime in sql server 2008?
What is buffer cash in sql server?
Explain activity monitors
Can you explain what are commit and rollback in sql?
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.