Answer Posted / vikas kant
Sql injection attack is the form of attack on the database
driven websites in which attacker executes some
unauthorised T-Sql commands while taking the advantage of
poor input validation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
What is precedence constraint?
What is the difference between writing data to mirrored drives versus raid5 drives
What are the types of sql server?
Can I disable or restrict ssrs export formats (rendering formats)?
What is the difference between insensitive and scroll cursor?
Does sql server use java?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
between cast and convert which function would you prefer and why?
What are drillthrough reports?
What is filtered index?
What is check constraint in sql server?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
Explain what is log shipping?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration