Version 8 broken...
pbz
Posts: 8
Are you guys aware that version 8 of SQL Compare is not working as it should? I've tried it on a couple of databases and it failed on both (some SQL error). Version 7 had no problem in either case.
Comments
I'm sorry that you have run into problems. So far, we are not aware of any major problems with SQL Compare 8. It would be brilliant if you could us some more information about what exactly is going wrong.
Thanks, Tom
Red Gate Software Ltd
Can you send them to me (alice.easey@red-gate.com) with a description of the steps you did to make it break and I'll investigate further.
Alice
Red Gate Software
You're right, it's a new bug in SQL Compare 8.0. We're investigating the issue at the moment and will keep you posted of any developments.
It is matching up the datetime function parameters in several functions to the dbo.DateTime function, which causes a circular dependency. To try and remove the circular dependency, the engine puts all the functions at the start of the sync script, which is then breaking when you try and run it.
I'm doing a code fix at the moment; in the meantime, you could upgrade to SQL Server 2008 Express which does not have this issue, or rename the DateTime function to something else that does not clash with an object type name.
Thanks for the bug!
Simon C