How can we help you today? How can we help you today?
thies
Brian Donahue wrote: You may want to have a look at this blog: http://blogs.red-gate.com/blogs/andras/ This contains some information about how we have adjusted SQL Compare to cope with SQL Server 2005's requirement for doubling-up the partentesis. I read through this, but am not quite sure if it makes things clearer to me. I need a way to compare an SQL 2000 database with an SQL 2005 database, and after syncronize them the two, having SQL Compare tell me there are no differences between the two. With the way things are now between 2000 and 2005, it compares SQL 2000s: DEFAULT (0) with SQL 2005s: DEFAULT ((0)) and says they are different. Fine, lets sync these differences and recompare. SQL Compare suggests chaning the SQL 2005s DEFAULT ((0)) with DEFAULT (0) - but when this is executed on the SQL 2005 side, it changes again to DEFAULT ((0)), as expected. If I could get the DEFAULTs used in 2000 and 2005 to be viewed as the same, I would be happy, as that would be a once off - I am happy doing changes either in the SQL 2000 database or the SQL 2005 database. Problem: In SQL 2005 I cannot make DEFAULT (0) work. In SQL 2000 I cannot make DEFAULT ((0)) work. My main issue is SQL Compare saying these are different, is it makes me have to add a manual (read: error prone) process of checking the defaults in a seperate task (disabling DEFAULT checking in SQL Compare). I understand that this is not SQL Compare that has changed, but some other product. I would however love if SQL Compare where to handle this case. I love SQL Compare/SQL Data Compare - my job would not be as fun without such tools. / comments
Brian Donahue wrote: You may want to have a look at this blog:http://blogs.red-gate.com/blogs/andras/ This contains some information about how we have adjusted SQL Compare to cope with SQL Serve...
0 votes