Database Administration & Monitoring, Technology Survey SQL Server 2016: Upgrade Advisor 14.09.2015 by Stéphane Savorgnano During the read of a blog of my colleague Nathan Courtine about Stretch database, I installed the version of SQL Server 2016 Upgrade Advisor and Oh surprise! it looks really NEW! “A new generation of advisor tool for SQL(…)
Database management SQL Server 2016: In-Memory OLTP enhancement 17.07.2015 by Stéphane Savorgnano The CTP2.1 has been released for some weeks and it is time to check which interesting enhancements have been already deployed for the In-Memory OLTP feature. I will first have a look to the memory optimized table. Memory Optimized(…)
Technology Survey How to solve accent sensitive problems? 16.07.2015 by Stéphane Savorgnano Some days ago, one of my customer claimed that searching for “Muller” doesn’t return “Mueller” and “Müller” as well! This is typically an issue due to the collation of the SQL Server database, but how to resolve this problem?(…)
Technology Survey SQL Server 2014: Analysis, Migrate and Report (AMR) – a powerful In-Memory migration tool 17.06.2015 by Stéphane Savorgnano An important new functionality of Microsoft SQL Server 2014 is the In-Memory OLTP engine, which enable you to load Tables and also Stored Procedures In-Memory for a very fast response time. The goal is not to load(…)
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.
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(…)
Technology Survey Windows Server Next, AKA Windows Server 2016! 18.05.2015 by Stéphane Savorgnano The first technical preview of the future version of Windows Server was, since last October, available (here) and a second one with more new features should be available in May. The final version which should be normally released(…)
Database management SQL Server: Change Data Capture for Oracle 19.03.2015 by Stéphane Savorgnano This new feature has been introduced in SQL Server 2012 and needs an Enterprise Edition. It uses a Windows Service which scans Oracle Logs and tracks DML changes from Oracle tables into SQL Server change tables. In other words,(…)
Database management SQL Server monitoring with nagios: utilisation 18.02.2015 by Stéphane Savorgnano We saw in my last blog how to install the SQL Server plugin for Nagios. In this new blog, I will explain: how to create a wrapper to avoid the unset of the PERLLIB variable how to create and(…)
Database management SQL Server monitoring with nagios: installation 15.02.2015 by Stéphane Savorgnano Nagios is an IT Infrastructure monitoring solution which is able to monitor SQL Server instances with a specific plugin. I have installed this plugin to test those functionalities and I will explain here how to do it. Prerequisites installation(…)