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?

Attachments

0
Scott Wright
CTO, GRMC Group
Posted on Dec. 17, 2010
  • Recommended by:

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