Journey & Agony from 4.1 to 6.0....

Posted by Community Admin on 04-Aug-2018 12:17

Journey & Agony from 4.1 to 6.0....

All Replies

Posted by Community Admin on 23-May-2013 00:00

Hello,
I'm upgrading a sitefinity project from 4.1 to 6.0... I've managed to upgrade from 4.1->4.2->4.4->5.0 quite fine...now when upgrading from 5.0 to 5.2 I got this exception
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.sf_page_node_sf_permissions' and the index name 'pk_sf_page_node_sf_permissions'. The duplicate key value is (f669d9a7-009d-4d83-aaaa-000000000010, 7adb6014-fc16-4071-a61a-344b2d6cd88f).
Could not create constraint. See previous errors.
The statement has been terminated. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Telerik.OpenAccess.RT.sql.SQLException: The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.sf_page_node_sf_permissions' and the index name 'pk_sf_page_node_sf_permissions'. The duplicate key value is (f669d9a7-009d-4d83-aaaa-000000000010, 7adb6014-fc16-4071-a61a-344b2d6cd88f).
Could not create constraint. See previous errors.
The statement has been terminated.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[SQLException: The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.sf_page_node_sf_permissions' and the index name 'pk_sf_page_node_sf_permissions'. The duplicate key value is (f669d9a7-009d-4d83-aaaa-000000000010, 7adb6014-fc16-4071-a61a-344b2d6cd88f).
Could not create constraint. See previous errors.
The statement has been terminated.]
Telerik.OpenAccess.RT.Adonet2Generic.Impl.StatementImp.executeUpdate(String sql) +298
Telerik.OpenAccess.RT.Adonet2Generic.Impl.StatementImp.execute(String sql) +9
OpenAccessRuntime.DataObjects.tools.ant.DataObjectsTaskBase.ExecuteSqlStatements(IEnumerable`1 statements, Connection con) +283

[OpenAccessException: SQL exception on 'ALTER TABLE [sf_page_node_sf_permissions] ADD CONSTRAINT [pk_sf_page_node_sf_permissions] PRIMARY KEY ([id], [id2])' : The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.sf_page_node_sf_permissions' and the index name 'pk_sf_page_node_sf_permissions'. The duplicate key value is (f669d9a7-009d-4d83-aaaa-000000000010, 7adb6014-fc16-4071-a61a-344b2d6cd88f).
Could not create constraint. See previous errors.
The statement has been terminated.]
OpenAccessRuntime.ExceptionWrapper.Throw() +13
OpenAccessRuntime.DataObjects.tools.ant.DataObjectsTaskBase.throwBuildException(String str, Exception e) +72
OpenAccessRuntime.DataObjects.tools.ant.DataObjectsTaskBase.ExecuteSqlStatements(IEnumerable`1 statements, Connection con) +493
OpenAccessRuntime.DataObjects.tools.ant.ExecuteScriptTask.runScript(IEnumerable`1 script) +128
OpenAccessRuntime.DataObjects.tools.ant.ExecuteScriptTask.execute() +451

[OpenAccessException: Telerik.OpenAccess.OpenAccessException: SQL exception on 'ALTER TABLE [sf_page_node_sf_permissions] ADD CONSTRAINT [pk_sf_page_node_sf_permissions] PRIMARY KEY ([id], [id2])' : The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.sf_page_node_sf_permissions' and the index name 'pk_sf_page_node_sf_permissions'. The duplicate key value is (f669d9a7-009d-4d83-aaaa-000000000010, 7adb6014-fc16-4071-a61a-344b2d6cd88f).
Could not create constraint. See previous errors.
The statement has been terminated.]
OpenAccessRuntime.ExceptionWrapper.Throw() +13
OpenAccessRuntime.DataObjects.tools.ant.DataObjectsTaskBase.throwBuildException(String str, Exception e) +72
OpenAccessRuntime.DataObjects.tools.ant.ExecuteScriptTask.execute() +817
OpenAccessRuntime.OpenAccessSchemaAdapter.ExecuteDDLScript(SchemaUpdateInfo schemaUpdateInfo, Boolean force) +427
OpenAccessRuntime.SchemaHandlerImpl.Telerik.OpenAccess.ISchemaHandler.ForceUpdateSchema(SchemaUpdateInfo schemaUpdateInfo) +70
Telerik.Sitefinity.Data.OA.OpenAccessConnection.UpgradeDatabaseSchema(ISchemaHandler schemaHandler) +474
Telerik.Sitefinity.Data.OA.MetadataUpgradeFacade.UpgradeSchema(ISchemaHandler schemaHandler) +2678

[Exception: Unable to upgrade database schema metadataSource provided by 'Telerik.Sitefinity.Modules.Pages.Data.OpenAccessPageProvider': Telerik.OpenAccess.OpenAccessException: SQL exception on 'ALTER TABLE [sf_page_node_sf_permissions] ADD CONSTRAINT [pk_sf_page_node_sf_permissions] PRIMARY KEY ([id], [id2])' : The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.sf_page_node_sf_permissions' and the index name 'pk_sf_page_node_sf_permissions'. The duplicate key value is (f669d9a7-009d-4d83-aaaa-000000000010, 7adb6014-fc16-4071-a61a-344b2d6cd88f).
Could not create constraint. See previous errors.
The statement has been terminated.]
DynamicModule.ns.Wrapped_OpenAccessPageProvider_41cb54316e88464aa571ad560246f3c7.Initialize(String providerName, NameValueCollection config, Type managerType) +405
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, Type providerType, ExceptionPolicyName policy, ManagerBase`1 manager) +1972
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, ExceptionPolicyName policy, ManagerBase`1 manager) +74
Telerik.Sitefinity.Data.ManagerBase`1.SetProvider(String providerName, String transactionName) +539
Telerik.Sitefinity.Modules.Pages.PageManager..ctor() +25

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +159
System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +256
System.Activator.CreateInstance() +109
Telerik.Sitefinity.Data.ManagerBase`1.GetManager(String providerName, String transactionName) +120
Telerik.Sitefinity.Abstractions.SiteInitializer..ctor(String transactionName, InstallContext installContext) +222
BuildUp_Telerik.Sitefinity.Abstractions.SiteInitializer(IBuilderContext ) +121
Telerik.Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context) +304
Telerik.Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context) +434
Telerik.Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides) +440

[ResolutionFailedException: Resolution of the dependency failed, type = "Telerik.Sitefinity.Abstractions.SiteInitializer", name = "(none)".
Exception occurred while: Calling constructor Telerik.Sitefinity.Abstractions.SiteInitializer().
Exception is: TargetInvocationException - Exception has been thrown by the target of an invocation.
-----------------------------------------------
At the time of the exception, the container was:

Resolving Telerik.Sitefinity.Abstractions.SiteInitializer,(none)
Calling constructor Telerik.Sitefinity.Abstractions.SiteInitializer()
]
Telerik.Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides) +546
Telerik.Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, String name, IEnumerable`1 resolverOverrides) +20
Telerik.Microsoft.Practices.Unity.UnityContainerExtensions.Resolve(IUnityContainer container, ResolverOverride[] overrides) +87
Telerik.Sitefinity.Abstractions.SiteInitializer.GetInitializer() +364
Telerik.Sitefinity.Services.SystemManager.Initialize() +337
Telerik.Sitefinity.Abstractions.Bootstrapper.RegisterRoutes() +654
Telerik.Sitefinity.Abstractions.Bootstrapper.Bootstrap() +512
Telerik.Sitefinity.Web.SitefinityHttpModule.Init(HttpApplication context) +159
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +530
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475

[HttpException (0x80004005): Resolution of the dependency failed, type = "Telerik.Sitefinity.Abstractions.SiteInitializer", name = "(none)".
Exception occurred while: Calling constructor Telerik.Sitefinity.Abstractions.SiteInitializer().
Exception is: TargetInvocationException - Exception has been thrown by the target of an invocation.
-----------------------------------------------
At the time of the exception, the container was:

Resolving Telerik.Sitefinity.Abstractions.SiteInitializer,(none)
Calling constructor Telerik.Sitefinity.Abstractions.SiteInitializer()
]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12880068
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12721257

Googling around I've found this post :

www.google.it/url

That's exacly what I'm facing... just a little problem... I've got no seq column....does some upgrade failed during the process??

When I'll move to production considering I don't want to move from 4.1 to 6.0 to prod enviorment doing this path can I upload the project and remove the configuration folder? will this do the magic?

Is there a tool to check if the db version is alligned to Sitefinity version?
Thanks

Posted by Community Admin on 23-May-2013 00:00

Hello,
I've dbghosted a new project's 5.2 with the upgrated one... I've got some differences...  are they safe?
I've followed step by step the migration guide from 4.1 to 4.2 to 4.4 to 5.0 to 5.2

Here's the diff

23/05/2013 14:44:05...***********************************************************************************************************************
23/05/2013 14:44:57...***********************************************************************************************************************
23/05/2013 14:44:57...
23/05/2013 14:44:57...DB Ghost Data and Schema Compare version 4.5.1298
23/05/2013 14:44:57...
23/05/2013 14:44:57...Comparing Databases [xxx\bim_xxx].[TESTPAOLO52] (the target) against [xxx\BIM_xxx].[myDB] (the source)
23/05/2013 14:44:57...
23/05/2013 14:44:57...Connecting to target server and database...
23/05/2013 14:44:58...Connecting to source server and database...
23/05/2013 14:44:58...Checking for extra User Defined Data Types
23/05/2013 14:44:58...Checking for extra Defaults
23/05/2013 14:44:58...Checking for extra Rules
23/05/2013 14:44:58...Checking for missing Defaults
23/05/2013 14:44:58...Checking for missing Rules
23/05/2013 14:44:58...Checking for missing User Defined Data Types
23/05/2013 14:44:58...Checking for extra Tables
23/05/2013 14:44:58...Checking for missing Schemas
23/05/2013 14:44:58...Checking for missing Tables
23/05/2013 14:44:58...Table missing: [dbo].[dynmc_39f30715d78c4556bb8685cb]
23/05/2013 14:44:58...Table missing: [dbo].[dynmc_61fd11d047f81b738419c882]
23/05/2013 14:44:58...Table missing: [dbo].[dynmc_68446304c304b47206ccb9d7]
23/05/2013 14:44:58...Table missing: [dbo].[dynmc_c6728b4389f04755b2529679]
23/05/2013 14:44:58...Table missing: [dbo].[dynmc_cc8cc84d02439680bdc995d7]
23/05/2013 14:44:58...Table missing: [dbo].[incremnt]
23/05/2013 14:44:58...Table missing: [dbo].[sf_bootstrap_info]
23/05/2013 14:44:58...Table missing: [dbo].[sf_condition]
23/05/2013 14:44:58...Table missing: [dbo].[sf_instance]
23/05/2013 14:44:58...Table missing: [dbo].[sf_lists_sf_language_data]
23/05/2013 14:44:58...Table missing: [dbo].[sf_lsts_published_translations]
23/05/2013 14:44:58...Table missing: [dbo].[sf_pblishing_mapping_attrbutes]
23/05/2013 14:44:58...Table missing: [dbo].[sf_prfl_sf_prmssns_nhrtnce_map]
23/05/2013 14:44:58...Table missing: [dbo].[sf_profile]
23/05/2013 14:44:58...Table missing: [dbo].[sf_profile_sf_commnt]
23/05/2013 14:44:58...Table missing: [dbo].[sf_profile_sf_permissions]
23/05/2013 14:44:58...Table missing: [dbo].[sf_qeries]
23/05/2013 14:44:58...Table missing: [dbo].[sf_query_data]
23/05/2013 14:44:58...Table missing: [dbo].[sf_query_data_sf_query_items]
23/05/2013 14:44:58...Table missing: [dbo].[sf_query_data_type_properties]
23/05/2013 14:44:58...Table missing: [dbo].[sf_query_items]
23/05/2013 14:44:58...Table missing: [dbo].[sf_rdsgn_media_query]
23/05/2013 14:44:58...Table missing: [dbo].[sf_rdsgn_media_query_rule]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sbscrbr_unsubscription_info]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sbscriber_subscription_info]
23/05/2013 14:44:58...Table missing: [dbo].[sf_schema_versions]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sitefinity_activity_info]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sitefinity_activity_state_record]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sitefinity_tracking_record]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sp_data_item_attachment]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sp_list]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sp_list_item]
23/05/2013 14:44:58...Table missing: [dbo].[sf_sp_list_item_sf_commnt]
23/05/2013 14:44:58...Table missing: [dbo].[sf_stfnty_ctvty_stt_rcrd_rgmnt]
23/05/2013 14:44:58...Table missing: [dbo].[sf_stfnty_ctvty_stt_rcrd_vrbls]
23/05/2013 14:44:58...Table missing: [dbo].[sf_stfnty_trckng_rcrd_nnttions]
23/05/2013 14:44:58...Table missing: [dbo].[sf_stfnty_wrkflow_instance_record]
23/05/2013 14:44:58...Table missing: [dbo].[sf_subscriber_sf_lst]
23/05/2013 14:44:58...Table missing: [dbo].[sf_subscriber_sf_lst2]
23/05/2013 14:44:58...Table missing: [dbo].[workflow_instance]
23/05/2013 14:44:58...Checking for constraints that are the same, with different names
23/05/2013 14:44:59...Constraint needs renaming: [pk_sf_page_language_link].[pk_page_language_link]
23/05/2013 14:44:59...Constraint needs renaming: [pk_sf_subscription_info].[pk_subscription_info]
23/05/2013 14:44:59...Constraint needs renaming: [pk_sf_unsubscription_info].[pk_unsubscription_info]
23/05/2013 14:44:59...Checking for extra Check constraints
23/05/2013 14:44:59...Checking for extra Foreign Keys
23/05/2013 14:45:00...Checking for extra Primary or Unique Keys
23/05/2013 14:45:00...Key found in the target database that is not in the source: [dbo].[sf_page_language_link].[pk_sf_page_language_link]
23/05/2013 14:45:00...Key found in the target database that is not in the source: [dbo].[sf_subscription_info].[pk_sf_subscription_info]
23/05/2013 14:45:00...Key found in the target database that is not in the source: [dbo].[sf_unsubscription_info].[pk_sf_unsubscription_info]
23/05/2013 14:45:00...Checking for extra Indexes
23/05/2013 14:45:00...Index found in the target database that is not in the source: [dbo].[sf_meta_fields].[idx_sf_metafields]
23/05/2013 14:45:00...Index found in the target database that is not in the source: [dbo].[sf_scheduled_tasks].[excecutionDate]
23/05/2013 14:45:00...Checking for extra Columns
23/05/2013 14:45:01...Column found in the target database that is not in the source: [dbo].[sf_sitefinity_profile].[is_profile_public]
23/05/2013 14:45:01...Checking for extra Views
23/05/2013 14:45:01...Checking for extra Indexes on Views
23/05/2013 14:45:01...Checking for extra User Defined Functions
23/05/2013 14:45:01...Checking for extra Stored Procedures
23/05/2013 14:45:01...Checking for extra Triggers
23/05/2013 14:45:01...Checking for extra Assemblies
23/05/2013 14:45:01...Checking for differences with Defaults
23/05/2013 14:45:01...Checking for differences with Rules
23/05/2013 14:45:01...Checking for differences with User Defined Data Types
23/05/2013 14:45:01...Checking for differences with Columns
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.winner_issue_id
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.testing_sample_percentage
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.testing_note
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.testing_ends
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.root_campaign_id
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.nme
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.id
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.date_sent
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.conclusion
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.campaign_b_id
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.campaign_a_id
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.application_name
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.a_b_testing_status
23/05/2013 14:45:03...Column is different: dbo.sf_ab_campaign.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_approval_tracking_record.workflow_item_id
23/05/2013 14:45:03...Column is different: dbo.sf_approval_tracking_record.user_id
23/05/2013 14:45:03...Column is different: dbo.sf_approval_tracking_record.status
23/05/2013 14:45:03...Column is different: dbo.sf_approval_tracking_record.note
23/05/2013 14:45:03...Column is different: dbo.sf_approval_tracking_record.id
23/05/2013 14:45:03...Column is different: dbo.sf_approval_tracking_record.date_created
23/05/2013 14:45:03...Column is different: dbo.sf_approval_tracking_record.culture
23/05/2013 14:45:03...Column is different: dbo.sf_approval_tracking_record.application_name
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.votes_sum
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.votes_count
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.visible
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.views_count
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.vrsion
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.url_name_
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.title_
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.status
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.source_key
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.publication_date
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.post_rights
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.ownr
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.original_content_id
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.last_modified_by
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.content_id
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.expiration_date
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.email_author
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.draft_culture
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.description_
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.default_page_id
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.date_created
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.content_state
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.approve_comments
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.app_name
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.allow_track_backs
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.allow_comments
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.summary_
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.parent_id
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.item_default_url_
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.inherits_permissions
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.content_
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.can_inherit_permissions
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.id
23/05/2013 14:45:03...Column is different: dbo.sf_blog_posts.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.votes_sum
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.votes_count
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.visible
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.views_count
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.vrsion
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.url_name_
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.title_
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.status
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.source_key
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.publication_date
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.post_rights
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.ownr
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.original_content_id
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.last_modified_by
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.content_id
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.expiration_date
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.email_author
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.draft_culture
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.description_
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.default_page_id
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.date_created
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.content_state
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.approve_comments
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.app_name
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.allow_track_backs
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.allow_comments
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.landing_page_id
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.item_default_url_
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.inherits_permissions
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.can_inherit_permissions
23/05/2013 14:45:03...Column is different: dbo.sf_blogs.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_bounce_stat.message_status
23/05/2013 14:45:03...Column is different: dbo.sf_bounce_stat.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_bounce_stat.id
23/05/2013 14:45:03...Column is different: dbo.sf_bounce_stat.sf_campaign_id
23/05/2013 14:45:03...Column is different: dbo.sf_bounce_stat.application_name
23/05/2013 14:45:03...Column is different: dbo.sf_bounce_stat.additional_info
23/05/2013 14:45:03...Column is different: dbo.sf_bounce_stat.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.use_google_tracking
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.short_id
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.rootCampaign_id
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.reply_to_email
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.related_notification_job
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.nme
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.message_subject
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.id2
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.is_ready_for_sending
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.id
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.from_name
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.delivery_date
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.campaign_state
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.application_name
23/05/2013 14:45:03...Column is different: dbo.sf_campaign.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_chunks.sze
23/05/2013 14:45:03...Column is different: dbo.sf_chunks.ordinal
23/05/2013 14:45:03...Column is different: dbo.sf_chunks.file_id
23/05/2013 14:45:03...Column is different: dbo.sf_chunks.dta
23/05/2013 14:45:03...Column is different: dbo.sf_chunks.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.votes_sum
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.votes_count
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.visible
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.views_count
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.vrsion
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.url_name_
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.title_
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.status
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.source_key
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.publication_date
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.post_rights
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.ownr
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.original_content_id
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.last_modified_by
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.content_id
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.expiration_date
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.email_author
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.draft_culture
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.description_
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.default_page_id
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.date_created
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.content_state
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.approve_comments
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.app_name
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.allow_track_backs
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.allow_comments
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.website
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.provider_name
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.ip_address
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.email
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.content_
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.comment_status
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.commented_item_type
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.commented_item_i_d
23/05/2013 14:45:03...Column is different: dbo.sf_commnt.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.votes_sum
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.votes_count
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.visible
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.views_count
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.vrsion
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.url_name_
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.title_
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.status
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.source_key
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.publication_date
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.post_rights
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.ownr
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.original_content_id
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.last_modified_by
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.content_id
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.expiration_date
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.email_author
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.draft_culture
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.description_
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.default_page_id
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.date_created
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.content_state
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.approve_comments
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.app_name
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.allow_track_backs
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.allow_comments
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.nme
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.content_
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.author
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.id
23/05/2013 14:45:03...Column is different: dbo.sf_content_items.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.parent_item_additional_info
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.ordinal
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.id
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.component_property_name
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.child_item_type
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.child_item_provider_name
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.child_item_id
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.child_item_additional_info
23/05/2013 14:45:03...Column is different: dbo.sf_content_link.app_name
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.val
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.validation
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.prnt_prop_id
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.nme
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.language
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.id
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.description_
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.control_id
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.caption_
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.app_name
23/05/2013 14:45:03...Column is different: dbo.sf_control_properties.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.vrsion
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.ownr
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.id
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.approval_workflow_state_
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.id2
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.app_name
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.voa_class
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.url_evaluation_mode
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.theme
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.template_id
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.personalization_segment_id
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.personalization_master_id
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.page_id
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.master_page
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.last_control_id2
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.is_personalized
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.external_page
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.theme2
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.personalization_segment_id2
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.personalization_master_id2
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.master_page2
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.last_control_id
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.ky
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.is_personalized2
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.include_script_manger2
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.success_message_
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.submit_restriction
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.submit_action
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.redirect_page_url
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.content_id
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.nme
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.last_control_id3
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.form_label_placement
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.css_class
23/05/2013 14:45:03...Column is different: dbo.sf_draft_pages.is_temp_form
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.system_parent_type
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.system_parent_id
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.status
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.publication_date
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.ownr
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.original_content_id
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.last_modified_by
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.last_modified
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.base_id
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.expiration_date
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.date_created
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.approval_workflow_state_
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.id
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.application_name
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_content.voa_version
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_type_base.original_parent_id
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_type_base.original_item_id
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_type_base.id
23/05/2013 14:45:03...Column is different: dbo.sf_dynamic_type_base.application_name
23/05/2013 14:45:03...Column is different: dbo.sf_events.votes_sum
23/05/2013 14:45:03...Column is different: dbo.sf_events.votes_count
23/05/2013 14:45:03...Column is different: dbo.sf_events.visible
23/05/2013 14:45:03...Column is different: dbo.sf_events.views_count
23/05/2013 14:45:03...Column is different: dbo.sf_events.vrsion
23/05/2013 14:45:03...Column is different: dbo.sf_events.url_name_
23/05/2013 14:45:03...Column is different: dbo.sf_events.title_
23/05/2013 14:45:03...Column is different: dbo.sf_events.status
23/05/2013 14:45:03...Column is different: dbo.sf_events.source_key
23/05/2013 14:45:03...Column is different: dbo.sf_events.publication_date
23/05/2013 14:45:03...Column is different: dbo.sf_events.post_rights
23/05/2013 14:45:03...Column is different: dbo.sf_events.ownr
23/05/2013 14:45:03...Column is different: dbo.sf_events.original_content_id
23/05/2013 14:45:03...Column is different: dbo.sf_events.last_modified_by
23/05/2013 14:45:03...Column is different: dbo.sf_events.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_events.content_id
23/05/2013 14:45:04...Column is different: dbo.sf_events.expiration_date
23/05/2013 14:45:04...Column is different: dbo.sf_events.email_author
23/05/2013 14:45:04...Column is different: dbo.sf_events.draft_culture
23/05/2013 14:45:04...Column is different: dbo.sf_events.description_
23/05/2013 14:45:04...Column is different: dbo.sf_events.default_page_id
23/05/2013 14:45:04...Column is different: dbo.sf_events.date_created
23/05/2013 14:45:04...Column is different: dbo.sf_events.content_state
23/05/2013 14:45:04...Column is different: dbo.sf_events.approve_comments
23/05/2013 14:45:04...Column is different: dbo.sf_events.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_events.allow_track_backs
23/05/2013 14:45:04...Column is different: dbo.sf_events.allow_comments
23/05/2013 14:45:04...Column is different: dbo.sf_events.summary_
23/05/2013 14:45:04...Column is different: dbo.sf_events.street_
23/05/2013 14:45:04...Column is different: dbo.sf_events.state_
23/05/2013 14:45:04...Column is different: dbo.sf_events.item_default_url_
23/05/2013 14:45:04...Column is different: dbo.sf_events.inherits_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_events.event_start
23/05/2013 14:45:04...Column is different: dbo.sf_events.event_end
23/05/2013 14:45:04...Column is different: dbo.sf_events.country_
23/05/2013 14:45:04...Column is different: dbo.sf_events.content_
23/05/2013 14:45:04...Column is different: dbo.sf_events.contact_web
23/05/2013 14:45:04...Column is different: dbo.sf_events.contact_phone_
23/05/2013 14:45:04...Column is different: dbo.sf_events.contact_name_
23/05/2013 14:45:04...Column is different: dbo.sf_events.contact_email
23/05/2013 14:45:04...Column is different: dbo.sf_events.contact_cell_
23/05/2013 14:45:04...Column is different: dbo.sf_events.city_
23/05/2013 14:45:04...Column is different: dbo.sf_events.can_inherit_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_events.approval_workflow_state_
23/05/2013 14:45:04...Column is different: dbo.sf_events.id
23/05/2013 14:45:04...Column is different: dbo.sf_events.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.votes_sum
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.votes_count
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.visible
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.views_count
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.vrsion
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.url_name_
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.title_
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.status
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.source_key
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.publication_date
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.post_rights
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.ownr
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.original_content_id
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.last_modified_by
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.content_id
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.expiration_date
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.email_author
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.draft_culture
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.description_
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.default_page_id
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.date_created
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.content_state
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.approve_comments
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.allow_track_backs
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.allow_comments
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.success_message_
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.subscr_lst_id
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.submit_restriction
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.submit_action
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.redirect_page_url
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.nme
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.locked_by
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.last_control_id
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.inherits_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.form_label_placement
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.form_entries_seed
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.css_class
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.can_inherit_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_form_description.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.visible
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.user_id
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.title_
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.submitted_on
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.status
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.started_on
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.source_key
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.referral_code
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.ownr
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.lnguage
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.ip_address
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.id
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.expiration_date
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.description_
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.date_created
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.voa_class
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_form_entry.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_forum_groups.is_default
23/05/2013 14:45:04...Column is different: dbo.sf_forum_groups.inherits_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_forum_groups.id
23/05/2013 14:45:04...Column is different: dbo.sf_forum_groups.description
23/05/2013 14:45:04...Column is different: dbo.sf_forum_groups.can_inherit_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_forum_groups.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_forum_threads.block_crawlers
23/05/2013 14:45:04...Column is different: dbo.sf_forum_threads.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.votes_sum
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.votes_count
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.visible
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.views_count
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.vrsion
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.url_name_
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.title_
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.status
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.source_key
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.publication_date
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.post_rights
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.ownr
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.original_content_id
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.last_modified_by
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.content_id
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.expiration_date
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.email_author
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.draft_culture
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.description_
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.default_page_id
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.date_created
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.content_state
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.approve_comments
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.allow_track_backs
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.allow_comments
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.running_task
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.cache_profile
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.max_size
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.max_item_size
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.item_default_url_
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.inherits_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.security_provider
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.client_cache_profile
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.can_inherit_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.blob_storage
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.voa_class
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.resize_on_upload
23/05/2013 14:45:04...Column is different: dbo.sf_libraries.new_size
23/05/2013 14:45:04...Column is different: dbo.sf_lic_user_activity.token_id
23/05/2013 14:45:04...Column is different: dbo.sf_lic_user_activity.provider_name
23/05/2013 14:45:04...Column is different: dbo.sf_lic_user_activity.login_ip
23/05/2013 14:45:04...Column is different: dbo.sf_lic_user_activity.last_login_date
23/05/2013 14:45:04...Column is different: dbo.sf_lic_user_activity.last_activity_date
23/05/2013 14:45:04...Column is different: dbo.sf_lic_user_activity.is_logged_in
23/05/2013 14:45:04...Column is different: dbo.sf_lic_user_activity.is_backend_user
23/05/2013 14:45:04...Column is different: dbo.sf_link_click_stat.url
23/05/2013 14:45:04...Column is different: dbo.sf_link_click_stat.subscriber_id
23/05/2013 14:45:04...Column is different: dbo.sf_link_click_stat.date_time_clicked
23/05/2013 14:45:04...Column is different: dbo.sf_link_click_stat.campaign_id
23/05/2013 14:45:04...Column is different: dbo.sf_lst.wlcme_template_id
23/05/2013 14:45:04...Column is different: dbo.sf_lst.welcome_message_subject
23/05/2013 14:45:04...Column is different: dbo.sf_lst.welcome_message_email_address
23/05/2013 14:45:04...Column is different: dbo.sf_lst.unsubscribe_page_id
23/05/2013 14:45:04...Column is different: dbo.sf_lst.total_unsubscriptions
23/05/2013 14:45:04...Column is different: dbo.sf_lst.title_
23/05/2013 14:45:04...Column is different: dbo.sf_lst.subscription_reminder_
23/05/2013 14:45:04...Column is different: dbo.sf_lst.send_good_bye_message
23/05/2013 14:45:04...Column is different: dbo.sf_lst.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_lst.id
23/05/2013 14:45:04...Column is different: dbo.sf_lst.gd_by_template_id
23/05/2013 14:45:04...Column is different: dbo.sf_lst.good_bye_message_subject
23/05/2013 14:45:04...Column is different: dbo.sf_lst.good_bye_message_email_address
23/05/2013 14:45:04...Column is different: dbo.sf_lst.default_subject_
23/05/2013 14:45:04...Column is different: dbo.sf_lst.default_reply_to_email_
23/05/2013 14:45:04...Column is different: dbo.sf_lst.default_from_name_
23/05/2013 14:45:04...Column is different: dbo.sf_lst.application_name
23/05/2013 14:45:04...Column is different: dbo.sf_lst_sf_subscriber.id2
23/05/2013 14:45:04...Column is different: dbo.sf_lst_sf_subscriber.id
23/05/2013 14:45:04...Column is different: dbo.sf_manager_info.provider_name
23/05/2013 14:45:04...Column is different: dbo.sf_manager_info.manager_type
23/05/2013 14:45:04...Column is different: dbo.sf_manager_info.id
23/05/2013 14:45:04...Column is different: dbo.sf_manager_info.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.module_name
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.min_number_range
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.min_length
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.media_type
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.max_number_range
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.max_length
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.length_validation_message
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.is_transient
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.is_rquired_to_select_ddl_value
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.is_required_to_select_checkbox
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.is_required
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.is_hidden_field
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.instructional_text
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.instructional_choice
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.inherits_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.include_in_indexes
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.image_max_size
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.image_extensions
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.id
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.grid_column_ordinal
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.file_max_size
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.file_extensions
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.field_type
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.field_namespace
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.default_value
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.decimal_places_count
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.ddl_choice_default_value_index
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.d_b_type
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.d_b_length
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.column_name
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.classification_id
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.choices
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.choice_render_type
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.checked_by_default
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.can_select_multiple_items
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.can_inherit_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.cn_crate_items_while_selecting
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.application_name
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.allow_nulls
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.allow_multiple_videos
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.allow_multiple_images
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.allow_multiple_files
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.allow_image_library
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_field.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.parentTypeId
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.parent_module_id
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.pageId
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.module_name
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.main_short_text_field_name
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.is_slf_referencing
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.inherits_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.id
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.display_name
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.check_field_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.can_inherit_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.application_name
23/05/2013 14:45:04...Column is different: dbo.sf_mb_dynamic_module_type.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.votes_sum
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.votes_count
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.visible
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.views_count
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.vrsion
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.url_name_
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.title_
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.status
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.source_key
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.publication_date
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.post_rights
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.ownr
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.original_content_id
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.last_modified_by
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.content_id
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.expiration_date
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.email_author
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.draft_culture
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.description_
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.default_page_id
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.date_created
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.content_state
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.approve_comments
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.allow_track_backs
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.allow_comments
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.uploaded
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.total_size
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.parent_id
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.ordinal
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.number_of_chunks
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.mime_type
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.item_default_url_
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.inherits_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.file_path
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.file_id
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.extension
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.chunk_size
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.can_inherit_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.blob_storage
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.author_
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.approval_workflow_state_
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.id
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.voa_class
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.width
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.height
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.alternative_text_
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.width2
23/05/2013 14:45:04...Column is different: dbo.sf_media_content.height2
23/05/2013 14:45:04...Column is different: dbo.sf_media_thumbnails.sze
23/05/2013 14:45:04...Column is different: dbo.sf_media_thumbnails.content_id
23/05/2013 14:45:04...Column is different: dbo.sf_media_thumbnails.mime_type
23/05/2013 14:45:04...Column is different: dbo.sf_media_thumbnails.dta
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.was_template_copied
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.plain_text_version
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.nme
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.message_body_type
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.internal_page_template_id
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.id
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.copied_template_id
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.body_text
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.application_name
23/05/2013 14:45:04...Column is different: dbo.sf_message_body.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.ui_hint
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.storage_type
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.id
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.field_name
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.title_
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.description_
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.clr_type
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.db_type
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.db_sql_type
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.db_length
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.column_name
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.db_scale
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.default_fetch_group
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.linked_content_provider
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.two_way_content_link
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.taxonomy_provider
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.taxonomy_id
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.is_single_taxon
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.validation
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.is_internal
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.default_value_expression
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.default_value
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.display_format
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.hidden
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.sitefinity_type
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.required
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.section_name
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.min_value
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.max_value
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.max_length
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.regular_expression
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.is_dynamic
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.type_id
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.id2
23/05/2013 14:45:04...Column is different: dbo.sf_meta_fields.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_meta_index.id
23/05/2013 14:45:04...Column is different: dbo.sf_meta_index.nme
23/05/2013 14:45:04...Column is different: dbo.sf_meta_index.unque
23/05/2013 14:45:04...Column is different: dbo.sf_meta_index.clstered
23/05/2013 14:45:04...Column is different: dbo.sf_meta_index.id2
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.database_inheritance
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.id
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.name_space
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.section_captions_resource_type
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.base_class_name
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.assembly_name
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.module_name
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_meta_types.voa_version
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.votes_sum
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.votes_count
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.visible
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.views_count
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.vrsion
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.url_name_
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.title_
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.status
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.source_key
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.publication_date
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.post_rights
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.ownr
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.original_content_id
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.last_modified_by
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.last_modified
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.content_id
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.expiration_date
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.email_author
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.draft_culture
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.description_
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.default_page_id
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.date_created
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.content_state
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.approve_comments
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.app_name
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.allow_track_backs
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.allow_comments
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.summary_
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.source_name
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.item_default_url_
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.inherits_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.content_
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.can_inherit_permissions
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.approval_workflow_state_
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.id
23/05/2013 14:45:04...Column is different: dbo.sf_news_items.voa_version
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscr_list.title
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscr_list.resolve_key
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscr_list.module_name
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscr_list.id
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscr_list.description
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscribers.module_name
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscribers.last_name
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscribers.id
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscribers.first_name
23/05/2013 14:45:05...Column is different: dbo.sf_notif_subscribers.email
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.parent_prop_id
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.object_type
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.is_backend_object
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.id
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.dictionary_key
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.collection_index
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.app_name
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.voa_class
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.voa_version
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.sibling_id
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.shred
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.place_holder
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.ownr
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.original_control_id
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.is_layout_control
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.is_data_source
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.inherits_permissions
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.description_
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.id2
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.culture
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.caption_
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.can_inherit_permissions
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.allow_security
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.page_id
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.published
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.content_id
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.published2
23/05/2013 14:45:05...Column is different: dbo.sf_object_data.id3
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.votes_sum
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.votes_count
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.visible
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.views_count
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.vrsion
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.url_name_
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.title_
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.status
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.source_key
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.publication_date
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.post_rights
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.ownr
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.original_content_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.last_modified_by
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.content_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.expiration_date
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.email_author
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.draft_culture
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.description_
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.default_page_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.date_created
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.content_state
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.approve_comments
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.app_name
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.allow_track_backs
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.allow_comments
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.view_state_encryption
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.validate_request
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.url_evaluation_mode
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.ui_culture
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.translation_initialized
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.trace_mode
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.trace
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.theme
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.template_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.sliding_expiration
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.response_encoding
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.require_ssl
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.personalization_segment_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.personalization_master_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.page_languagelink_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.cache_profile
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.master_page
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.maintain_scroll
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.localization_strategy
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.last_control_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.keywords_
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.is_personalized
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.is_auto_created
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.include_script_manger
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.html_title_
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.head_tag_content
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.external_page
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.error_page
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.enable_view_state_mac
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.enable_view_state
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.enable_theming
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.enable_session_state
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.enable_event_validation
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.culture
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.crawlable
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.comments_count
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.code_behind_type
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.cache_output
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.cache_duration
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.build_stamp
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.buffer_output
23/05/2013 14:45:05...Column is different: dbo.sf_page_data.voa_version
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.url_name_
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.translation_culture
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.title_
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.show_in_navigation
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.root_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.render_as_link
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.redirect_url_
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.parent_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.content_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.ordinal
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.open_new_window
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.node_type
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.nme
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.module_name
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.linked_node_provider
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.linked_node_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.inherits_permissions
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.id
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.extension
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.description_
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.date_created
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.can_inherit_permissions
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.approval_workflow_state_
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.id2
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.app_name
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.allow_multiple_urls
23/05/2013 14:45:05...Column is different: dbo.sf_page_node.voa_version
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.view_state_encryption
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.vrsion
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.validate_request
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.ui_culture
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.title_
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.theme
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.smart_navigation
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.sliding_expiration
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.show_in_navigation
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.response_encoding
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.require_ssl
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.personalization_segment_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.personalization_master_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.prent_template_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.ownr
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.ordinal
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.nme
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.master_page
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.maintain_scroll
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.last_control_id
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.keywords_
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.ky
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.is_personalized
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.inherits_permissions
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.include_script_manger
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.id
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.framework
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.error_page
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.enable_view_state_mac
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.enable_view_state
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.enable_theming
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.enable_session_state
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.enable_event_validation
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.description_
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.culture
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.category
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.can_inherit_permissions
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.cache_output
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.cache_duration
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.buffer_output
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.app_name
23/05/2013 14:45:05...Column is different: dbo.sf_page_templates.voa_version
23/05/2013 14:45:05...Column is different: dbo.sf_permissions.id
23/05/2013 14:45:05...Column is different: dbo.sf_permissions.set_name
23/05/2013 14:45:05...Column is different: dbo.sf_permissions.object_id
23/05/2013 14:45:05...Column is different: dbo.sf_permissions.principal_id
23/05/2013 14:45:05...Column is different: dbo.sf_permissions.grnt
23/05/2013 14:45:05...Column is different: dbo.sf_permissions.deny
23/05/2013 14:45:05...Column is different: dbo.sf_permissions.app_name
23/05/2013 14:45:05...Column is different: dbo.sf_permissions.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_permissions_inheritance_map.object_id
23/05/2013 14:45:05...Column is different: dbo.sf_permissions_inheritance_map.child_object_id
23/05/2013 14:45:05...Column is different: dbo.sf_permissions_inheritance_map.child_object_type_name
23/05/2013 14:45:05...Column is different: dbo.sf_pipe_mapping_translation.translator_settings
23/05/2013 14:45:05...Column is different: dbo.sf_pipe_mapping_translation.translator_name
23/05/2013 14:45:05...Column is different: dbo.sf_pipe_mapping_translation.id
23/05/2013 14:45:05...Column is different: dbo.sf_pipe_mapping_translation.application_name
23/05/2013 14:45:05...Column is different: dbo.sf_pipe_mapping_translation.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.theme
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.ownr
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.nme
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.date_created
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.data_type
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.dta
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.app_name
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.resource_class_id
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.resource_assembly_name
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.is_different_from_embedded
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.friendly_control_name
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.control_type
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.item_id
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.condition
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.area_name
23/05/2013 14:45:05...Column is different: dbo.sf_presentation_data.id2
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping.typ
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping.is_required
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping.id
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping.destination_property_name
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping.defaultvalue
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping.application_name
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping.voa_version
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping_settings.last_modified
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_mapping_settings.application_name
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.ui_name
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.title
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.schedule_type
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.schedule_time
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.schedule_day
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.resource_class_id
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.id3
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.pipe_name
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.max_items
23/05/2013 14:45:05...Column is different: dbo.sf_publishing_pipe_settings.id2
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.is_inbound
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.is_active
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.invocation_mode
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.id
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.filter_expression
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.description
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.voa_class
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.voa_version
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.user_name_reference2
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.app_id_reference
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.pop3_user_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.pop3_server
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.pop3_port
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.pop3_password
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.is_ssl_connection
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.user_name_reference
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.app_name_reference
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.url_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.output_settings
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.format_settings
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.content_size
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.search_provider_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.catalog_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.provider_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.import_item_as_published
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.imported_item_parent_id
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.content_type_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_pipe_settings.back_links_page_id
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.storage_type_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.storage_item_provider_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.id2
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.pblshng_pnt_bsness_object_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.ownr
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.nme
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.is_template
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.is_active
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.id
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.description_
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.date_created
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point.voa_version
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point_settings.id2
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point_settings.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point_settings.id
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_point_settings.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_throttle_settings.time_interval
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_throttle_settings.limit
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_throttle_settings.id
23/05/2013 14:45:06...Column is different: dbo.sf_publishing_throttle_settings.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_roles.nme
23/05/2013 14:45:06...Column is different: dbo.sf_roles.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_roles.id
23/05/2013 14:45:06...Column is different: dbo.sf_roles.app_name
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.type_of_schedule
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.title
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.task_name
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.task_data
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.status_message
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.status
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.schedule_data
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.progress
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.last_executed_time
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.language
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.ky
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.is_running
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.is_recurring
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.instance_name
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.id
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.execute_time
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.enabled
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.description
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_scheduled_tasks.voa_version
23/05/2013 14:45:06...Column is different: dbo.sf_schema_vrsns.connection_hash
23/05/2013 14:45:06...Column is different: dbo.sf_schema_vrsns.assembly
23/05/2013 14:45:06...Column is different: dbo.sf_schema_vrsns.cultures
23/05/2013 14:45:06...Column is different: dbo.sf_schema_vrsns.version_number
23/05/2013 14:45:06...Column is different: dbo.sf_schema_vrsns.previous_version_number
23/05/2013 14:45:06...Column is different: dbo.sf_schema_vrsns.meta_data_changed
23/05/2013 14:45:06...Column is different: dbo.sf_schema_vrsns.last_upgrade_date
23/05/2013 14:45:06...Column is different: dbo.sf_security_roots.id
23/05/2013 14:45:06...Column is different: dbo.sf_security_roots.ky
23/05/2013 14:45:06...Column is different: dbo.sf_security_roots.app_name
23/05/2013 14:45:06...Column is different: dbo.sf_security_roots.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_security_roots.can_inherit_permissions
23/05/2013 14:45:06...Column is different: dbo.sf_sitefinity_profile.nickname
23/05/2013 14:45:06...Column is different: dbo.sf_sitefinity_profile.last_name
23/05/2013 14:45:06...Column is different: dbo.sf_sitefinity_profile.first_name
23/05/2013 14:45:06...Column is different: dbo.sf_sitefinity_profile.about
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.short_id
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.last_name
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.is_suspended
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.first_name
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.email
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.date_created
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_subscriber.voa_version
23/05/2013 14:45:06...Column is different: dbo.sf_subscription_info.subscription_list_id
23/05/2013 14:45:06...Column is different: dbo.sf_subscription_info.subscription_date
23/05/2013 14:45:06...Column is different: dbo.sf_subscription_info.id2
23/05/2013 14:45:06...Column is different: dbo.sf_subscription_info.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_subscription_info.id
23/05/2013 14:45:06...Column is different: dbo.sf_subscription_info.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_synonyms.weight
23/05/2013 14:45:06...Column is different: dbo.sf_synonyms.val
23/05/2013 14:45:06...Column is different: dbo.sf_synonyms.taxon_id
23/05/2013 14:45:06...Column is different: dbo.sf_synonyms.id
23/05/2013 14:45:06...Column is different: dbo.sf_synonyms.culture
23/05/2013 14:45:06...Column is different: dbo.sf_synonyms.app_name
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.url_name_
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.title_
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.taxonomy_id
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.show_in_navigation
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.render_as_link
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.ordinal
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.nme
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.id
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.description_
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.app_name
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.parent_id
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.voa_class
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.voa_version
23/05/2013 14:45:06...Column is different: dbo.sf_taxa.fct_txn_fct_tx_id
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.title_
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.taxon_name_
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.ownr
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.nme
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.inherits_permissions
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.id
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.description_
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.can_inherit_permissions
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.app_name
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.voa_class
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomies.voa_version
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomy_statistic.taxonomy_id
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomy_statistic.taxon_id
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomy_statistic.statistic_type
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomy_statistic.marked_items_count
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomy_statistic.item_provider_name
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomy_statistic.id
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomy_statistic.data_item_type
23/05/2013 14:45:06...Column is different: dbo.sf_taxonomy_statistic.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_unsubscription_info.unsubscription_list_id
23/05/2013 14:45:06...Column is different: dbo.sf_unsubscription_info.unsubscription_date
23/05/2013 14:45:06...Column is different: dbo.sf_unsubscription_info.id2
23/05/2013 14:45:06...Column is different: dbo.sf_unsubscription_info.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_unsubscription_info.sf_campaign_id
23/05/2013 14:45:06...Column is different: dbo.sf_unsubscription_info.id
23/05/2013 14:45:06...Column is different: dbo.sf_unsubscription_info.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_unsubscription_info.voa_version
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.url
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.redirect
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.qery
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.is_default
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.id
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.disabled
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.culture
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.app_name
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.voa_class
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.content_id
23/05/2013 14:45:06...Column is different: dbo.sf_url_data.id2
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.user_id
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.id
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.exipration_date
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.data_item_id
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.dta
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.application_name
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.action_name
23/05/2013 14:45:06...Column is different: dbo.sf_user_action.voa_version
23/05/2013 14:45:06...Column is different: dbo.sf_user_link.user_id
23/05/2013 14:45:06...Column is different: dbo.sf_user_link.role_id
23/05/2013 14:45:06...Column is different: dbo.sf_user_link.membership_info
23/05/2013 14:45:06...Column is different: dbo.sf_user_link.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_user_link.id
23/05/2013 14:45:06...Column is different: dbo.sf_user_link.app_name
23/05/2013 14:45:06...Column is different: dbo.sf_users.user_name
23/05/2013 14:45:06...Column is different: dbo.sf_users.salt
23/05/2013 14:45:06...Column is different: dbo.sf_users.password_question
23/05/2013 14:45:06...Column is different: dbo.sf_users.password_format
23/05/2013 14:45:06...Column is different: dbo.sf_users.password_answer
23/05/2013 14:45:06...Column is different: dbo.sf_users.passwd
23/05/2013 14:45:06...Column is different: dbo.sf_users.manager_info
23/05/2013 14:45:06...Column is different: dbo.sf_users.last_password_changed_date
23/05/2013 14:45:06...Column is different: dbo.sf_users.last_name
23/05/2013 14:45:06...Column is different: dbo.sf_users.last_modified
23/05/2013 14:45:06...Column is different: dbo.sf_users.last_login_ip
23/05/2013 14:45:06...Column is different: dbo.sf_users.last_login_date
23/05/2013 14:45:06...Column is different: dbo.sf_users.last_lockout_date
23/05/2013 14:45:06...Column is different: dbo.sf_users.last_activity_date
23/05/2013 14:45:06...Column is different: dbo.sf_users.is_logged_in
23/05/2013 14:45:06...Column is different: dbo.sf_users.is_locked_out
23/05/2013 14:45:06...Column is different: dbo.sf_users.is_backend_user
23/05/2013 14:45:07...Column is different: dbo.sf_users.is_approved
23/05/2013 14:45:07...Column is different: dbo.sf_users.id
23/05/2013 14:45:07...Column is different: dbo.sf_users.first_name
23/05/2013 14:45:07...Column is different: dbo.sf_users.fld_psswrd_ttempt_window_start
23/05/2013 14:45:07...Column is different: dbo.sf_users.failed_password_attempt_count
23/05/2013 14:45:07...Column is different: dbo.sf_users.fld_psswrd_nswr_ttmpt_wndw_str
23/05/2013 14:45:07...Column is different: dbo.sf_users.fld_psswrd_nswer_attempt_count
23/05/2013 14:45:07...Column is different: dbo.sf_users.email
23/05/2013 14:45:07...Column is different: dbo.sf_users.creation_date
23/05/2013 14:45:07...Column is different: dbo.sf_users.commnt
23/05/2013 14:45:07...Column is different: dbo.sf_users.app_name
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.vrsion
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.serial_info_id
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.item_id
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.ownr
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.last_modified
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.lbel
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.is_published_version
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.id
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.dta
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.culture
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.commnt
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.change_type
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.app_name
23/05/2013 14:45:07...Column is different: dbo.sf_version_chnges.voa_version
23/05/2013 14:45:07...Column is different: dbo.sf_version_serial_info.last_modified
23/05/2013 14:45:07...Column is different: dbo.sf_version_serial_info.id
23/05/2013 14:45:07...Column is different: dbo.sf_version_serial_info.formatter
23/05/2013 14:45:07...Column is different: dbo.sf_version_serial_info.app_name
23/05/2013 14:45:07...Column is different: dbo.sf_version_trunks.nme
23/05/2013 14:45:07...Column is different: dbo.sf_version_trunks.last_modified
23/05/2013 14:45:07...Column is different: dbo.sf_version_trunks.description
23/05/2013 14:45:07...Column is different: dbo.sf_version_trunks.app_name
23/05/2013 14:45:07...Column is different: dbo.sf_vesion_items.type_name
23/05/2013 14:45:07...Column is different: dbo.sf_vesion_items.trunk_id
23/05/2013 14:45:07...Column is different: dbo.sf_vesion_items.last_version
23/05/2013 14:45:07...Column is different: dbo.sf_vesion_items.last_modified
23/05/2013 14:45:07...Column is different: dbo.sf_vesion_items.id
23/05/2013 14:45:07...Column is different: dbo.sf_vesion_items.app_name
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.workflow_type
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.title_
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.snd_scnd_lvl_mail_notification
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.snd_frst_lvl_mail_notification
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.ownr
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.last_modified
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.inherits_permissions
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.id
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.date_created
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.can_inherit_permissions
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.application_name
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.allw_dmnstrtrs_t_skip_workflow
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_definition.voa_version
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_permission.principal_type
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_permission.principal_name
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_permission.principal_id
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_permission.last_modified
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_permission.id
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_permission.id2
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_permission.app_name
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_permission.action_name
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_scope.title
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_scope.parent_id
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_scope.last_modified
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_scope.lnguage
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_scope.id2
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_scope.content_type
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_scope.content_filter_expression
23/05/2013 14:45:07...Column is different: dbo.sf_workflow_scope.app_name
23/05/2013 14:45:07...Checking for differences with Check constraints
23/05/2013 14:45:07...Checking for differences with Indexes
23/05/2013 14:45:07...Checking for differences with Primary and Unique Keys
23/05/2013 14:45:08...Key is different: dbo.sf_chunks.pk_sf_chunks
23/05/2013 14:45:08...Key is different: dbo.sf_lst_sf_subscriber.pk_sf_lst_sf_subscriber
23/05/2013 14:45:08...Checking for differences with Foreign Keys
23/05/2013 14:45:08...Checking for differences with Indexes on Views
23/05/2013 14:45:08...Checking for differences with User Defined Functions
23/05/2013 14:45:08...Checking for differences with Stored Procedures
23/05/2013 14:45:09...Checking for differences with Triggers
23/05/2013 14:45:09...Getting collection from source...
23/05/2013 14:45:09...Getting collection from target...
23/05/2013 14:45:09...Checking for missing Columns
23/05/2013 14:45:10...Column missing: [dbo].[sf_blogs].[dummy_]
23/05/2013 14:45:10...Column missing: [dbo].[sf_chunks].[content_id]
23/05/2013 14:45:10...Column missing: [dbo].[sf_chunks].[content_id2]
23/05/2013 14:45:10...Column missing: [dbo].[sf_content_items].[can_inherit_permissions]
23/05/2013 14:45:10...Column missing: [dbo].[sf_content_items].[inherits_permissions]
23/05/2013 14:45:10...Column missing: [dbo].[sf_content_items].[approval_workflow_state_]
23/05/2013 14:45:10...Column missing: [dbo].[sf_control_properties].[multilingual_value_]
23/05/2013 14:45:10...Column missing: [dbo].[sf_draft_pages].[is_temp_template]
23/05/2013 14:45:10...Column missing: [dbo].[sf_dynamic_type_base].[voa_class]
23/05/2013 14:45:10...Column missing: [dbo].[sf_libraries].[dummy_]
23/05/2013 14:45:10...Column missing: [dbo].[sf_libraries].[dummy_2]
23/05/2013 14:45:10...Column missing: [dbo].[sf_libraries].[dummy_3]
23/05/2013 14:45:10...Column missing: [dbo].[sf_message_body].[external_page_url]
23/05/2013 14:45:10...Column missing: [dbo].[sf_message_body].[internal_page_id]
23/05/2013 14:45:10...Column missing: [dbo].[sf_meta_fields].[<_telerik_sitefinity_model_i_data_item_provider>k___backing_field_class]
23/05/2013 14:45:10...Column missing: [dbo].[sf_meta_fields].[<_telerik_sitefinity_model_i_data_item_provider>k___backing_field_id]
23/05/2013 14:45:10...Column missing: [dbo].[sf_meta_fields].[<_telerik_sitefinity_model_i_data_item_transaction>k___backing_field_class]
23/05/2013 14:45:10...Column missing: [dbo].[sf_meta_fields].[<_telerik_sitefinity_model_i_data_item_transaction>k___backing_field_id]
23/05/2013 14:45:10...Column missing: [dbo].[sf_object_data].[<_editable>k___backing_field]
23/05/2013 14:45:10...Column missing: [dbo].[sf_page_data].[addtnl_rls_rdrct_t_default_one]
23/05/2013 14:45:10...Column missing: [dbo].[sf_page_data].[allow_multiple_urls]
23/05/2013 14:45:10...Column missing: [dbo].[sf_page_data].[multiple_navigation_nodes]
23/05/2013 14:45:10...Column missing: [dbo].[sf_user_action].[<_telerik_sitefinity_model_i_data_item_provider>k___backing_field_class]
23/05/2013 14:45:10...Column missing: [dbo].[sf_user_action].[<_telerik_sitefinity_model_i_data_item_provider>k___backing_field_id]
23/05/2013 14:45:10...Column missing: [dbo].[sf_user_action].[<_telerik_sitefinity_model_i_data_item_transaction>k___backing_field_class]
23/05/2013 14:45:10...Column missing: [dbo].[sf_user_action].[<_telerik_sitefinity_model_i_data_item_transaction>k___backing_field_id]
23/05/2013 14:45:10...Checking for missing Check constraints
23/05/2013 14:45:10...Checking for missing Views
23/05/2013 14:45:10...Checking for missing Indexes on Views
23/05/2013 14:45:10...Checking for missing Assemblies
23/05/2013 14:45:10...Checking for missing User Defined Functions
23/05/2013 14:45:10...Checking for missing Stored Procedures
23/05/2013 14:45:10...Checking for differences with Views
23/05/2013 14:45:10...Checking for missing Primary or Unique Keys
23/05/2013 14:45:10...Key missing: [dbo].[sf_subscription_info].[pk_subscription_info]
23/05/2013 14:45:10...Key missing: [dbo].[sf_unsubscription_info].[pk_unsubscription_info]
23/05/2013 14:45:10...Key missing: [dbo].[sf_page_language_link].[pk_page_language_link]
23/05/2013 14:45:10...Checking for missing Indexes
23/05/2013 14:45:11...Index missing: [dbo].[sf_lst_sf_subscriber].[idx_sf_lst_sf_subscriber_id2]
23/05/2013 14:45:11...Index missing: [dbo].[sf_meta_fields].[idx_sf_meatafields]
23/05/2013 14:45:11...Index missing: [dbo].[sf_scheduled_tasks].[executionDate]
23/05/2013 14:45:11...Checking for missing Foreign Keys
23/05/2013 14:45:11...Checking for duplicated Indexes
23/05/2013 14:45:11...Checking for duplicated Foreign Keys
23/05/2013 14:45:11...
23/05/2013 14:45:11...DB Ghost Data and Schema Compare  - process complete
23/05/2013 14:45:11...
23/05/2013 14:45:11...***********************************************************************************************************************

Posted by Community Admin on 23-May-2013 00:00

Here's the KB article for the issue you are describing: www.sitefinity.com/.../page-node-permission-issues-when-upgrading-from-5.0-to-5.2

Posted by Community Admin on 23-May-2013 00:00

it's the same post I've pasted (mine was google-wrapped) .... btw I've no seq columnand also there's no seq column on a new 5.2 project.....

Posted by Community Admin on 27-May-2013 00:00

I've upgraded to 6.0 but I still have table difference from a native 6.0 to my 4.1->6.0.... I've performed 2 times the upgrade....for example a thing I've seen is that I can't change the permission from documents & files... when I select the role I wish and click on "done" it remains locked and an excetpion of type

Timestamp: 27/05/2013 12:20:27

Message: HandlingInstanceID: 4c85793c-a6a0-4068-861c-3c4e8e6f8c62
An exception of type 'System.ServiceModel.CommunicationObjectAbortedException' occurred and was caught.
-------------------------------------------------------------------------------------------------------
05/27/2013 14:20:27
Type : System.ServiceModel.CommunicationObjectAbortedException, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : The communication object, System.ServiceModel.InstanceContext, cannot be used for communication because it has been Aborted.
Source : System.ServiceModel
Help link :
Data : System.Collections.ListDictionaryInternal
TargetSite : Void ThrowIfClosedOrNotOpen()
HResult : -2146233087
Stack Trace :    at System.ServiceModel.Channels.CommunicationObject.ThrowIfClosedOrNotOpen()
   at System.ServiceModel.InstanceContext.GetServiceInstance(Message message)
   at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureServiceInstance(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

Additional Info:

MachineName : xxx
TimeStamp : 27/05/2013 12:20:27
FullName : Telerik.Sitefinity.Utilities, Version=6.0.4200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/1/ROOT/xxxx-2-130141300833102143
ThreadIdentity :
WindowsIdentity : IIS APPPOOL\xxx
Requested URL : localhost/.../, Telerik.Sitefinity, Version=6.0.4200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563&securedObjectID=3801bb4a-d7af-4422-ab60-6a9135437402&securedObjectType=Telerik.Sitefinity.Security.Model.SecurityRoot, Telerik.Sitefinity.Model, Version=6.0.4200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563

What can I check?
Thanks

Posted by Community Admin on 30-May-2013 00:00

Hello Paolo,

I have answered you on the support ticket you have opened. You could share the solution with the community once the problem is resolved.

Regards,
Stefani Tacheva
Telerik

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 07-Jan-2014 00:00

I stumbled upon this post after trying unsuccessfully to upgrade from Sitefinity 5.0 to 5.2.  (I'm going through the tedious process of upgrading from 4.4 to 6.3.)  I saw the Knowledge Base article about node permission issues, but unfortunately like Paolo my sf_page_node_sf_permissions table does not include a column called seq. The Knowledge Base article says:

"To fix the problem you need to execute the following code, before running the upgrade procedure to 5.2."

(It would be helpful if this comment were included on the instructions for upgrading from Sitefinity 5.0 - www.sitefinity.com/.../upgrading-you-sitefinity-5.0-project-to-the-latest-version.)

So now I am stuck.  I have tried to downgrade to 5.0 so I can run the script on the Knowledge Base, but I get the following error:

--------------------------

Server Error in '/CMS' Application.The database schema version (3800) is higher than the running Sitefinity version (2860). Downgrade is not allowed.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.InvalidOperationException: The database schema version (3800) is higher than the running Sitefinity version (2860). Downgrade is not allowed.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: 


[InvalidOperationException: The database schema version (3800) is higher than the running Sitefinity version (2860). Downgrade is not allowed.]
DynamicModule.ns.Wrapped_OpenAccessMetaDataProvider_9082147f199d4635b2f9d3c373294e57.Initialize(String providerName, NameValueCollection config, Type managerType) +405
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, Type providerType, ExceptionPolicyName policy, ManagerBase`1 manager) +1972
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, ExceptionPolicyName policy, ManagerBase`1 manager) +74
Telerik.Sitefinity.Data.ManagerBase`1.SetProvider(String providerName, String transactionName) +539

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +159
System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +256
System.Activator.CreateInstance() +109
Telerik.Sitefinity.Data.ManagerBase`1.GetManager(String providerName, String transactionName) +120
Telerik.Sitefinity.Services.SystemManager.Initialize() +232
Telerik.Sitefinity.Abstractions.Bootstrapper.RegisterRoutes(RouteCollection routes) +307
Telerik.Sitefinity.Abstractions.Bootstrapper.Bootstrap() +440
Telerik.Sitefinity.Web.SitefinityHttpModule.Init(HttpApplication context) +159
System.Web.HttpApplication.InitModulesCommon() +192
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1582
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +365
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +200
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +591

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
------------------------------------------

Paolo, were you able to find a solution?  Or does anyone else have experience with fixing this problem?

Again, my end goal is to upgrade to 6.3, so I'm hesitant to push forward with the rest of the updates until this issue is solved.  

Thanks.

Posted by Community Admin on 10-Jan-2014 00:00

Hello,

The problem here is that you got duplicated rows in sf_page_node_sf_permissions table in Sitefinity 5.2. 
If you do not have a backup, you could try delete duplicated rows manually (you need to leave one record) or use this script:

Copy Code
declare @tempTable TABLE
(
    id uniqueidentifier,
    id2 uniqueidentifier,
    cnt int
)
DECLARE @id uniqueidentifier, @id2 uniqueidentifier, @cnt int;
 
insert
into @tempTable
select id, id2, count(*) as cnt
from sf_page_node_sf_permissions
group by id, id2
having count(*) > 1
 
DECLARE test_cursor CURSOR
    FOR SELECT FROM @tempTable
OPEN test_cursor
FETCH NEXT FROM test_cursor
INTO @id, @id2, @cnt
 
WHILE @@FETCH_STATUS = 0
BEGIN
    delete top (@cnt - 1) from sf_page_node_sf_permissions where id=@id and id2 = @id2
    FETCH NEXT FROM test_cursor
    INTO @id, @id2, @cnt
END
CLOSE test_cursor;
DEALLOCATE test_cursor;


Regards,
Vassil Vassilev
Telerik
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 10-Jan-2014 00:00

Thanks, Vassil.  That seems to have helped the database problem.  Now I'm running into a different problem though (still trying to update from 5.0 to 5.2).

I have followed the instructions on the following upgrade page to make sure I have included the right references, updated the web.config, etc.  www.sitefinity.com/.../upgrading-you-sitefinity-5.0-project-to-the-latest-version

My issue is this:

----------------------------------

Server Error in '/CMS' Application.Could not load type 'Telerik.Sitefinity.Modules.Events.EventsManager' from assembly 'Telerik.Sitefinity, Version=5.2.3800.0, Culture=neutral, PublicKeyToken=b28c218413bdf563'.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.TypeLoadException: Could not load type 'Telerik.Sitefinity.Modules.Events.EventsManager' from assembly 'Telerik.Sitefinity, Version=5.2.3800.0, Culture=neutral, PublicKeyToken=b28c218413bdf563'.

Source Error: 


Line 44: eventRepeater.DataSource = repeaterList;
Line 45: eventRepeater.DataBind();
Line 46:
Line 47:
Line 48:
Source File: E:\Dropbox\Projects\collegecosts\Source\NCCC Solution\CMS\Custom\Widgets\HomeEvents.ascx.cs    Line: 46 

Stack Trace: 


[TypeLoadException: Could not load type 'Telerik.Sitefinity.Modules.Events.EventsManager' from assembly 'Telerik.Sitefinity, Version=5.2.3800.0, Culture=neutral, PublicKeyToken=b28c218413bdf563'.]
SitefinityWebApp.Custom.Widgets.HomeEvents.Page_Load(Object sender, EventArgs e) in E:\Dropbox\Projects\collegecosts\Source\NCCC Solution\CMS\Custom\Widgets\HomeEvents.ascx.cs:46
System.Web.UI.Control.LoadRecursive() +95
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2936

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
----------------------------------

Using jetBrains' dotPeek, I can see that the Telerik.Sitefinity dll no longer contains Modules.Events.  I then found this article on decoupled modules that seemed related: www.sitefinity.com/.../breaking-changes-in-sitefinity-5.1
I have a reference to Telerik.Sitefinity.ContentModules in my project, so I'm not sure why my code is still looking at the Telerik.Sitefinity reference for the Event modules.  I have tried rebuilding my project and then re-adding the version 5.2 dll's from a new Sitefinity project, but I am still receiving this error.

Here is an excerpt from a widget that uses the EventsManager:

var eventsManager = new EventsManager();
 
var events = eventsManager.GetEvents()
                .Where(c => c.GetValue<IList<Guid>>("Tags").Contains(tagId) && (c.EventStart >= DateTime.Today.ToUniversalTime() || c.EventEnd >= DateTime.Today.ToUniversalTime()) && c.Status == ContentLifecycleStatus.Live);
 
events = events.OrderBy(ci => ci.EventStart);
List<Event> eventList = events.ToList();

When viewing this ascx.cs page in Visual Studio 2008, the ".Where" is underlined in red and an "ambiguous invocation" error message appears.

Thank you for your help!

Posted by Community Admin on 15-Jan-2014 00:00

Hello Ann,

This error  is pretty general and could be due to variety of reasons, but the common case is that the compiler cannot determine the "best" overload based on the kind of conversions it needs to do. Most likely you have some issue with the references in your project. Make sure you do not have any old references present.

If your issue persist, I advise you to open a support ticket to examine your problem in details.

Regards,
Vassil Vassilev
Telerik

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed