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 the output for this query select * from employee where 1=1;
How to get the count of distinct records. Please give me the query?
What are the components of dbms?
Does sql server 2016 have ssms?
Can two different columns be merged into single column? Show practically?
Hi, I have a table A which has four rows as follows Table A ------- empname salary ------- ------ A 1000 B 2000 C 3000 A 1000 B 2000 D 5000 I need the following output: empname salary ------- ------ A 1000 A 1000 B 2000 B 2000 Thanks in advance
How do I get to sql server configuration manager?
How do you use DBCC statements to monitor various aspects of a SQL server installation?
Explain the steps to create and execute a user-defined function in the sql server?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is abstracting periodical?
what's the maximum size of a row? : Sql server database administration
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)