RDM - SQL Server Express Move Servers

RDM - SQL Server Express Move Servers

avatar

Hello, we’re looking to move the RDM Enterprise to another server, we are using the data source on a SQL Server Expresses edition, from what we understand (as per https://msdn.microsoft.com/en-us/library/ms188664.aspx#Restrictions) we’re unable to copy the database to another server this way.
What is the recommended practise for move RDM in this way between two different SQL servers please?

All Comments (2)

avatar

The detach/attach method is manual and should work

Most often I use a backup/restore

Maurice

avatar







Thanks I was able to do this with the detach/attach method.