Author: Ben Taylor

Uncategorized

SQL Server Weekly Show Posted, Tagging and More

Watch The Latest SQL Server Weekly Show Daily DBA tips, tagging in the corporate world, our June winner and upcoming events. We also have our 60 second tip of the day, information about how to win $200 and more. – Watch Here Tagging, and Corporate Data Wanted to start passing along some feedback from readers – please keep those emails […]

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 […]