If you’re building a production SharePoint environment (or even a development one), it’s probably a good idea to get a handle on the best practices for SharePoint databases stored in SQL Server. It will help to understand some key areas before deployment:
- Architecture Recommendations
- Limit content database size to enhance manageability
- Configure autogrowth settings
- Physical Storage Recommendations
- Separate and prioritize your data among disks
- Use multiple data files for large content databases and the SSP search database
- Use multiple data files for content databases
- Use multiple data files for the SSP search database
- SQL Server recommended practices
Blog do Ezequiel wrote a great article that details all of the above. I’ve simply summarized the key points above, but I encourage you to read his post in length. Microsoft has also published some useful resources on this topic (which Ezequiel talks about). I find the following link to be particularly useful:
If anyone has any recommendations for other useful resources pertaining to this topic, please let me know and I’ll include it above and credit your contribution.




