(Pinal Dave) Recently, I came across a strange issue. I noticed that the SQL Server service terminates and restarts automatically and sometimes doesn’t restart and I must manually start it again. In this blog we would learn about Event ID:7034, MSSQLSERVER Service Terminated Unexpectedly.
Community
Trigonometry and .NET
(Hannes DuPreez) Hello, and welcome to today’s installment of my math-related articles that I have been doing for the past few months. As you know, I have become a math nerd by chance and haven’t had formal training. Yes, I did math in school, but let’s not talk about that today!
Deploy MySQL on Oracle’s High-Performance Cloud (Step-by-step Guide)
(Lee Stigile) Oracle Cloud Infrastructure (OCI) is Oracle’s second-generation cloud infrastructure. These new datacenters were built with the latest high-performance servers (Oracle’s X7 Servers) and were designed to eliminate network and CPU oversubscription.
SQL SERVER – Backup to URL – Script to Generate the Create Credential and Backup Command using Access Keys
(Pinal Dave) Backup to URL is one of the common methods used in SQL Server perform backup to Azure Blob Storage. In this blog, I am going to share a script to generate the create credential and backup command using access keys.
Creating an awaitable lock for C++ PPL tasks
(Raymond Chen) The C# language (well, more accurately, the BCL) has the ReaderWriterLockSlim class which has a WaitAsync method which returns a task that completes asynchronously when the lock has been acquired. I needed an equivalent for the Parallel Patterns Library (PPL), and since I couldn’t
The first impression of MySQL 8 system variable innodb_dedicated_server
We manage several hundreds of MySQL servers, We carefully benchmark and build custom database infrastructure operations for performance, scalability, availability and reliability …
Steps to Migrate Oracle Database to Azure SQL Database
(Anoop Kumar) In the world of paradigm shifts, many organizations are looking at the prospect of a technology migration, where capabilities are moved to a new set of technologies, supporting and enabling the business for the future.
A quick tutorial on SQL Server maintenance plans
(Robert Sheldon) SQL Server maintenance plans get a bad rap, but for DBAs who need a simple way to maintain databases, Microsoft’s built-in tools are a good place to start.
Mastering Spring framework 5, Part 1: Spring MVC
(Steven Haines) Spring MVC is the Spring framework’s traditional library for building Java web applications. It is one of the most popular web frameworks for building fully functional Java web applications and RESTful web services.
Writing Multitenant ASP.NET Core Applications
(Ricardo Peres) A multitenant web application is one that responds differently depending on how it is addressed – the tenant. This kind of architecture has become very popular, because a single code base and deployment can serve many different tenants.
