Select the product you need help with
FIX: Slow performance when you use DQS to perform a data cleansing against a large data source in SQL Server 2012Article ID: 2669955 - View products that this article applies to. Microsoft distributes Microsoft SQL Server 2012 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2012 fix release. On This PageSymptomsWhen you use Data Quality Services (DQS) to perform a data cleansing against a large data source in Microsoft SQL Server 2012, slow performance occurs in SQL Server 2012. For example, it may take longer than 18 hours to complete the data cleansing against a data source that has 1.5 million records. When this issue occurs, you may also receive one or more of the following error messages: Error message 1 Flow ended with an application error. Microsoft.Ssdqs.Core.Context.ResponseException: Correction flow fatal error. ---> System.Data.SqlClient.SqlException: Transaction (Process ID 41) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. Flow ended with an application error. Microsoft.Ssdqs.Core.Context.ResponseException: Failed to execute calibrator, or an error occurred during calibration. ---> System.Data.SqlClient.SqlException: Insert bulk failed due to a schema change of the target table. CauseThis issue occurs because the internal processing for millions of source rows happens in small chunks during DQS data cleansing. However, each transaction runs across parallel threads. When the data source is large, and there are many transactions that run across parallel threads, deadlock occurs. Therefore, the issue that is described in the "Symptoms" section occurs. ResolutionCumulative update informationSQL Server 2012The fix for this issue was first released in Cumulative Update 1 for SQL Server 20012. For more information about how to obtain this cumulative update package for SQL Server, click the following article number to view the article in the Microsoft Knowledge Base:2679368 Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server fix release. We recommend that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/2679368/
)
Cumulative update 1 for SQL Server 20122692828 After you install this cumulative update, you have to run the DQSInstaller.exe file to upgrade the DQS schema. To run the DQSInstaller.exe file, follow these steps:
(http://support.microsoft.com/kb/2692828/
)
The SQL Server 2012 builds that were released after SQL Server 2012 was released
StatusMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
WorkaroundTo work around this issue, perform the data cleansing on a small set of source data at a time. ReferencesFor more
information about how to upgrade DQS, visit the following Microsoft website: How to upgrade DQS For more information about the Incremental Servicing Model for SQL Server, click the following article number to view the article in the Microsoft Knowledge Base:
(http://social.technet.microsoft.com/wiki/contents/articles/8442.upgrade-dqs-installing-cumulative-updates-or-hotfix-patches-on-data-quality-services.aspx)
935897 For more information about the naming schema for SQL Server updates, click the following article number to view the article in the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/935897/
)
An Incremental Servicing Model is available from the SQL Server team to deliver hotfixes for reported problems822499 For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/822499/
)
Naming schema for Microsoft SQL Server software update packages824684
(http://support.microsoft.com/kb/824684/
)
Description of the standard terminology that is used to describe Microsoft software updatesProperties | Article Translations
|


Back to the top








