I want to copy a bak file from sql server 2019 and restore it to a sql server 13.0.5026.0. The conversion from one version to another that I have seen this far is using a wizard.
However, I need to do this non-interactively, so I need a command line utility.
How?