Why would I want to use a non-durable in memory table?
With SQL Server 2014 we were introduced to in memory tables, and specifically the ability to use non-durable in memory tables. These non-durable tables, are special case tables. The schema will exist after the database engine is rebooted, however the table will be empty after the server is rebooted. These tables are great for filling […]
Blog Year 2013 In Review (Sort Of)
Welcome to 2014. For the last couple of years I’ve done a top posts of the last year post. This year will be no different. What is different between this year and prior years is that this year I’ve got really bad data compared to prior years. I’ve got great data starting 10/3/2013 to current, […]