Editorials

Editorials

Actionable Data

Actionable Data I was reading the results of a survey about the capability of current data engines to capture data real time and present the data to decision makers in a manner resulting in Actionable Data. My initial gut reaction was, “Is real time data more Actionable?” I’m already feeling overwhelmed by the amount of data surrounding me, and my […]

Editorials

How Long Will It Last?

How Long Will It Last? I was reading about capabilities of the new Visual Studio 2012 and came across a phrase in the description of LightSwitch that caught my attention. For those of you not familiar with LightSwitch, it is a 4GL code generator that builds apps. The resultant code is based on well established frameworks and patterns driven by […]

Editorials

Using Version Control – git

Using Version Control – git Ian writes in responding to my editorial yesterday about different techniques for utilizing Version Control to manage multiple initiatives and release timeframes. We were introduced to GIT about two years ago. The price was right and it did everything we wanted: it was also amazingly fast. There is a steep learning curve with GIT in […]

Editorials

Version Control that Works at the Speed of Business

Version Control that Works at the Speed of Business A few months ago I wrote about skills a developer must have beyond simple syntax. Effectively using Version Control is one of those skills. Recently I have been considering different techniques for utilizing Version Control systems to allow the maximum amount of shared source while maintaining necessary separation of parallel initiatives. […]

Editorials

Not Null Again

Not Null Again If you don’t allow NULL values in your database, just skip this editorial section of the newsletter. Still there? Today I wanted to talk about the use of NULL in your table definitions. Not about if you should use them or not, or even about how it changes your code. What I want to talk about is […]

Editorials

Transaction Log Truncation

Transaction Log Truncation In response to the editorial from Friday one reader asks for a difinitive answer on how to keep a transaction log from growing in a fully logged database. Leon Writes: Hoping you can settle an discussion we are having amongst a bunch of seasoned dba’s and could point me to a respected article about it that would […]

Editorials

Transaction Logs Killed My SQL Server

Transaction Logs Killed My SQL Server Once again I have had a call from someone saying, "Something has stopped my SQL Server from running, and the error message says that the disk where my trasaction logs are is full!!" Well, the only way to keep from having this problem is to establish disaster recovery methods on your databases. As most […]

Editorials

Questions for a Potential Cloud Provider

Questions for a Potential Cloud Provider Several have provided additional questions to pose when you’re looking at cloud providers. The questions seem to vary a bit if you’re making the first move, or if you’ve been there a bit and are assessing cloud options. This hints at a key point – do your due diligence folks. Many people I’ve talked […]

Editorials

Balancing Simplicity With Complexity

Balancing Simplicity With Complexity I’ve been ruminating on a tag line I read in an Email from one of our readers for a few months now. The phrase was, “It is twice as hard to test software than it is to write it. So, if your software is too complicated, it becomes impossible to test.” As I have been processing […]

Editorials

Cloud Providers… and Choices that Count

HBD BJW! Cloud Providers… and Choices that Count I’ve wondered why cloud services seem to be so "hands-off" when it comes to architectural support. It seems like you’re sort of given the tools, then left to fend for yourself, with the mantra that "it scales, here are tools, have fun! Oh, and if you set it up right, it works […]