SQL Server Installation Best Practices
You get only one chance to install your SQL Server correctly. Before you run setup.exe, there are some basic configuration steps that will make all the difference in performance and troubleshooting.
You get only one chance to install your SQL Server correctly. Before you run setup.exe, there are some basic configuration steps that will make all the difference in performance and troubleshooting.
Using MySQL replication gives you an opportunity to scale out read queries. However, MySQL replication is asynchronous so the slave may fall behind. This MySQL webinar shows the correct ways to check when the slave is safe to query and how to architect your PHP application to adapt dynamically when …
Pramod Sadalage discussed about his book “NoSQL Distilled”. NoSQL Distilled is a concise but thorough introduction to this rapidly emerging technology. Pramod J. Sadalage and Martin Fowler explain how NoSQL databases work and the ways that they may be a superior alternative to a traditional RDBMS. The authors provide a …
Use your skills, experience and talents to be a part of groundbreaking thinking and visionary goals.
The Apache Mahout machine learning library’s goal is to build scalable machine learning libraries. We live in a world where keeping up with incoming data and making sense of it becomes ever more important – but also ever more tedious: Social networks, traditional media, subscription based newsletters are just three …
Sheeri Cabral, Senior DB Admin/Architect at Mozilla, make a presentation about MySQL security. All the aspects of MySQL security are presented in this talk: backup access, encryption, network access, access to operating systems and logs, etc.