Recreate The Database on another SQL Server
Anthony_C2021
Posts: 2 New member
Hello Forum
We currently have RegGate Monitor; however the database is on SQL Server Express 2017 and we need to move it to SQL Server 2014. Does anyone know how we can do this? I'm guessing we need to recreate the database but I don't know how.
We currently have RegGate Monitor; however the database is on SQL Server Express 2017 and we need to move it to SQL Server 2014. Does anyone know how we can do this? I'm guessing we need to recreate the database but I don't know how.
Tagged:
Best Answer
-
BrainDonor Posts: 57 Silver 2You'll need to treat it as a new installation. Because your current database is on 2017, you can't move it to a lower version of SQL.
Answers