Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / database / SQL-Server

Keeping a Database Server Healthy

0.00/5 (No votes)
5 Apr 2011CPOL 5.3K  
I would definitely include some security measures in here as they can compromise the data being stored. Though the system may remain up after a breach, it will be too late to prevent damage once it's done:16. By all means necessary, take measures against SQL injections. This is probably a...
I would definitely include some security measures in here as they can compromise the data being stored. Though the system may remain up after a breach, it will be too late to prevent damage once it's done:

16. By all means necessary, take measures against SQL injections. This is probably a topic of an entire article.
17. Never, never store passwords as plain text, hash them with salt.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)