Share via

Does SQL Server 2019 requires 'Microsoft Visual C++ 2013 Redistributable (x86)

Jeremy Sedam 40 Reputation points
2025-12-22T15:46:10.89+00:00

Does SQL Server 2019 require 'Microsoft Visual C++ 2013 Redistributable (x86)? I am seeing a lot of conflicting information where C++ Redistributable is required, but it looks like 2013 was replaced with 2015. Are there any mentions of the actual end of life for 2013? Is it actually required for SQL Server 2019 to function properly?

Windows for business | Windows Server | Devices and deployment | System management components
0 comments No comments

Answer accepted by question author

Jason Nguyen Tran 18,160 Reputation points Independent Advisor
2025-12-22T16:40:59.49+00:00

Hi Jeremy Sedam,

SQL Server 2019 does not require the Microsoft Visual C++ 2013 Redistributable (x86) for installation or normal operation. The product relies on newer runtime libraries, specifically the Visual C++ 2015 –2019 Redistributable, which consolidates support for multiple versions into a single package. This change was made to simplify deployment and ensure compatibility with modern Windows builds.

Regarding lifecycle, the Visual C++ 2013 Redistributable reached end of mainstream support in April 2019, and extended support ended in April 2023, meaning it is no longer serviced by Microsoft. While some legacy applications may still call for 2013, SQL Server 2019 itself is fully supported with the newer redistributable package.

If this explanation is useful, please hit “Accept Answer” so I know your concern is resolved.

Jason.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author

Jason Nguyen Tran 18,160 Reputation points Independent Advisor
2025-12-24T07:30:49.7666667+00:00

Hi Jeremy Sedam,

Just checking in, were you able to get the issue resolved? If so, it would be great if you could mark the answer as Accepted so others in the community can benefit from your experience. Thank you!

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.