How to synchronize SQL Server 2008 database with SQL Server 2005 database?
        Posted  
        
            by James McFarland
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by James McFarland
        
        
        
        Published on 2010-01-18T19:30:06Z
        Indexed on 
            2010/03/17
            21:11 UTC
        
        
        Read the original article
        Hit count: 451
        
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 people use for this (Besides Red-Gate tools - I use those at my day job, and they rock...this is a volunteer thing for my son's school)?
I am looking for something very inexpensive if not free.
© Stack Overflow or respective owner