Database Administration & Monitoring SQL Server, Integration Services and Package Versions 27.08.2015 by Stéphane Haby A lot of people ask me about the different versions of SQL Server Integration Services and packages. I create rapidly this little table to summarize it: With SQL Server 2008 and 2008 R2, the SSIS version(…)
Database management Dealing with SSRS subscription schedules in AlwaysOn environment 16.07.2015 by Microsoft Team A couple of days ago, I had the opportunity to work with AlwaysOn 2014 infrastructure that included a report server (SSRS) in native and scale-out mode. As you know, dealing with SSRS and availability groups is not an easy task(…)
Database management Clustered columnstore index and memory management 10.07.2015 by Microsoft Team Few weeks ago, I had the opportunity to give a session about the clustered columnstore index feature (CCI) at our In-Memory event dedicated to In-Memory technologies for Microsoft SQL Server, Oracle and SAP HANA. During our session, I explained(…)
Technology Survey SQL Server 2014: First Service pack (SP1) is available 20.05.2015 by Stéphane Savorgnano May 14th, Microsoft has released the first Service Pack (SP1) for SQL Server 2014. It is more than thirteen months after the RTM version. SQL Server 2014 Service Pack 1 includes all of the CU from 1 to 5.
Development & Performance Variations on 1M insert (2): write commit 18.05.2015 by Microsoft Team In this blog post, I will try to do the same than my colleagues about Oracle and for PostgreSQL. As a reminder, we’ve seen in my previous blog post that SQL Server is designed(…)
Hardware & Storage In-Memory OLTP: Hash and Range indexes 18.05.2015 by Stéphane Savorgnano Since SQL Server 2014 CTP2, Microsoft has introduced a new kind of index which is the Range index. We have now two ways for indexing an In-Memory table: using either an Hash index or a Range index. These two indexes(…)
Database management SQL Server Tips: How to know if In-Memory Feature is supported by your server? 18.05.2015 by Stéphane Haby A customer asks me, how to know if In-Memory Feature is supported by my SQL Server server? An easy way is to check the edition, version etc. but now, you have directly a property for that. On msdn(…)
Database management Security via policies 10.02.2015 by Stéphane Haby Few weeks ago, I presented the session on security via Policies for “Les journées SQL Server 2014”, organized by the French SQL Server User Group (GUSS) in Paris. I promised to post our policies script(…)
Application integration & Middleware Memory management, OOM issues with SQL Server 2014 In-memory OLTP 22.01.2015 by Microsoft Team Last week I gave a workshop about SQL Server 2014 and the new features. The first day we worked on new In-memory OLTP and different topics such as the new internal storage, the new transaction processing behavior or the(…)
Database management Managed Backup with SQL Server 2014 06.01.2015 by Nathan Courtine In a previous blog post called Backup a SQL Server database from On-Premise to Azure, I presented the different tools to backup your on-premise databases on Azure Storage. SQL Server Managed Backup to Windows Azure was one of(…)