Compare bewteen different SQL server versions
limor
Posts: 2
Can I use the compare and sync tool in order to compare between a database that is on SQL Server 2008 R2 and a database that is on SQL Server 2014?
can I sync the structure in both directions?
can I sync the structure in both directions?
Tagged:
Comments
Yes, you can compare between different version of SQL Server. When you deploy, SQL Compare will create a deployment script to work with the version of SQL Server that it is deploying to. One issue you might have is when you have new objects that are incompatible with the older version of SQL Server - in that case, SQL Compare will try and filter them out where possible. Sometimes it can't, for example if the newer-type object is a dependency of another object, and in that case you would need some manual intervention.
I hope this helps.
Redgate Software
Tianjiao Li | Redgate Software
Have you visited our Help Center?