Share what you know with millions of people
Focus is the best place to turn what you know into remarkable content
0
What are your biggest tips for creating an SQL database?
What would you advise when writing code for a secure SQL database?
Events
- Dos and Don'ts of Small Business Marketing May 29 @ 11 am PT
- Lead Nurturing 202: The Next Generation May 31 @ 11 am PT
- The Tricks to Paid Media June 6 @ 11 am PT
- Display Advertising for Brand Awareness June 20 @ 11 am PT





1 Answer
Trent,
Visit www.OWASP.org
The number one answer is used stored procedures rather than in-line SQL. But this nowhere near covers the topic.
The application that accesses the data is more of a weak point that the database it's self. Why hack the DB when the application freely offers the crown jewels...
This is a bit too big a question to answer here so a great starting point is the OWASP site.
Hope this helps,
Scott
http://www.linkedin.com/in/scottjwright
Answer This Question