Editorials

Editorials

How Do You Maintain Your Servers?

I read a great article from Glenn Berry about applying (or not applying) patches to your systems. There are clearly implications of whether you apply updates or not, and Glenn does an excellent job outlining key points. It’s a hard decision only because it can mean some pretty significant work on your part to make sure updates are clean and […]

Editorials

Scorecards for Small Businesses

Scorecards for Small Businesses In the mid-1980s I worked for a small non-profit organization with an annual budget just under $250k. We worked hard as an organization to develop the equivalent of Scorecards as a way to track our goals and accomplishments as they applied to the purpose and intentions of the organization. Because we didn’t have much more than […]

Editorials

Scorecards? Why does every BI tool have them?

Scorecards – Why does every BI tool have them? I came across the concept of Key Performance indicators and Scorecards in the Harvard Business Review, and a book I read by one of the professors on the topic, about 10 years ago. The concept so intrigued me, I was talking with a few co-workers about starting a company based around […]

Editorials

Database Sharding/Partitioning Overview

Database Sharding/Partitioning Overview Back when Microsoft SQL Server 2005 was still in Community Technical Preview stage, months before the release, some of the SQL team working with integrating XML into SQL Server released a white paper on TechNet reviewing the methodology behind creating indexes on the contents of the XML data type. I read the paper back then and was […]

Editorials

Access and Foxpro Moving to Azure

Access and Foxpro Moving to Azure I was surprised to hear late last week that Microsoft’s Access and FoxPro lines are being migrated to Azure offerings, much like the HDInsight and various database and database offerings from Microsoft. I initially had a hard time understanding the "Why" of the change, but it does make sense. If you think about how […]

Editorials

Securing SQL Assets

Securing SQL Assets We talk a lot about securing your database assets in SQL Server. We cover concepts such as authentication techniques and which one is the best fit. Utilizing Schemas to separate ownership of database objects. Creating groups and users to manage permissions for objects more easily. Granting and revoking of privileges reducing the vulnerability for database consumers. It […]