Tag: Editorials

Editorials

Taxonomies and Tagging – Are They The Same?

Featured Article(s) Understanding Windows Management Instrumentation Microsoft has come up with Windows Management Instrumentation (WMI); a COM based technology that can be used to retrieve system-related information from a computer system. This is a component of the Windows OS that can be used to retrieve hardware information from a system of any kind. You can use WMI to retrieve both […]

Editorials

SQL Server 2014 In Memory Tables

SQL Server 2014 In Memory Tables For the first time in six years I am excited about the next release of SQL Server. The core engine of SQL Server has had little improvement since SQL Server 2008 for doing OLTP. There have been some TSQL enhancements, and performance tuning; but, most of the energy seems to have been around the […]

Editorials

In Memory Tables

SQL Server 2014 In Memory Tables For the first time in six years I am excited about the next release of SQL Server. The core engine of SQL Server has had little improvement since SQL Server 2008 for doing OLTP. There have been some TSQL enhancements, and performance tuning; but, most of the energy seems to have been around the […]

Editorials

In Memory Tables

SQL Server 2014 In Memory Tables For the first time in six years I am excited about the next release of SQL Server. The core engine of SQL Server has had little improvement since SQL Server 2008 for doing OLTP. There have been some TSQL enhancements, and performance tuning; but, most of the energy seems to have been around the […]

Editorials

Dependency Injection

Dependency Injection Dependency Injection is a design pattern with the result of decoupling dependent application processes with hard coded implementations. We talk about it a lot with the ability to change from using one implementation of something with another. For example, substituting one database engine with another one, or even different versions or vendors of storage technologies. Instead of coding […]