SQL Server 2022 Generally Available!

Yesterday, November 16 2022, Microsoft announced the general availability of SQL Server 2022. The long-awaited new release of SQL Server, includes many features in all aspects of the popular data platform, but also an additional set of features, that make SQL Server the most Azure-enabled release of SQL Server yet. Let’s discuss about the highlights … Read more…

The Database Engine system data directory in the registry is not valid

Hi friends, in this article, we will be discussing about the case where you might be updating or patching a SQL Server instance, and under certain circumstances you get the error message: The Database Engine system data directory in the registry is not valid.   The Error Message The exact error message in the above … Read more…

SQL Server 2022: What’s New – New and Enhanced Features (Course Preview)

Hi friends, it is with great pleasure, that we are announcing today our brand new course, titled: “SQL Server 2022: What’s New – New and Enhanced Features“. In this article, you can learn more about the course and what you can learn by attending the course.   Introduction – What is this course about? SQL … Read more…

Comparison of SQL Server Deployment Options on the Azure Cloud Platform

Hi friends, in this article, we will be performing a comparison of the SQL Server deployment options on the Azure cloud platform.   Overview of SQL Server Deployment Option on Azure When it comes to options for deploying SQL Server databases on the Azure cloud platform, there are many options that can cover all needs. … Read more…

An error occurred in a SQL Server Service Broker/Database Mirroring transport connection endpoint (9642) – How to Resolve

Hi friends, in this article, we will be discussing about how to troubleshoot the following error message: “Event ID: 9642. An error occurred in a SQL Server Service Broker/Database Mirroring transport connection endpoint.“.   About the Service Broker/Database Mirroring transport connection endpoint error We can see from the error message, that it refers to a … Read more…

Data Security vs. Data Privacy

In this post, we will be comparing Data Security vs. Data Privacy and try to identify their main difference. So in order to efficiently perform this comparison, we need to define what data security is as well, as what data privacy is. What is Data Security? As covered in a previous article, defines the processes, … Read more…

Differences Between Batch and Streaming Data

In this article, we will be discussing about the batch and streaming data, what they are and which are their main differences.   What is Batch Data and Batch Processing? Batch data, is a term used to characterize large data sets with millions of records stored in files, records, etc. Batch data is processed by … Read more…

An existing History Table cannot be specified with LEDGER=ON – How to Resolve

Hi friends, in this post, we will be discussing about the SQL Server 2022 error message: An existing History Table cannot be specified with LEDGER=ON.   What are Ledger Tables in SQL Server 2022? Ledger tables are special tables originally introduced in SQL Server 2022. They constitute a major part of the security enhancements in … Read more…

What is Abstraction in Object Oriented Programming?

Hi friends. In this article, we will be discussing about what is Abstraction in Object Oriented Programming. Also, we will see a relevant video lecture.   What is Abstraction? Abstraction, is a well-known technique in Object Oriented Programming and generally in Computer Science. It is a way, of handling a complex problem, by removing the … Read more…

The type or namespace name ‘Office’ does not exist in the namespace ‘Microsoft’ – How to Resolve

Hi friends, in this article, we will be discussing about, how you can resolve the following error you might get in your Visual Studio project: CS0234 The type or namespace name ‘Office’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?)   Why I Received this Error Message? The reason you … Read more…

SQL Server is Terminating Because of Fatal Exception 80000003 – How to Troubleshoot

In this article, we will be discussing about the error message “SQL Server is Terminating Because of Fatal Exception 80000003” and how to troubleshoot it. In more detail, the error message to talk about is: SQL Server is terminating due to fatal exception 80000003. This error can be caused by an unhandled Win32 or C … Read more…