Author: Ben Taylor

Editorials

SQL Fire – SQL at Web Scale

SQL Fire – SQL at Web Scale Most of the options allowing you to take your application to Web Scale are moving away from SQL in some way or another. NoSQL is a major proponent. SQL Fire is a product from VM Ware addressing the issue of SQL at Web Scale. SQL Fire gains web scale performance using Data is […]

Editorials

Collaboration – Proceed with caution?

Collaboration – Proceed with caution… Mark says, « Proceed with caution » when it comes to collaboration. POSITIVE: I believe it is essential to “collaborate” with those ultimately responsible for creating and administering a system. Creativity is stifled if people are treated like robots with no “ownership” of the systems with which they are assigned. I have a pet peeve […]

Editorials

Dot Net Interlocked

Dot Net Interlocked I continue to be affirmed that the ability to code multi-threaded applications is an essential skill for developers today. Most computers ship with multiple cores. Even tablets and phones are shipping with multiple cores or CPUs. Your app has increased benefit when it is capable of running multiple threads. There are times when you wish to share […]

Editorials

Collaboration

Collaboration How important is collaboration to the quality of your software? Does collaboration impact your teams in a positive way? Are there negative impacts through collaboration such as compromise in order to reach consensus? I suppose you can guess my perspective from the questions I used to introduce the conversation. I find collaboration to be a great tool for building […]

Editorials

Windows Power Management Configuration

Windows Power Management Configuration Windows power optimization features can save you a lot of money.; it can also cause you a lot of grief. Here’s an example. A while back a colleague of mine was having difficulty with a Windows 2012 server installation that would work fine for days. Then, for no apparent reason, connection to the machine could no […]

Editorials

Cruft

Cruft When I started my first internship in college my job was to go through all the jobs configured on a midrange computer system. It was a smaller computer with limited disk space. They were looking for older programs that could be removed because they were no longer in use. I spent months learning the programming tools and documented thousands […]

Editorials

FatDB – Windows Based No-SQL Engine

FatDB – Windows Based No-SQL Engine I regularly watch for non-relational emerging technologies as I experience greater needs for large scale, high performance data access. Recently I came across FatDB as a framework for NoSQL and much more. One of the things that sets it apart from most other NoSQL platforms is that it is first written to operate natively […]

Editorials

Business Intelligence Markup Language

Business Intelligence Markup Language (Biml) I have used SQL Server Integration Services since it was released with Microsoft SQL Server 2005. I found it to be a really great tool in a lot of ways, yet found myself moving to more traditional code written in C#, driven by SSIS or some other scheduling technology. The key reasons for this were […]

Editorials

Is SQL Azure Ready for Prime Time

Is SQL Azure Ready for Production? Today another reader, Luis, writes in with his experience with SQL Azure. It would seem that the SQL Azure platform suffers when development relies heavily on the Data Sync process. Here’s what Luis says. My experience with SQL Azure Data Sync has been… interesting. The fact that it’s still in development means that we […]

Editorials

A Tale of SQL and Azure Trials

A Tale of SQL and Azure Trials Today I am sharing real world user experience hosting SQL Server databases in both the Virtual Machine and SQL Azure platforms. Erik replies with much detail about their journey into the Cloud. This is in response to your recent post on Azure. We’re using both Azure VM and SQL Azure, and have been […]