Database management SQL Server 2014: Deleting files of a hekaton table 06.03.2014 by Microsoft Team A recurrent question I have often heard about Hekaton objects is the following: Is an accidental deletion of the compilation files of a hekaton table on the file system irreversible and could this compromise the execution of SQL Server?(…)
Database management SQL Server 2014 : SELECT ALL USERS SECURABLES & DB admins 26.02.2014 by Microsoft Team Microsoft will introduce four new security permissions in SQL Server 2014. One of them called SELECT ALL USERS SECURABLES is the subject of this post. As explained by Microsoft SQL Server 2014 will allow a database administrator to manage(…)
Application integration & Middleware SQL Server 2014: Hekaton memory optimized tables, hash indexes, and bucket counts 14.02.2014 by Microsoft Team For my first blog post at dbi services, I think it could be a good opportunity to begin by discussing around SQL Server 2014, Hekaton memory optimized tables, and hash indexes. When you create a memory optimized table you(…)
Application integration & Middleware Delayed Transaction Durability: A new feature in SQL Server 2014 CTP2 13.02.2014 by Stéphane Haby Delayed Transaction Durability is a new SQL Server 2014 feature that was not included in SQl Server 2014 CTP1 but discreetly published in CTP2. It is a very interesting functionality that helps reducing the IO contention for transaction log(…)
Database management SQL Server 2014: Readable Secondary with In-Memory objects 06.02.2014 by Stéphane Savorgnano In-Memory OLTP is one of the best new functionalities of SQL Server 2014 as it was the case with AlwaysOn and SQL Server 2012. In-Memory OLTP is fully integrated with AlwaysOn and also with AlwaysOn Availability Group. During my(…)
Database management SQL Server 2014: Rebuilding Clustered Columnstore Indexes 30.01.2014 by Stéphane Haby I was surprised that you have to rebuild indexes that are stored In Memory. My previous posting “SQL Server 2014 – New Features: xVelocity memory optimized columnstore index” explains all processes connected with columnstore indexes. In this article, I(…)
Application integration & Middleware With Power Query, converting an internet table to Excel is an easy job! 19.12.2013 by Stéphane Haby While exploring SQL Server 2014, I was surprised by the powerful Power Query feature. In the recent past, converting an internet table to Excel was a nasty work leading to format problems, implicit conversions, etc. With Power Query, importing(…)
Application integration & Middleware SQL Server 2014 – New Features: xVelocity memory optimized columnstore index 13.12.2013 by Stéphane Haby Some customers or colleagues recently asked me about the SQL Server concept xVelocity and in particular the SQL Server 2014 feature new xVelocity memory optimized columnstore index. So I decided to write a few words on the dbi services(…)
Database management SQL Server 2014: An overview of the New Features 06.12.2013 by Nathan Courtine The Microsoft Techdays 2013 took place on 12-13 November at the Congress Center in Basel and on 18-19 November at the Beaulieu Congress Center in Lausanne. With more than 400 participants in Lausanne and around 1’000 participants in Basel,(…)
Technology Survey SQL Server 2014 CTP2: In-Memory Advisor for Tables and Stored Procedures 10.11.2013 by Stéphane Savorgnano One of the best new functionalities of Microsoft SQL Server 2014 is the In-Memory part, which gives you the possibility to load tables and also Stored Procedures in-memory for a very fast response time. The Community Technology Preview 2(…)