Database management SQL Server 2014: buffer pool extension & corruption 19.11.2014 by Microsoft Team I had the opportunity to attend Paul Randal’s session on advanced data recovery techniques at the Pass Summit. During this session one attendee asked Paul if a page that has just been corrupted can remain in the buffer pool extension(…)
Database management SQL Server & memory leak: Are you sure? 28.10.2014 by Microsoft Team I have recently come across an issue with one of my customer that told me that their SQL Server 2008 R2 instance had a memory leak. These are strong words! The server has 64 GB of RAM and the(…)
Operating systems SQL Server failover cluster, VSphere, & SCSI-3 reservation nightmares 23.10.2014 by Microsoft Team When I have to install a virtualized SQL Server FCI at a customer place as an SQL Server consultant, the virtualized environment usally is ready. I guess this is the same for most part of the database consulting people.
Technology Survey Windows 10: The new features 17.10.2014 by Stéphane Haby First, it should have been Windows 9, but finally the new Microsoft operating system is named Windows 10! In the same way as for my blog post on Windows 8, I have decided to write a few words(…)
Hardware & Storage SQL Server: Forced failover with AlwaysOn & Availability Groups 16.10.2014 by Microsoft Team During a workshop at one of my customer about the implementation of SQL Server AlwaysOn and availability groups, I had an interesting discussion. It was about asynchronous replication between 2 replicas and the effect of the forced failover operation(…)
Application integration & Middleware SQL Server 2014 Tips: Create indexes directly via CREATE TABLE 09.10.2014 by Stéphane Haby This week, I discovered a new enhancement which is not hidden but not really visible in SQL Server 2014. Among Hekaton and other new features in SQL Server 2014, a little option appears in table creation.8-O On the(…)
Application integration & Middleware SQL Server 2014: classic commit vs commit with delayed durability & I/Os 23.09.2014 by Microsoft Team When you learn about SQL Server, you will often hear that a commit transaction is a synchronous operation and that you can trust it. In this blog post, I will provide some details about what we mean by synchronous(…)
Database management How to find the SQL Server Management Pack in the SCOM database 20.08.2014 by Stéphane Haby While working on a customer project, I needed to retrieve the SQL Server SCOM Management Pack version. Unfortunately, the SCOM team took a while to answer and as I am the DBA, I have access to the SCOM databases.
Database management Deploying a SQL Server database to Azure 13.08.2014 by Nathan Courtine Deploying an SQL Server database to a Windows Azure virtual machine is a feature introduced with SQL Server 2014. It can be useful for an organization that wants to reduce its infrastucture management, simplify the deployment, or have a(…)
Database management SQL Server 2014: DBCC CHECKDB and ReFS support 07.08.2014 by Microsoft Team Have you noticed an interesting behavior with SQL Server 2014 when you are running a dbcc checkdb command? If not, you should have a look at this blog post. I discovered it completely by accident during some tests. If(…)