|
I am migrating data from one SQL Server to another. Is anyone aware of any issues with the above? Do both servers need to be at the same SP level for the backup from one and restore to another to work? Thanks
(comments are locked)
|
|
Moving up generally works just fine. Moving down can be problematic or might even fail. It's best to keep all your servers up to the same service pack and hot fix level. Definitely - a concrete example being the OBJECT_SCHEMA_NAME function which wasn't in 2005 RTM, but appeared in SP2.
Dec 09 '09 at 12:25 PM
Matt Whitfield ♦♦
(comments are locked)
|
|
No, it should be just fine.
(comments are locked)
|
|
Thanks guys I tried it and it worked just fine - no issues
(comments are locked)
|

