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?
The detach/attach method is manual and should work
Most often I use a backup/restore
Maurice
Thanks I was able to do this with the detach/attach method.