Hi @Maxine Nietz ,
From your description, it seems that you want to migrate databases from one server to another server? If I misunderstood, please let me know.
If you do not know the destination SQL server version , please run select @@version command to check the destination SQL server version.
You can try below methods to move databases to other server.
- You can use the BACKUP and RESTORE database. Backup the databases on server A, copy the backup files to server B , then restore the databases on server B.
- You can also use the Copy Database Wizard to move database to other server. Right click database >Task >Copy database.
- You can also use the Generate Scripts Wizard to move a database.
If you have any confused about my suggestion, please feel free to let me know.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.