Forum Discussion
RafaC880
Oct 25, 2024Copper Contributor
Can't see instance during upgrade
Hello.
I need help.
During upgrading the SQL 2012 epress version to the 2022 standard version, I cannot select an instance because the program does not see it. Of course, I can log in to it via SSMS.
- olafhelperBronze Contributor
RafaC880 , what does
SELECT @@VERSION
return?
If your old SQL Server 2012 32 bit, then you can not perfom an inplace upgrade.
- RafaC880Copper Contributor
Microsoft SQL Server 2012 (SP4-GDR) (KB4583465) - 11.0.7507.2 (Intel X86) Nov 1 2020 00:46:51 Copyright (c) Microsoft Corporation Express Edition on Windows NT 6.3 <X64> (Build 14393: ) (WOW64) (Hypervisor)
- olafhelperBronze Contributor
- Mike_LemayCopper Contributor
I usually take the opportunity to build a new VM as well with the latest OS. Do a backup of the 2012 databases and restore them on the 2022 server. Make sure you change the Compatibility Level when done.