Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I was installing Windchill PDM Link using Microsoft SQL server 2022 standard version
but encountering this issue
Please help me here..
Is 12.1 isn't support SQL server 2022 standard version?
But in Matrix it mentioned it support 19+ version.
Regards,
Solved! Go to Solution.
It is not. So generally, the "+" after the version means all minor releases of that same major release. For example, 19.3.0.0.0+ means any build of 19.3 up to 19.23 (current patch version).
Otherwise why would they have SQL 2016 & SQL 2017 in the list?
It is not. So generally, the "+" after the version means all minor releases of that same major release. For example, 19.3.0.0.0+ means any build of 19.3 up to 19.23 (current patch version).
Otherwise why would they have SQL 2016 & SQL 2017 in the list?
As @jbailey mentioned, SQL 2022 is not supported with 12.1 (2016, 2017, and 2019 are). 2022 is supported with 13.0, but only the short term releases are currently available. Seems safe to assume the long term release 13.0.2 will be supported SQL 2022, but since it is not yet released that is not confirmed.
Thanks for the response.