How can we help you today? How can we help you today?
howarthcd
Hi Eddie The problem was originally highlighted when comparing a snapshot generated from a SQL 2000 database with the original SQL 2000 database (this was a test I performed prior to an upcoming schema change). Note that comparing the original database with itself does not result in this issue so the problem seems to be related to snapshot vs database comparisons. However the problem is repeatable under SQL 2008 R2 with a database in the 100 compatibility level and a snapshot created from the same database. After further testing it is definitely the NULL value being assigned to the extended property that is causing the problem as assigning a value of, say, '123' causes no differences to be identified by SQL Compare. Going back to my original example, the following statement causes a table-level difference to be indicated (although there are no differences in the SQL difference pane): -- Extended Properties EXEC sp_addextendedproperty N'MS_OrderBy', NULL, 'SCHEMA', N'dbo', 'TABLE', N'Test', NULL, NULL GO ...the following statement does not cause a table-level difference to be indicated: -- Extended Properties EXEC sp_addextendedproperty N'MS_OrderBy', '123', 'SCHEMA', N'dbo', 'TABLE', N'Test', NULL, NULL GO The conversion from USER to SCHEMA in the synchronisation script is just a distraction. I'm more concerned that SQL Compare is indicating that there is a difference that doesn't actually exist, particularly as the database that I'm trying to work with has around 200 tables that each have at least one extended property with a NULL value assigned (it's a 3rd-party database that I cannot change, unfortunately). I don't really want to have to totally disable the checking of Extended Properties at the project level as the database has so many. Thanks Chris / comments
Hi Eddie The problem was originally highlighted when comparing a snapshot generated from a SQL 2000 database with the original SQL 2000 database (this was a test I performed prior to an upcoming sc...
0 votes
Chris, I've sent an email (to the support@red-gate.com email address) which includes a set of files that should allow you to partially recreate the problem. Please let me know how you get on. Thanks Chris / comments
Chris, I've sent an email (to the support@red-gate.com email address) which includes a set of files that should allow you to partially recreate the problem. Please let me know how you get on. Thank...
0 votes
I've just experienced the same problem, in my case deleting the following file then re-activating solved the problem: C:\Documents and Settings\All Users\Application Data\Red Gate\Licenses\SQL Backup_v6_0.lic Cheers Chris / comments
I've just experienced the same problem, in my case deleting the following file then re-activating solved the problem: C:\Documents and Settings\All Users\Application Data\Red Gate\Licenses\SQL Back...
0 votes