How to synchronize SQL Server 2008 database with SQL Server 2005 database?
- by James McFarland
I am using VS 2008 Team Suite and SQL Server 2008 in my development environment.
I am deploying to a shared-host website with shared-host SQL Server 2005.
I want to push changes from my development environment to my production host.
I tried using Data | Schema Compare... and it reports to me that it does not support SQL Server 2008.
What do…