Tag: Editorials

Editorials

Make it Work Like the Old System

Make it work like the old system. I have worked on three large projects where this was the stated requirements for a system. Each time I wanted more specific requirements. Each time I relented. Each time there was a huge price to pay as a result. The biggest reason a company will want to use this methodology is because they […]

Editorials

Hype or Help

If the email I am receiving is any indication of what is happening around databases is true, here are some of the hot skills. DevOps Simplified Database Change Management Services in the Cloud On Site and Cloud combined implementations…especially SQL Server BI of any type Machine Learning If you’re like me, you get a lot of Email daily, and it […]

Editorials

Key Management

What is your key management process? When it comes to encryption, encryption key management is probably the most important part. It is more important than what encryption methodology you use. The encryption key is the backbone to all encryption, regardless of using a salt, or anything else. There are a few key aspects of a key management process that you […]

Editorials

Ladies and Gentlemen, Choose Your Weapons

Even one of the comments from yesterday said it – “I don’t know where to start…” – boy, isn’t THAT the truth? Talking about what to learn, what priorities to pay attention to, where to start learning all of it. That’s the problem. The “all of it” part. I can’t tell you how many people I’ve talked to that are […]

Editorials

There’s Monitoring and then There’s Monitoring

I think I need to clarify some terms when it comes to monitoring your systems. I find there may be two different kinds of monitoring. Monitoring for your system is coming down. User activities are very slow, or dropped on the floor Monitoring the continuous operations of your ENTIRE system, from the users perspective There are great tools, as David […]

Editorials

Database Monitoring

Have you had a chance to look at the Query Data Store introduced in SQL Server 2014. This is a great, out of the box, monitoring tool when it comes to query execution plans. The execution plan for a query may change over time due to different factors. When available memory is stressed, SQL Server will release cached query plans […]

Editorials

Monitoring

When you want to know about performance of your application, you need to base the performance on the overall experience of the consumer. That means you must include all the time from the request being sent from the client until the response has been returned. Depending on your system, there may be many different process interactions, maybe on different servers […]