Hello,
I have recently installed Sql server 2022 express and Configured Log shipping on both Primary and Secondary server which currently running fine both the DB but somehow I need to rollback to Sql Server 2019.
What's the best way I can revert it back?
I know that I can't use SQl server 2022 backup and restore into Sql Server 2019 but can get the original backup previously taken from old server which is lower version of sql server and restore into new Sql Server 2019.
Database is smaller size.
Is it I have to uninstall Sql 2022 and reinstall Sql 2019 then restore the DB and Reconfigure Log shipping?
If anyone have other detail steps that will be great too!
Thanks for your help!