Versions that Need to be Updated in SQL Server
Hello everyone,
In this article, I will try to give information about the versions that need to be updated in SQL Server.
There are some versions of SQL Server that are known to cause corruption in SQL Server in certain situations. These are versions of SQL Server 2012 and SQL Server 2014.
SQL Server 2012 versions 11.0.2100 through 11.0.3436
SQL Server 2012 versions between 11.0.5058 and 11.0.5521
SQL Server 2014 versions 12.0.2000 through 12.0.2369
If you are running one of the above versions, it is recommended that you check the release notes and update SQL Server as soon as possible.
You can run the following query to check your product version:
SELECT SERVERPROPERTY('ProductVersion')
Good luck to everyone in business and life.