Compare between 2008 and 2005 servers?
shadowbob
Posts: 71 Bronze 2
This might be a dumb question. When SQL Server 2008 comes out, we'll find ourselves in a mixed environment, with some servers running 2008 and some running 2005. Assuming I don't use any 2008-specific features in the database, will I be able to use Compare to synchronize the schema from a 2008 database down to a 2005 database on another server? I'd like to upgrade our dev server to 2008, but some of our production servers will still be running 2005 for a time. Thanks.
Jeremy Fuller
VP, Software Development
Organizational Intelligence, Inc.
VP, Software Development
Organizational Intelligence, Inc.
Comments
Basically, it's very likely to work, but we're not quite as confident of it as within-version comparisons.
Redgate Software
Other than I need to split out the Diff scripts into 2 parts
otherwise it'd return error of "This script needs full-text on the database"
1st one will do the full-text creation & population
2nd one then does the scripts that use full-text
DBA, MCITP
VP, Software Development
Organizational Intelligence, Inc.
Redgate Software