Database Administration & Monitoring, Development & Performance SQL Server 2016 query store 19.10.2015 by Microsoft Team One of the most new interesting features that will be introduced by SQL Server 2016 is certainly the query store that will complete the performance tuning toolbox of database administrators. Basically, the query store will track queries, their query plans(…)
Database Administration & Monitoring SQL Server 2016: New possibilities for Index Maintenance Task 16.10.2015 by Stéphane Savorgnano The new CTP 2.4 has been released some weeks ago by Microsoft. My colleagues and I have already blogged about some new functionalities. I will focus in this blog about the new possibility of Index Maintenance Tasks regarding Indexes. Until(…)
Database Administration & Monitoring, Database management How to be sure that tempdb size is good to run a DBCC CHECKDB? 14.10.2015 by Stéphane Haby In many blogs or forums, you can read that the answer is to use the option: WITH ESTIMATEONLY. With this option, you can easily have the space estimation needed to check the database in tempdb. But be careful, only since(…)
Database Administration & Monitoring SQL Server 2016 : tempdb database enhancements in CTP 2.4 03.10.2015 by Microsoft Team The new CTP 2.4 has been released and announced by Microsoft in its blog post a couple of days ago. During my investigation, I noticed some new installer capabilities about the tempdb database. As a reminder,(…)
Database Administration & Monitoring, Technology Survey Row Level Security (RLS) is also coming to MS SQL Server 29.09.2015 by Stéphane Haby Why “also” in my title? On 29 August, my colleague Daniel Westermann wrote an article about Row Level Security in the next version of PostgreSQL. Row Level(…)
Database Administration & Monitoring SQL Server 2016: Transaction Performance Analysis Overview & In-Memory OLTP Migration Checklists 28.09.2015 by Stéphane Savorgnano To be able to define which Tables or Stored Procedures will us the best performance gain after migration to In-Memory OLTP, SQL Server 2014 provided a tool called AMR (Analysis Migration and Reporting). This tool was really interesting but we(…)
Database Administration & Monitoring SQL Server 2016 : availability groups with no domain dependencies 27.09.2015 by Microsoft Team Are you aware about the new features of the next Windows version? Currently we’re in TP3 and during my investigation, I was very happy to see the new features for Windows clustering (cf. this blog post from Microsoft). By(…)
Database Administration & Monitoring SQL Server 2016 : availability groups and the new ssis_monitor role for SSIDBB catalog 16.09.2015 by Microsoft Team During my investigation about the new AlwaysOn features, I wrote a blog post about the new SSISDB support for AlwaysOn. You can find it here: > SQL Server 2016 : availability groups and the new SSISDB support Just as(…)
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(…)
Technology Survey SQL Server 2016: the Time Travel with temporal table – Part IV 28.08.2015 by Stéphane Haby Maintenance & Metadata My last chapter is about the maintenance backup/restore, index rebuild/reorg., etc. and the Metadata. I divide my article into 4 parts to be clearer and easier to read:(…)