SQL Server Q&A

As a software engineer, I focus on .NET, especially asp.net, C#, WCF and so on, and I am also very interested in Search Engine Optimization.

Entries Tagged ‘sql server service’

Error message when you install SQL Server 2005 Express Edition Service Pack 1 in Windows Vista: “Windows NT user or group ‘<COMPUTERNAME>\SQLServer2005MSSQLUser$<COMPUTERNAME>$MSSQLSE …

Symptoms
When you try to install Microsoft SQL Server 2005 Express Edition Service Pack 1 (SP1) on a computer that is running Windows Vista, you receive the following error message:

SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client][SQL Server]Windows NT user or group ‘COMPUTERNAME\SQLServer2005MSSQLUser$COMPUTERNAME$MSSQLSERVER’ not found. Check the name again.. Refer to the server error logs for detailed error information.
Resolution
This problem occurs if the following conditions are true:The Windows Vista-based computer has a name thatconsists oflowercase characters or that consists of a mixture of lowercase characters and uppercase characters. For example, the computer name resembles Workstation-1.You specify a case-sensitive collation setting for the SQL Server service when you install SQL Server 2005 Express Edition SP1.Windows Vista uses the following two methods to return the computer name in response to a request for the computer name:Windows Vista can return the computer name in uppercase characters.Windows Vista can return the computer name in the actual mixed case characters that appear in the System Properties dialog box.During one part of the installation of SQL Server 2005 Express Edition, theSetup programrequests the computer name as mixed characters. However, Windows Vista returns the computer name in uppercase characters instead. The Setup program also requests the computer name in other parts of the installation of SQL Server 2005 Express Edition. Windows Vista may then return the computer name in mixed case characters.
The SQL Server 2005 Express Edition Setup program compares the received computer names. Generally, this does not cause a problem because computer names are not case sensitive in Windows Vista. However, if a case-sensitive collating sequence is specified when you install SQL Server 2005 Express Edition, the result of the name comparison between the computer name in uppercase characters and the computer name in mixed case characters fails. Therefore, the installation of SQL Server 2005 Express Edition SP1 is unsuccessful.

Error message in the SQL Server Errorlog file after you upgrade SQL Server 2000 to SQL Server 2005 on a server that is running Windows Server 2003: “Unable to update password policy”

Symptoms
On a server that is running Windows Server 2003, you upgrade from Microsoft SQL Server 2000 to Microsoft SQL Server 2005. However, an access violation occurs during the startup of the SQL Server service. Additionally, the following error message is logged in the SQL Server Errorlog file:

DateTime spid4s * Exception Address = 78144D3A Module(MSVCR80+00014D3A)
DateTime spid4s * Exception Code = c0000005 EXCEPTION_ACCESS_VIOLATION
DateTime spid4s * Access Violation occurred reading address 00000006
Unable to update password policyMessages that resemble the following are logged in the SQLSetup0005_ServerName_SQL.log file:

Service MSSQL$InstanceName with parameters ‘-m SqlSetup -r -T4022 -T4010′ is being started at DateTime
MSI (s) (80:A4) [12:46:36:153]: Running as a service.
Failed to start service MSSQL$InstanceName. Error code 17185
Service failed unexpectedly (17185)
Error Code: 0×80074321 (17185)
Windows Error Text: Source File Name: sqlsetuplib\service.cpp
Compiler Timestamp: DateTime
Function Name: sqls::Service::Start
Source Line Number: 301This problem occurs when SQL Server 2005 is trying to recover the resource database.
This problem occurs if the following conditions are true: The syslogins table in SQL Server 2000 has a SQL Server login.The password of the SQL Server login does not comply with the password policy in Windows Server 2003.
Resolution
To work around this problem, use one of the following methods.
Note We recommend that you use Method 1. Use Method 2 only as a temporary workaround for migration purposes.
Method 1: Update the password of the SQL Server login to comply with the password policy in Windows Server 2003Note You may not know the specific SQL Server login whose password does not comply with the password policy. In this case, you must repeat step 1 through step 4 to examine each SQL Server login until you find the problematic SQL Server login. Start the SQL Server service by using trace flag 4606. Open SQL Server Configuration Manager.Click SQL Server 2005 Services, and then double-click SQL Server (InstanceName).In the SQL Server (InstanceName) Properties dialog box, click the Advanced tab.On the Advanced tab, add the following text at the end of the existing string in the Startup Parameters box:
-T4606Click OK.Right-click SQL Server (InstanceName), and then click Start.Update the password of the SQL Server login.Open SQL Server Management Studio, and then connect to the instance of SQL Server 2005.Click New Query.In the query window, run the following statement:

ALTER LOGIN [LoginName] WITH PASSWORD = ‘NewPWD’NotesLoginName represents the name of the SQL Server login that causes the problem.NewPWD represents the new password that complies with the password policy in Windows Server 2003.Remove trace flag 4606 from the startup parameters for the SQL Server service. Open SQL Server Configuration Manager.Click SQL Server 2005 Services, and then double-click SQL Server (InstanceName).In the SQL Server (InstanceName) Properties dialog box, click the Advanced tab.On the Advanced tab, remove the following text from the existing string in the Startup Parameters box:
-T4606Click OK.Right-click SQL Server (InstanceName), and then click Restart.
Method 2: Disable the password policy enforcement feature for the SQL Server loginNote Use Method 2 only as a temporary workaround for migration purposes until you update the password.
Important These steps may increase your security risk. These steps may also make the computer or the network more vulnerable to attack by malicious users or by malicious software such as viruses. We recommend the process that this article describes to enable programs to operate as they are designed to or to implement specific program capabilities. Before you make these changes, we recommend that you evaluate the risks that are associated with implementing this process in your particular environment. If you decide to implement this process, take any appropriate additional steps to help protect the system. We recommend that you use this process only if you really require this process. Start the SQL Server service by using trace flag 4606. Open SQL Server Configuration Manager.Click SQL Server 2005 Services, and then double-click SQL Server (InstanceName).In the SQL Server (InstanceName) Properties dialog box, click the Advanced tab.On the Advanced tab, add the following text at the end of the existing string in the Startup Parameters box:
-T4606Click OK.Right-click SQL Server (InstanceName), and then click Start.Open SQL Server Management Studio, and then connect to the instance of SQL Server 2005.Click New Query.In the query window, run the following statement:

ALTER LOGIN [LoginName] WITH CHECK_POLICY = OFFRemove trace flag 4606 from the startup parameters for the SQL Server service. Open SQL Server Configuration Manager.Click SQL Server 2005 Services, and then double-click SQL Server (InstanceName).In the SQL Server (InstanceName) Properties dialog box, click the Advanced tab.On the Advanced tab, remove the following text from the existing string in the Startup Parameters box:
-T4606Click OK.Right-click SQL Server (InstanceName), and then click Restart.

Cumulative update package 6 for SQL Server 2005 Service Pack 2

Symptoms
Microsoft SQL Server 2005 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 2 hotfix to an installation of SQL Server 2005 Service Pack 2. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.
Cumulative Update 6 contains hotfixes for SQL Server 2005 issues that have been fixed since the release of Service Pack 2.
Note This build of the cumulative update package is also known as build 3228.
We recommend that you test hotfixes before you deploy them in a production environment. 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 2005 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:
937137?(http://support.microsoft.com/kb/937137/) The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released
Important notes about the cumulative update packageSQL Server 2005 hotfixes are now multilanguage. Therefore, there is only one cumulative hotfix package for all languages.One cumulative hotfix package includes all the component packages. The cumulative update package updates only those components that are installed on the system.You must enable the SQL Server Management Object (SMO) extended stored procedures and the SQL Server Distributed Management Object (SQL-DMO) extended stored procedures before you apply the cumulative update package. For more information about the SMO and DMO XPs option, see SQL Server 2005 Books Online.
Note SQL Server 2005 Books Online notes that the default setting of these stored procedures is 0 (off). However, this value is incorrect. By default, the setting is 1 (on).
Resolution
Known issue in Cumulative Update 6 for SQL Server 2005 Service Pack 2When you update a service property in SQL Server Configuration Manager after you install Cumulative Update 6 for SQL Server 2005 Service Pack 2, youreceive the following error message in the WMI Provider Error dialog box:

The server threw an exception. [0x80010105] Additionally, you may receive the following error message:

Connection to target machine could not be made in a timely fashionYou can still update a service property in the Services snap-in. However, if the service is a clustered service, we do not recommend that you update properties of the service in the Services snap-in. We highly recommend that you update properties in the SQL Server Configuration Manager.
The fix for this issue was first released in Cumulative Update 7.
For more information about how to obtain Cumulative Update 7, click the following article number to view the article in the Microsoft Knowledge Base:
949095?(http://support.microsoft.com/kb/949095/) Cumulative update package 7 for SQL Server 2005 Service Pack 2
How to obtain Cumulative Update 6 for SQL Server 2005 Service Pack 2 A supported cumulative update package is now available from Microsoft. However, it is intended to correct only the problems that are described in this article. Apply it only to systems that are experiencing these specific problems. This cumulative update package may receive additional testing. Therefore, if you are not severely affected by any of these problems, we recommend that you wait for the next SQL Server 2005 service pack that contains the hotfixes in this cumulative update package.
If the cumulative update is available for download, there is a “Hotfix download available” section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the cumulative update package.
Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific cumulative update package. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support(http://support.microsoft.com/contactus/?ws=support)Note The “Hotfix Download Available” form displays the languages for which the cumulative update is available. If you do not see your language, it is because a cumulative update package is not available for that language.
SQL Server 2005 post-Service Pack 2 hotfixes that are included in Cumulative Update 6 for SQL Server 2005 Service Pack 2
Microsoft Knowledge Base articles that discuss these hotfixes will be released as they become available.
For more information about the SQL Server bugs, click the following article numbers to view the articles in the Microsoft Knowledge Base:
Collapse this tableExpand this table
Bug numberKnowledge Base article numberDescription50000972934749?(http://support.microsoft.com/kb/934749/)FIX: Error message when you try to install SQL Server 2005 Service Pack 1 or SQL Server 2005 Service Pack 2 from the existing active node: “The product instance <InstanceName> been patched with more recent updates”50001875942907?(http://support.microsoft.com/kb/942907/)FIX: The Wmiprvse.exe host process may stop unexpectedly when you run the application that uses the Microsoft Windows Management Instrumentation (WMI) provider to monitor an instance of SQL Server 200550001884942908?(http://support.microsoft.com/kb/942908/)FIX: The change may be undone during the later synchronizations when you change an article on the subscriber in SQL Server 200550001961944358?(http://support.microsoft.com/kb/944358/)FIX: Complex script characters appear incorrectly when you display a SQL Server 2005 Reporting Services report in the PDF format50002061945640?(http://support.microsoft.com/kb/945640/)FIX: When you use the SUM function in a SCOPE statement in SQL Server 2005 Analysis Services, the SCOPE statement may return an incorrect result50002062945641?(http://support.microsoft.com/kb/945641/)FIX: A calculation script that calculates the same cells several times may return an incorrect result in SQL Server 2005 Analysis Services Service Pack 250002065943526?(http://support.microsoft.com/kb/943526/)FIX: SQL Server 2005 Analysis Services stops responding when you run an MDX query that references a measure of the double data type or a calculated member of the double data type50002124947007?(http://support.microsoft.com/kb/943526/)FIX: A report has a dual file name extension when you send the report though e-mail subscriptions in the Excel format or in the PDF format in the SQL Server 2005 Reporting Services SharePoint integrated mode50002162947008?(http://support.microsoft.com/kb/947008/)FIX: A distribution database may grow continuously on one of the nodes when you configure a peer-to-peer transactional replication in SQL Server 2005 Service Pack 250002180945916?(http://support.microsoft.com/kb/945916/)FIX: Error messages when you delete some records of a table in a transaction or when you update some records of a table in a transaction in SQL Server 2005: “Msg 9002,” “Msg 3314,” and “Msg 9001″50002221948628?(http://support.microsoft.com/kb/948628/)FIX: The columns of the XML data type are replicated as empty strings in a merge replication that uses a merge filter of the logical record relationship type in SQL Server 200550002228948525?(http://support.microsoft.com/kb/948525/)FIX: Error message when you run a query against a table that does not have a clustered index in SQL Server 2005: “A severe error occurred on the current command”50002241948754?(http://support.microsoft.com/kb/948754/)FIX: Error message when you try to connect to a named instance of SQL Server 2005 Analysis Services: “The ‘<InstanceName>’ instance was not found on the ‘<ServerName>’ server”50002243947462?(http://support.microsoft.com/kb/947462/)FIX: Error message when you start a database mirroring session in SQL Server 2005: “Communications to the remote server instance ‘TCP://<ComputerName>:<PortNumber>’ failed before database mirroring was fully started”50002254946793?(http://support.microsoft.com/kb/946793/)FIX: A query that you run by using a FORWARD_ONLY cursor takes a longer time to run in Microsoft SQL Server 2005 than in SQL Server 200050002255948578?(http://support.microsoft.com/kb/948578/)FIX: Some changes are not synchronized between subscribers of a merge publication in SQL Server 200550002258948445?(http://support.microsoft.com/kb/948445/)FIX: A blocking issue occurs when you update rows in a table in SQL Server 200550002272You cannot connect to the report server in Reporting Services Configuration Manager after you set the application pool of the report server and of the report manager50002299You obtain the incorrect result for two Lookup transformations that reference the same dataset if the order of the input columns is different50002301947204?(http://support.microsoft.com/kb/947204/)FIX: The used space in the tempdb database increases continuously when you run a query that creates internal objects in the tempdb database in SQL Server 200550002318Error message when you execute an ALTER INDEX statement together with the REORGANIZE option: “Server is terminating”50002319947414?(http://support.microsoft.com/kb/947414/)FIX: The CONTEXT_INFO function returns the old value of the context information after you call a stored procedure that contains a TRY-CATCH block from a SQL Server CLR function50002321948622?(http://support.microsoft.com/kb/948622/)FIX: Error message when you run the sp_MSenum_distribution stored procedure for a transactional replication in SQL Server 200550002363947196?(http://support.microsoft.com/kb/947196/)FIX: An access violation occurs when you run an MDX query by using a user account that is a member of some different roles in SQL Server 2005 Analysis Services50002364947197?(http://support.microsoft.com/kb/947197/)FIX: Error message when the workload demand on the server is high in SQL Server 2005 Analysis Services: “Internal error: An unexpected exception occured”50002369948248?(http://support.microsoft.com/kb/948248/)FIX: A query performance issue occurs when you run a query against a column of the bigint data type in SQL Server 2005 50002371945442?(http://support.microsoft.com/kb/945442/)FIX: You cannot cancel the query execution immediately if you open a fast forward-only cursor for the query in SQL Server 200550002372945443?(http://support.microsoft.com/kb/945443/)FIX: A query takes longer to finish in SQL Server 2005 than in SQL Server 2000 when you open a fast forward-only cursor for the query50002387When you process a cube in SQL Server 2005 Analysis Services, the process operation stops responding, and you cannot end the operation50002390947179?(http://support.microsoft.com/kb/947179/)FIX: An MDX query that uses the VisualTotals function returns an incorrect empty value in SQL Server 2005 Analysis Services50002391947463?(http://support.microsoft.com/kb/947463/)FIX: A stored procedure cannot finish its execution in SQL Server 200550002394An access violation occurs in the PFThreadPool::TakeThreadPoolSnapshot function in SQL Server 2005 Analysis Services50002418Error message when you run an MDX query from Excel: “PFStore::CopyRecords Line 811″50002460948920?(http://support.microsoft.com/kb/948920/)FIX: Error message when you perform a processing operation or a query operation in SQL Server 2005 Analysis Services: “Error 0xC1020034. The following file is corrupted”50001899945892?(http://support.microsoft.com/kb/945892/)FIX: Error message when you run a query against a view in SQL Server 2005: “An error occurred while executing batch”50002331948658?(http://support.microsoft.com/kb/948658/)FIX: Some rows are not returned when you run a complex query that uses the DISTINCT keyword in Microsoft SQL Server 200550002269948657?(http://support.microsoft.com/kb/948657/)FIX: The %TEMP% folder is not cleaned up after you use database mail to send an e-mail message that has an attachment in SQL Server 2005
Cumulative update package informationPrerequisitesMicrosoft SQL Server 2005 Service Pack 2
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
913089?(http://support.microsoft.com/kb/913089/LN/) How to obtain the latest service pack for SQL Server 2005 Restart informationYou may have to restart the computer after you apply this cumulative update package.Registry informationTo use one of the hotfixes in this package, you do not have to make any changes to the registry.Cumulative update package file informationThis cumulative update package may not contain all the files that you must have to fully update a product to the latest build. This cumulative update package contains only the files that you must have to correct the issues that are listed in this article.The English version of this cumulative update package has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.SQL Server 2005 Database Engine, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2005.90.3228.068,63209-Feb-200818:12×86Chsbrkr.dll12.0.7822.01,684,84022-Jun-20079:22×86Chtbrkr.dll12.0.7822.06,112,61622-Jun-20079:22×86Databasemailprotocols.dll9.0.3228.046,10409-Feb-200818:12×86Distrib.exe2005.90.3228.070,68009-Feb-200818:12×86Dts.dll2005.90.3228.01,102,36009-Feb-200818:12×86Dtsconn.dll2005.90.3228.0250,39209-Feb-200818:12×86Dtspipeline.dll2005.90.3228.0605,20809-Feb-200818:12×86Fteref.dll12.0.7822.0446,46422-Jun-20079:22×86Infosoft.dll12.0.7822.0468,32822-Jun-20079:22×86Korwbrkr.dll12.0.7822.071,01622-Jun-20079:22×86Langwrbk.dll12.0.7822.0136,55222-Jun-20079:22×86Mergetxt.dll2005.90.3228.032,28009-Feb-200818:12×86Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200818:12×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Replication.dll2005.90.3228.01,628,18409-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Msfte.dll12.0.7822.02,430,31222-Jun-20079:22×86Msftefd.exe12.0.7822.066,92022-Jun-20079:22×86Msftepxy.dll12.0.7822.095,59222-Jun-20079:22×86Msftesql.exe12.0.7822.095,59222-Jun-20079:22×86Msgprox.dll2005.90.3228.0200,21609-Feb-200818:12×86Msir5Jp.dll5.0.2130.03,159,91222-Jun-20079:22×86Msmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmdredir.dll9.0.3228.04,022,80809-Feb-200818:12×86Nlhtml.dll12.0.7822.0124,26422-Jun-20079:22×86Nls400.dll5.0.4217.012,240,74422-Jun-20079:22×86Odsole70.dll2005.90.3228.058,90409-Feb-200818:12×86Osql.exe2005.90.3228.053,27209-Feb-200818:12×86Query.dll12.0.7822.048,48822-Jun-20079:22×86Rdistcom.dll2005.90.3228.0644,63209-Feb-200818:12×86Replerrx.dll2005.90.3228.0114,71209-Feb-200818:12×86Replisapi.dll2005.90.3228.0272,92009-Feb-200818:12×86Replmerg.exe2005.90.3228.0320,53609-Feb-200818:12×86Replprov.dll2005.90.3228.0552,98409-Feb-200818:12×86Replrec.dll2005.90.3228.0785,43209-Feb-200818:12×86Replsub.dll2005.90.3228.0408,08809-Feb-200818:12×86Replsync.dll2005.90.3228.0101,40009-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlaccess.dll2005.90.3228.0350,23209-Feb-200818:12×86Sqladhlp90.exe2005.90.3228.047,12809-Feb-200818:12×86Sqlagent90.exe2005.90.3228.0349,72009-Feb-200818:12×86Sqlbrowser.exe2005.90.3228.0242,71209-Feb-200818:12×86Sqlcmd.exe2005.90.3228.0143,38409-Feb-200818:12×86Sqlctr90.dll2005.90.3228.067,60809-Feb-200818:12×86Sqldiag.exe2005.90.3228.01,074,20009-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmaint.exe2005.90.3228.077,84809-Feb-200818:12×86Sqlmergx.dll2005.90.3228.0194,07209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlservr.exe2005.90.3228.029,216,28009-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwep.dll2005.90.3228.090,64809-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqsrvres.dll2005.90.3228.070,16809-Feb-200818:12×86Ssradd.dll2005.90.3228.042,52009-Feb-200818:12×86Ssravg.dll2005.90.3228.043,03209-Feb-200818:12×86Ssrmax.dll2005.90.3228.040,98409-Feb-200818:12×86Ssrmin.dll2005.90.3228.040,98409-Feb-200818:12×86Ssrpub.dll2005.90.3228.030,23209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Tablediff.exe9.0.3228.087,06409-Feb-200818:12×86Thawbrkr.dll12.0.7822.0206,18422-Jun-20079:22×86Xmlfilt.dll12.0.7822.0197,99222-Jun-20079:22×86Xmlsub.dll2005.90.3228.0194,58409-Feb-200818:12×86Xpadsi90.exe2005.90.3228.050,71209-Feb-200818:12×86Xpqueue.dll2005.90.3228.056,85609-Feb-200818:12×86Xprepl.dll2005.90.3228.073,24009-Feb-200818:12×86Xpstar90.dll2005.90.3228.0298,52009-Feb-200818:12×86SQL Server 2005 Analysis Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Datawarehouse.dll9.0.3228.01,279,00009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmdredir.dll9.0.3228.04,022,80809-Feb-200818:12×86Msmdspdm.dll9.0.3228.0201,75209-Feb-200818:12×86Msmdsrv.exe9.0.3228.014,936,60009-Feb-200818:12×86Msmgdsrv.dll9.0.3228.06,046,74409-Feb-200818:12×86Msolap90.dll9.0.3228.04,300,31209-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlbrowser.exe2005.90.3228.0242,71209-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86SQL Server 2005 Reporting Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.dll9.0.3228.0160,79209-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.Sapbw.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.dll9.0.3228.0558,10409-Feb-200818:12×86Microsoft.Reportingservices.Diagnostics.dll9.0.3228.0799,76809-Feb-200818:12×86Microsoft.Reportingservices.Excelrendering.dll9.0.3228.0336,92009-Feb-200818:12×86Microsoft.Reportingservices.Htmlrendering.dll9.0.3228.0308,24809-Feb-200818:12×86Microsoft.Reportingservices.Imagerendering.dll9.0.3228.0291,86409-Feb-200818:12×86Microsoft.Reportingservices.Processingcore.dll9.0.3228.01,676,31209-Feb-200818:12×86Microsoft.Reportingservices.Sharepoint.Server.dll9.0.3228.0107,54409-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmgdsrv.dll9.0.3228.06,046,74409-Feb-200818:12×86Reportbuilder.exe9.0.3228.05,616,66409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,070,10409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,094,68009-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,094,68009-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,090,58409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,082,39209-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,066,00809-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,143,83209-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,070,10409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,090,58409-Feb-200818:12×86Reportingservicesemaildeliveryprovider.dll9.0.3228.082,96809-Feb-200818:12×86Reportingserviceslibrary.dll9.0.3228.01,119,25609-Feb-200818:12×86Reportingservicesservice.exe9.0.3228.016,92009-Feb-200818:12×86Reportingserviceswebserver.dll9.0.3228.01,725,46409-Feb-200818:12×86Reportingserviceswebuserinterface.dll9.0.3228.01,332,24809-Feb-200818:12×86Reportingserviceswmi.dll2005.90.3228.03,382,29609-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86SQL Server 2005 Notification Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Nsservice.exe9.0.3228.021,52809-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86SQL Server 2005 Integration Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2005.90.3228.01,102,36009-Feb-200818:12×86Dtsconn.dll2005.90.3228.0250,39209-Feb-200818:12×86Dtspipeline.dll2005.90.3228.0605,20809-Feb-200818:12×86Flatfiledest.dll2005.90.3228.0256,02409-Feb-200818:12×86Flatfilesrc.dll2005.90.3228.0264,72809-Feb-200818:12×86Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Dmquerytask.dll9.0.3228.0332,82409-Feb-200818:12×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200818:12×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Scripttask.dll9.0.3228.0160,79209-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Microsoft.Sqlserver.Transfersqlserverobjectstask.dll9.0.3228.095,25609-Feb-200818:12×86Msdtssrvr.exe9.0.3228.0205,84809-Feb-200818:12×86Msmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Txlookup.dll2005.90.3228.0244,76009-Feb-200818:12×86Txmergejoin.dll2005.90.3228.0140,82409-Feb-200818:12×86SQL Server 2005 Tools, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.dll2005.90.3228.0901,65609-Feb-200818:12×86Bcp.exe2005.90.3228.068,63209-Feb-200818:12×86Connectiondlg.dll9.0.3228.0939,03209-Feb-200818:12×86Dts.dll2005.90.3228.01,102,36009-Feb-200818:12×86Dtsconn.dll2005.90.3228.0250,39209-Feb-200818:12×86Dtspipeline.dll2005.90.3228.0605,20809-Feb-200818:12×86Flatfiledest.dll2005.90.3228.0256,02409-Feb-200818:12×86Flatfilesrc.dll2005.90.3228.0264,72809-Feb-200818:12×86Mergetxt.dll2005.90.3228.032,28009-Feb-200818:12×86Microsoft.Analysisservices.Controls.dll9.0.3228.02,765,84809-Feb-200818:12×86Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Analysisservices.Managementdialogs.dll9.0.3228.01,717,27209-Feb-200818:12×86Microsoft.Analysisservices.Wizards.dll9.0.3228.06,161,43209-Feb-200818:12×86Microsoft.Datawarehouse.dll9.0.3228.01,279,00009-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.dll9.0.3228.0160,79209-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.Sapbw.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.dll9.0.3228.0558,10409-Feb-200818:12×86Microsoft.Reportingservices.Designer.dll9.0.3228.04,817,94409-Feb-200818:12×86Microsoft.Reportingservices.Diagnostics.dll9.0.3228.0799,76809-Feb-200818:12×86Microsoft.Reportingservices.Excelrendering.dll9.0.3228.0336,92009-Feb-200818:12×86Microsoft.Reportingservices.Htmlrendering.dll9.0.3228.0308,24809-Feb-200818:12×86Microsoft.Reportingservices.Imagerendering.dll9.0.3228.0291,86409-Feb-200818:12×86Microsoft.Reportingservices.Processingcore.dll9.0.3228.01,676,31209-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Dmquerytask.dll9.0.3228.0332,82409-Feb-200818:12×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200818:12×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Maintenanceplantasksui.dll9.0.3228.0721,94409-Feb-200818:12×86Microsoft.Sqlserver.Replication.dll2005.90.3228.01,628,18409-Feb-200818:12×86Microsoft.Sqlserver.Scripttask.dll9.0.3228.0160,79209-Feb-200818:12×86Microsoft.Sqlserver.Scripttaskui.dll9.0.3228.062,48809-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Microsoft.Sqlserver.Transfersqlserverobjectstask.dll9.0.3228.095,25609-Feb-200818:12×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msgprox.dll2005.90.3228.0200,21609-Feb-200818:12×86Msjet.XslNot applicable28,51926-Jan-20081:23Not applicableMsmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmgdsrv.dll9.0.3228.06,046,74409-Feb-200818:12×86Msolap90.dll9.0.3228.04,300,31209-Feb-200818:12×86Orcl7.XslNot applicable32,05826-Jan-20081:23Not applicableOsql.exe2005.90.3228.053,27209-Feb-200818:12×86Replerrx.dll2005.90.3228.0114,71209-Feb-200818:12×86Replisapi.dll2005.90.3228.0272,92009-Feb-200818:12×86Replprov.dll2005.90.3228.0552,98409-Feb-200818:12×86Replrec.dll2005.90.3228.0785,43209-Feb-200818:12×86Replsub.dll2005.90.3228.0408,08809-Feb-200818:12×86Reportingserviceslibrary.dll9.0.3228.01,119,25609-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlcmd.exe2005.90.3228.0143,38409-Feb-200818:12×86Sqldiag.exe2005.90.3228.01,074,20009-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmanagerui.dll9.0.3228.06,083,60809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwb.exe2005.90.3228.0823,83209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Ssradd.dll2005.90.3228.042,52009-Feb-200818:12×86Ssravg.dll2005.90.3228.043,03209-Feb-200818:12×86Ssrmax.dll2005.90.3228.040,98409-Feb-200818:12×86Ssrmin.dll2005.90.3228.040,98409-Feb-200818:12×86Ssrpub.dll2005.90.3228.030,23209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Txlookup.dll2005.90.3228.0244,76009-Feb-200818:12×86Txmergejoin.dll2005.90.3228.0140,82409-Feb-200818:12×86Xmlsub.dll2005.90.3228.0194,58409-Feb-200818:12×86SQL Server 2005 Database Engine, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2005.90.3228.088,08809-Feb-200816:44×64Chsbrkr.dll12.0.7822.01,694,05622-Jun-200710:51×64Chtbrkr.dll12.0.7822.06,109,03222-Jun-200710:51×64Databasemailprotocols.dll9.0.3228.046,10409-Feb-200816:44×86Distrib.exe2005.90.3228.086,55209-Feb-200816:44×64Dts.dll2005.90.3228.01,893,40009-Feb-200816:44×64Dtsconn.dll2005.90.3228.0408,08809-Feb-200816:44×64Dtspipeline.dll2005.90.3228.01,065,49609-Feb-200816:44×64Fteref.dll12.0.7822.0433,15222-Jun-200710:51×64Infosoft.dll12.0.7822.0621,41622-Jun-200710:51×64Korwbrkr.dll12.0.7822.0101,73622-Jun-200710:51×64Langwrbk.dll12.0.7822.0236,90422-Jun-200710:51×64Mergetxt.dll2005.90.3228.037,91209-Feb-200816:44×64Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200816:44×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200816:44×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Replication.dll2005.90.3228.01,834,52009-Feb-200816:44×64Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200816:44×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200816:44×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200816:44×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200816:44×86Msfte.dll12.0.7822.03,808,10422-Jun-200710:51×64Msftefd.exe12.0.7822.099,17622-Jun-200710:51×64Msftepxy.dll12.0.7822.0127,33622-Jun-200710:51×64Msftesql.exe12.0.7822.0158,56822-Jun-200710:51×64Msgprox.dll2005.90.3228.0261,65609-Feb-200816:44×64Msir5Jp.dll5.0.2130.03,421,54422-Jun-200710:51×64Msmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmdredir.dll9.0.3228.04,022,80809-Feb-200818:12×86Mssqlsystemresource.ldfNot applicable524,28809-Feb-200811:50Not applicableMssqlsystemresource.mdfNot applicable40,239,10409-Feb-200811:50Not applicableNlhtml.dll12.0.7822.0191,84822-Jun-200710:51×64Nls400.dll5.0.4217.014,101,35222-Jun-200710:51×64Odsole70.dll2005.90.3228.090,13609-Feb-200816:44×64Osql.exe2005.90.3228.085,52809-Feb-200816:44×64Query.dll12.0.7822.068,45622-Jun-200710:51×64Rdistcom.dll2005.90.3228.0828,44009-Feb-200816:44×64Replerrx.dll2005.90.3228.0145,94409-Feb-200816:44×64Replisapi.dll2005.90.3228.0395,80009-Feb-200816:44×64Replmerg.exe2005.90.3228.0417,30409-Feb-200816:44×64Replprov.dll2005.90.3228.0752,15209-Feb-200816:44×64Replrec.dll2005.90.3228.01,012,24809-Feb-200816:44×64Replsub.dll2005.90.3228.0519,19209-Feb-200816:44×64Replsync.dll2005.90.3228.0131,09609-Feb-200816:44×64Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlaccess.dll2005.90.3228.0357,40009-Feb-200816:44×86Sqladhlp90.exe2005.90.3228.066,07209-Feb-200816:44×64Sqlagent90.exe2005.90.3228.0429,08009-Feb-200816:44×64Sqlbrowser.exe2005.90.3228.0242,71209-Feb-200818:12×86Sqlcmd.exe2005.90.3228.0338,45609-Feb-200816:44×64Sqlctr90.dll2005.90.3228.090,64809-Feb-200816:44×64Sqlctr90.dll2005.90.3228.067,60809-Feb-200818:12×86Sqldiag.exe2005.90.3228.01,247,76809-Feb-200816:44×64Sqldumper.exe2005.90.3228.083,99209-Feb-200816:44×64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmaint.exe2005.90.3228.092,69609-Feb-200816:44×64Sqlmergx.dll2005.90.3228.0236,56809-Feb-200816:44×64Sqlmgmprovider.dll2005.90.3228.0317,97609-Feb-200816:44×64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlservr.exe2005.90.3228.039,627,28809-Feb-200816:45×64Sqlsqm.exe9.0.3228.0128,02409-Feb-200816:45×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwep.dll2005.90.3228.0123,41609-Feb-200816:45×64Sqlwep.dll2005.90.3228.090,64809-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200816:45×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqsrvres.dll2005.90.3228.082,96809-Feb-200816:45×64Ssradd.dll2005.90.3228.050,71209-Feb-200816:45×64Ssravg.dll2005.90.3228.051,73609-Feb-200816:45×64Ssrmax.dll2005.90.3228.048,15209-Feb-200816:45×64Ssrmin.dll2005.90.3228.048,15209-Feb-200816:45×64Ssrpub.dll2005.90.3228.034,84009-Feb-200816:45×64Svrenumapi.dll2005.90.3228.0837,14409-Feb-200816:45×64Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Tablediff.exe9.0.3228.087,06409-Feb-200816:45×86Thawbrkr.dll12.0.7822.0209,76822-Jun-200710:51×64Xmlfilt.dll12.0.7822.0271,20822-Jun-200710:51×64Xmlsub.dll2005.90.3228.0319,00009-Feb-200816:45×64Xpadsi90.exe2005.90.3228.069,14409-Feb-200816:45×64Xpqueue.dll2005.90.3228.071,19209-Feb-200816:45×64Xprepl.dll2005.90.3228.089,11209-Feb-200816:45×64Xpstar90.dll2005.90.3228.0549,91209-Feb-200816:45×64SQL Server 2005 Analysis Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Datawarehouse.dll9.0.3228.01,279,00009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200816:44×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200816:44×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200816:44×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200816:44×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200816:44×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msmdlocal.dll9.0.3228.032,230,93609-Feb-200816:44×64Msmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmdredir.dll9.0.3228.04,022,80809-Feb-200818:12×86Msmdspdm.dll9.0.3228.0201,75209-Feb-200816:44×86Msmdsrv.exe9.0.3228.031,621,14409-Feb-200816:44×64Msmgdsrv.dll9.0.3228.09,803,80009-Feb-200816:44×64Msmgdsrv.dll9.0.3228.06,046,74409-Feb-200818:12×86Msolap90.dll9.0.3228.05,932,05609-Feb-200816:44×64Msolap90.dll9.0.3228.04,300,31209-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlbrowser.exe2005.90.3228.0242,71209-Feb-200818:12×86Sqldumper.exe2005.90.3228.083,99209-Feb-200816:44×64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0317,97609-Feb-200816:44×64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200816:45×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200816:45×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0837,14409-Feb-200816:45×64Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86SQL Server 2005 Reporting Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.dll9.0.3228.0160,79209-Feb-200816:44×86Microsoft.Reportingservices.Dataextensions.Sapbw.dll9.0.3228.042,00809-Feb-200816:44×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.dll9.0.3228.0558,10409-Feb-200816:44×86Microsoft.Reportingservices.Diagnostics.dll9.0.3228.0799,76809-Feb-200816:44×86Microsoft.Reportingservices.Excelrendering.dll9.0.3228.0336,92009-Feb-200816:44×86Microsoft.Reportingservices.Htmlrendering.dll9.0.3228.0308,24809-Feb-200816:44×86Microsoft.Reportingservices.Imagerendering.dll9.0.3228.0291,86409-Feb-200816:44×86Microsoft.Reportingservices.Processingcore.dll9.0.3228.01,676,31209-Feb-200816:44×86Microsoft.Reportingservices.Sharepoint.Server.dll9.0.3228.0107,54409-Feb-200816:44×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200816:44×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200816:44×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200816:44×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200816:44×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200816:44×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msmdlocal.dll9.0.3228.032,230,93609-Feb-200816:44×64Msmgdsrv.dll9.0.3228.09,803,80009-Feb-200816:44×64Reportbuilder.exe9.0.3228.05,616,66409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,070,10409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,094,68009-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,094,68009-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,090,58409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,082,39209-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,066,00809-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,143,83209-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,070,10409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,090,58409-Feb-200818:12×86Reportingservicesemaildeliveryprovider.dll9.0.3228.082,96809-Feb-200816:44×86Reportingserviceslibrary.dll9.0.3228.01,119,25609-Feb-200816:44×86Reportingservicesservice.exe9.0.3228.016,92009-Feb-200816:44×86Reportingserviceswebserver.dll9.0.3228.01,725,46409-Feb-200816:44×86Reportingserviceswebuserinterface.dll9.0.3228.01,332,24809-Feb-200816:44×86Reportingserviceswmi.dll2005.90.3228.03,667,48009-Feb-200816:44×64Reportingserviceswmi.dll2005.90.3228.03,382,29609-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.083,99209-Feb-200816:44×64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0317,97609-Feb-200816:44×64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200816:45×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200816:45×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0837,14409-Feb-200816:45×64Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86SQL Server 2005 Notification Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200816:44×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200816:44×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200816:44×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200816:44×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200816:44×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Nsservice.exe9.0.3228.021,52809-Feb-200816:44×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.083,99209-Feb-200816:44×64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0317,97609-Feb-200816:44×64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200816:45×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200816:45×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0837,14409-Feb-200816:45×64Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86SQL Server 2005 Integration Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2005.90.3228.01,893,40009-Feb-200816:44×64Dtsconn.dll2005.90.3228.0408,08809-Feb-200816:44×64Dtspipeline.dll2005.90.3228.01,065,49609-Feb-200816:44×64Flatfiledest.dll2005.90.3228.0420,88809-Feb-200816:44×64Flatfilesrc.dll2005.90.3228.0430,61609-Feb-200816:44×64Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200816:44×86Microsoft.Sqlserver.Dmquerytask.dll9.0.3228.0332,82409-Feb-200818:12×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200816:44×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Scripttask.dll9.0.3228.0160,79209-Feb-200816:44×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200816:44×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200816:44×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200816:44×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200816:44×86Microsoft.Sqlserver.Transfersqlserverobjectstask.dll9.0.3228.095,25609-Feb-200816:44×86Msdtssrvr.exe9.0.3228.0201,75209-Feb-200816:44×64Msmdlocal.dll9.0.3228.032,230,93609-Feb-200816:44×64Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.083,99209-Feb-200816:44×64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0317,97609-Feb-200816:44×64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200816:45×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200816:45×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0837,14409-Feb-200816:45×64Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Txlookup.dll2005.90.3228.0406,04009-Feb-200816:45×64Txmergejoin.dll2005.90.3228.0235,54409-Feb-200816:45×64SQL Server 2005 Tools, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.dll2005.90.3228.0901,65609-Feb-200818:12×86Bcp.exe2005.90.3228.088,08809-Feb-200816:44×64Connectiondlg.dll9.0.3228.0939,03209-Feb-200818:12×86Dts.dll2005.90.3228.01,102,36009-Feb-200818:12×86Dtsconn.dll2005.90.3228.0250,39209-Feb-200818:12×86Dtspipeline.dll2005.90.3228.0605,20809-Feb-200818:12×86Flatfiledest.dll2005.90.3228.0256,02409-Feb-200818:12×86Flatfilesrc.dll2005.90.3228.0264,72809-Feb-200818:12×86Mergetxt.dll2005.90.3228.032,28009-Feb-200818:12×86Mergetxt.dll2005.90.3228.037,91209-Feb-200816:44×64Microsoft.Analysisservices.Controls.dll9.0.3228.02,765,84809-Feb-200818:12×86Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Analysisservices.Managementdialogs.dll9.0.3228.01,717,27209-Feb-200818:12×86Microsoft.Analysisservices.Wizards.dll9.0.3228.06,161,43209-Feb-200818:12×86Microsoft.Datawarehouse.dll9.0.3228.01,279,00009-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.dll9.0.3228.0160,79209-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.Sapbw.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.dll9.0.3228.0558,10409-Feb-200818:12×86Microsoft.Reportingservices.Designer.dll9.0.3228.04,817,94409-Feb-200818:12×86Microsoft.Reportingservices.Diagnostics.dll9.0.3228.0799,76809-Feb-200818:12×86Microsoft.Reportingservices.Excelrendering.dll9.0.3228.0336,92009-Feb-200818:12×86Microsoft.Reportingservices.Htmlrendering.dll9.0.3228.0308,24809-Feb-200818:12×86Microsoft.Reportingservices.Imagerendering.dll9.0.3228.0291,86409-Feb-200818:12×86Microsoft.Reportingservices.Processingcore.dll9.0.3228.01,676,31209-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200816:44×86Microsoft.Sqlserver.Dmquerytask.dll9.0.3228.0332,82409-Feb-200818:12×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200818:12×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Maintenanceplantasksui.dll9.0.3228.0721,94409-Feb-200818:12×86Microsoft.Sqlserver.Replication.dll2005.90.3228.01,628,18409-Feb-200818:12×86Microsoft.Sqlserver.Scripttask.dll9.0.3228.0160,79209-Feb-200818:12×86Microsoft.Sqlserver.Scripttaskui.dll9.0.3228.062,48809-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200816:44×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200816:44×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200816:44×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200816:44×86Microsoft.Sqlserver.Transfersqlserverobjectstask.dll9.0.3228.095,25609-Feb-200818:12×86Microsoft.Visualstudio.Templatewizardinterface.dll8.0.50727.4215,87223-Sep-20056:56×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msgprox.dll2005.90.3228.0200,21609-Feb-200818:12×86Msgprox.dll2005.90.3228.0261,65609-Feb-200816:44×64Msjet.XslNot applicable28,51926-Jan-20081:23Not applicableMsmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmdlocal.dll9.0.3228.032,230,93609-Feb-200816:44×64Msmgdsrv.dll9.0.3228.06,046,74409-Feb-200818:12×86Msmgdsrv.dll9.0.3228.09,803,80009-Feb-200816:44×64Msolap90.dll9.0.3228.04,300,31209-Feb-200818:12×86Msolap90.dll9.0.3228.05,932,05609-Feb-200816:44×64Osql.exe2005.90.3228.085,52809-Feb-200816:44×64Replerrx.dll2005.90.3228.0114,71209-Feb-200818:12×86Replerrx.dll2005.90.3228.0145,94409-Feb-200816:44×64Replisapi.dll2005.90.3228.0272,92009-Feb-200818:12×86Replisapi.dll2005.90.3228.0395,80009-Feb-200816:44×64Replprov.dll2005.90.3228.0552,98409-Feb-200818:12×86Replprov.dll2005.90.3228.0752,15209-Feb-200816:44×64Replrec.dll2005.90.3228.0785,43209-Feb-200818:12×86Replrec.dll2005.90.3228.01,012,24809-Feb-200816:44×64Replsub.dll2005.90.3228.0408,08809-Feb-200818:12×86Replsub.dll2005.90.3228.0519,19209-Feb-200816:44×64Reportingserviceslibrary.dll9.0.3228.01,119,25609-Feb-200818:12×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlcmd.exe2005.90.3228.0338,45609-Feb-200816:44×64Sqldiag.exe2005.90.3228.01,247,76809-Feb-200816:44×64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqldumper.exe2005.90.3228.083,99209-Feb-200816:44×64Sqlmanagerui.dll9.0.3228.06,083,60809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0317,97609-Feb-200816:44×64Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200816:45×86Sqlwb.exe2005.90.3228.0823,83209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200816:45×86Ssradd.dll2005.90.3228.042,52009-Feb-200818:12×86Ssradd.dll2005.90.3228.050,71209-Feb-200816:45×64Ssravg.dll2005.90.3228.043,03209-Feb-200818:12×86Ssravg.dll2005.90.3228.051,73609-Feb-200816:45×64Ssrmax.dll2005.90.3228.040,98409-Feb-200818:12×86Ssrmax.dll2005.90.3228.048,15209-Feb-200816:45×64Ssrmin.dll2005.90.3228.040,98409-Feb-200818:12×86Ssrmin.dll2005.90.3228.048,15209-Feb-200816:45×64Ssrpub.dll2005.90.3228.030,23209-Feb-200818:12×86Ssrpub.dll2005.90.3228.034,84009-Feb-200816:45×64Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Svrenumapi.dll2005.90.3228.0837,14409-Feb-200816:45×64Txlookup.dll2005.90.3228.0244,76009-Feb-200818:12×86Txmergejoin.dll2005.90.3228.0140,82409-Feb-200818:12×86Xmlsub.dll2005.90.3228.0194,58409-Feb-200818:12×86Xmlsub.dll2005.90.3228.0319,00009-Feb-200816:45×64SQL Server 2005 Database Engine, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2005.90.3228.0156,69609-Feb-200819:49IA-64Chsbrkr.dll12.0.7822.01,883,49622-Jun-200710:06IA-64Chtbrkr.dll12.0.7822.06,153,57622-Jun-200710:06IA-64Databasemailprotocols.dll9.0.3228.046,10409-Feb-200819:49×86Distrib.exe2005.90.3228.0200,72809-Feb-200819:49IA-64Dts.dll2005.90.3228.03,516,44009-Feb-200819:49IA-64Dtsconn.dll2005.90.3228.0725,01609-Feb-200819:49IA-64Dtspipeline.dll2005.90.3228.01,932,82409-Feb-200819:49IA-64Fteref.dll12.0.7822.0433,15222-Jun-200710:06IA-64Infosoft.dll12.0.7822.01,915,24022-Jun-200710:06IA-64Korwbrkr.dll12.0.7822.0182,63222-Jun-200710:06IA-64Langwrbk.dll12.0.7822.0333,16022-Jun-200710:06IA-64Mergetxt.dll2005.90.3228.072,21609-Feb-200819:49IA-64Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200819:49×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200819:49×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Replication.dll2005.90.3228.02,545,68809-Feb-200819:49IA-64Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200819:49×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200819:49×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200819:49×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200819:49×86Msfte.dll12.0.7822.07,072,10422-Jun-200710:06IA-64Msftefd.exe12.0.7822.0173,41622-Jun-200710:06IA-64Msftepxy.dll12.0.7822.0135,52822-Jun-200710:06IA-64Msftesql.exe12.0.7822.0294,76022-Jun-200710:06IA-64Msgprox.dll2005.90.3228.0544,28009-Feb-200819:49IA-64Msir5Jp.dll5.0.2130.03,824,48822-Jun-200710:06IA-64Msmdlocal.dll9.0.3228.049,977,88009-Feb-200819:49IA-64Msmdredir.dll9.0.3228.06,298,13609-Feb-200819:49IA-64Mssqlsystemresource.ldfNot applicable524,28809-Feb-200811:50Not applicableMssqlsystemresource.mdfNot applicable40,239,10409-Feb-200811:50Not applicableNlhtml.dll12.0.7822.0295,78422-Jun-200710:06IA-64Nls400.dll5.0.4217.014,750,05622-Jun-200710:06IA-64Odsole70.dll2005.90.3228.0179,22409-Feb-200819:49IA-64Osql.exe2005.90.3228.0124,95209-Feb-200819:49IA-64Query.dll12.0.7822.0123,24022-Jun-200710:06IA-64Rdistcom.dll2005.90.3228.01,885,72009-Feb-200819:49IA-64Replerrx.dll2005.90.3228.0310,29609-Feb-200819:49IA-64Replisapi.dll2005.90.3228.0784,92009-Feb-200819:49IA-64Replmerg.exe2005.90.3228.0956,95209-Feb-200819:49IA-64Replprov.dll2005.90.3228.01,627,16009-Feb-200819:49IA-64Replrec.dll2005.90.3228.02,148,37609-Feb-200819:49IA-64Replsub.dll2005.90.3228.01,160,21609-Feb-200819:49IA-64Replsync.dll2005.90.3228.0278,04009-Feb-200819:49IA-64Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlaccess.dll2005.90.3228.0351,76809-Feb-200819:49×86Sqladhlp90.exe2005.90.3228.0114,20009-Feb-200819:49IA-64Sqlagent90.exe2005.90.3228.01,253,91209-Feb-200819:49IA-64Sqlbrowser.exe2005.90.3228.0503,83209-Feb-200819:49IA-64Sqlcmd.exe2005.90.3228.0532,50409-Feb-200819:49IA-64Sqlctr90.dll2005.90.3228.067,60809-Feb-200818:12×86Sqlctr90.dll2005.90.3228.0131,09609-Feb-200819:49IA-64Sqldiag.exe2005.90.3228.01,773,59209-Feb-200819:49IA-64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqldumper.exe2005.90.3228.0188,95209-Feb-200819:49IA-64Sqlmaint.exe2005.90.3228.0243,73609-Feb-200819:49IA-64Sqlmergx.dll2005.90.3228.0445,97609-Feb-200819:49IA-64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0618,00809-Feb-200819:49IA-64Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlservr.exe2005.90.3228.072,610,84009-Feb-200819:49IA-64Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200819:49×86Sqlwep.dll2005.90.3228.090,64809-Feb-200818:12×86Sqlwep.dll2005.90.3228.0220,69609-Feb-200819:49IA-64Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200819:49×86Sqsrvres.dll2005.90.3228.0146,96809-Feb-200819:49IA-64Ssradd.dll2005.90.3228.094,74409-Feb-200819:49IA-64Ssravg.dll2005.90.3228.094,74409-Feb-200819:49IA-64Ssrmax.dll2005.90.3228.088,08809-Feb-200819:49IA-64Ssrmin.dll2005.90.3228.088,08809-Feb-200819:49IA-64Ssrpub.dll2005.90.3228.064,53609-Feb-200819:49IA-64Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Svrenumapi.dll2005.90.3228.02,354,20009-Feb-200819:49IA-64Tablediff.exe9.0.3228.087,06409-Feb-200819:49×86Thawbrkr.dll12.0.7822.0253,28822-Jun-200710:06IA-64Xmlfilt.dll12.0.7822.0445,80022-Jun-200710:06IA-64Xmlsub.dll2005.90.3228.0592,40809-Feb-200819:49IA-64Xpadsi90.exe2005.90.3228.0125,97609-Feb-200819:49IA-64Xpqueue.dll2005.90.3228.0119,83209-Feb-200819:49IA-64Xprepl.dll2005.90.3228.0169,49609-Feb-200819:49IA-64Xpstar90.dll2005.90.3228.0965,65609-Feb-200819:49IA-64SQL Server 2005 Analysis Services, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Datawarehouse.dll9.0.3228.01,279,00009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200819:49×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200819:49×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200819:49×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200819:49×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200819:49×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmdlocal.dll9.0.3228.049,977,88009-Feb-200819:49IA-64Msmdredir.dll9.0.3228.06,298,13609-Feb-200819:49IA-64Msmdspdm.dll9.0.3228.0201,75209-Feb-200819:49×86Msmdsrv.exe9.0.3228.048,926,23209-Feb-200819:49IA-64Msmgdsrv.dll9.0.3228.06,046,74409-Feb-200818:12×86Msmgdsrv.dll9.0.3228.013,174,80809-Feb-200819:49IA-64Msolap90.dll9.0.3228.04,300,31209-Feb-200818:12×86Msolap90.dll9.0.3228.07,915,03209-Feb-200819:49IA-64Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlbrowser.exe2005.90.3228.0503,83209-Feb-200819:49IA-64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqldumper.exe2005.90.3228.0188,95209-Feb-200819:49IA-64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0618,00809-Feb-200819:49IA-64Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200819:49×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200819:49×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Svrenumapi.dll2005.90.3228.02,354,20009-Feb-200819:49IA-64SQL Server 2005 Reporting Services, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Reportingservices.Dataextensions.dll9.0.3228.0160,79209-Feb-200819:49×86Microsoft.Reportingservices.Dataextensions.Sapbw.dll9.0.3228.042,00809-Feb-200819:49×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.dll9.0.3228.0558,10409-Feb-200819:49×86Microsoft.Reportingservices.Diagnostics.dll9.0.3228.0799,76809-Feb-200819:49×86Microsoft.Reportingservices.Excelrendering.dll9.0.3228.0336,92009-Feb-200819:49×86Microsoft.Reportingservices.Htmlrendering.dll9.0.3228.0308,24809-Feb-200819:49×86Microsoft.Reportingservices.Imagerendering.dll9.0.3228.0291,86409-Feb-200819:49×86Microsoft.Reportingservices.Processingcore.dll9.0.3228.01,676,31209-Feb-200819:49×86Microsoft.Reportingservices.Sharepoint.Server.dll9.0.3228.0107,54409-Feb-200819:49×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200819:49×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200819:49×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200819:49×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200819:49×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200819:49×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msmdlocal.dll9.0.3228.049,977,88009-Feb-200819:49IA-64Msmgdsrv.dll9.0.3228.013,174,80809-Feb-200819:49IA-64Reportbuilder.exe9.0.3228.05,616,66409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,070,10409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,094,68009-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,094,68009-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,090,58409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,082,39209-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,066,00809-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,070,10409-Feb-200818:12×86Reportbuilder.Resources.dll9.0.3228.01,090,58409-Feb-200818:12×86Reportingservicesemaildeliveryprovider.dll9.0.3228.082,96809-Feb-200819:49×86Reportingserviceslibrary.dll9.0.3228.01,119,25609-Feb-200819:49×86Reportingservicesservice.exe9.0.3228.016,92009-Feb-200819:49×86Reportingserviceswebserver.dll9.0.3228.01,725,46409-Feb-200819:49×86Reportingserviceswebuserinterface.dll9.0.3228.01,332,24809-Feb-200819:49×86Reportingserviceswmi.dll2005.90.3228.03,382,29609-Feb-200818:12×86Reportingserviceswmi.dll2005.90.3228.04,218,39209-Feb-200819:49IA-64Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqldumper.exe2005.90.3228.0188,95209-Feb-200819:49IA-64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0618,00809-Feb-200819:49IA-64Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200819:49×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200819:49×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Svrenumapi.dll2005.90.3228.02,354,20009-Feb-200819:49IA-64SQL Server 2005 Notification Services, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200819:49×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200819:49×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200819:49×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200819:49×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200819:49×86Nsservice.exe9.0.3228.021,52809-Feb-200819:49×86Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqldumper.exe2005.90.3228.0188,95209-Feb-200819:49IA-64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0618,00809-Feb-200819:49IA-64Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200819:49×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200819:49×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Svrenumapi.dll2005.90.3228.02,354,20009-Feb-200819:49IA-64SQL Server 2005 Integration Services, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2005.90.3228.03,516,44009-Feb-200819:49IA-64Dtsconn.dll2005.90.3228.0725,01609-Feb-200819:49IA-64Dtspipeline.dll2005.90.3228.01,932,82409-Feb-200819:49IA-64Flatfiledest.dll2005.90.3228.0907,80009-Feb-200819:49IA-64Flatfilesrc.dll2005.90.3228.0934,42409-Feb-200819:49IA-64Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200819:49×86Microsoft.Sqlserver.Dmquerytask.dll9.0.3228.0332,82409-Feb-200818:12×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200819:49×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Scripttask.dll9.0.3228.0160,79209-Feb-200819:49×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200819:49×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200819:49×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200819:49×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200819:49×86Microsoft.Sqlserver.Transfersqlserverobjectstask.dll9.0.3228.095,25609-Feb-200819:49×86Msdtssrvr.exe9.0.3228.0201,75209-Feb-200819:49IA-64Msmdlocal.dll9.0.3228.049,977,88009-Feb-200819:49IA-64Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqldumper.exe2005.90.3228.0188,95209-Feb-200819:49IA-64Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0618,00809-Feb-200819:49IA-64Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200819:49×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200819:49×86Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Svrenumapi.dll2005.90.3228.02,354,20009-Feb-200819:49IA-64Txlookup.dll2005.90.3228.0858,13609-Feb-200819:49IA-64Txmergejoin.dll2005.90.3228.0523,28809-Feb-200819:49IA-64SQL Server 2005 Tools, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.dll2005.90.3228.0901,65609-Feb-200818:12×86Bcp.exe2005.90.3228.0156,69609-Feb-200819:49IA-64Connectiondlg.dll9.0.3228.0939,03209-Feb-200818:12×86Dts.dll2005.90.3228.01,102,36009-Feb-200818:12×86Dtsconn.dll2005.90.3228.0250,39209-Feb-200818:12×86Dtspipeline.dll2005.90.3228.0605,20809-Feb-200818:12×86Flatfiledest.dll2005.90.3228.0256,02409-Feb-200818:12×86Flatfilesrc.dll2005.90.3228.0264,72809-Feb-200818:12×86Mergetxt.dll2005.90.3228.032,28009-Feb-200818:12×86Mergetxt.dll2005.90.3228.072,21609-Feb-200819:49IA-64Microsoft.Analysisservices.Controls.dll9.0.3228.02,765,84809-Feb-200818:12×86Microsoft.Analysisservices.dll9.0.3228.01,217,56009-Feb-200818:12×86Microsoft.Analysisservices.Managementdialogs.dll9.0.3228.01,717,27209-Feb-200818:12×86Microsoft.Analysisservices.Wizards.dll9.0.3228.06,161,43209-Feb-200818:12×86Microsoft.Datawarehouse.dll9.0.3228.01,279,00009-Feb-200818:12×86Microsoft.Reportingservices.Diagnostics.dll9.0.3228.0799,76809-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200818:12×86Microsoft.Sqlserver.Connectioninfo.dll9.0.3228.0156,69609-Feb-200819:49×86Microsoft.Sqlserver.Dmquerytask.dll9.0.3228.0332,82409-Feb-200818:12×86Microsoft.Sqlserver.Dtstransferprovider.dll9.0.3228.0115,73609-Feb-200818:12×86Microsoft.Sqlserver.Maintenanceplantasks.dll9.0.3228.0295,96009-Feb-200818:12×86Microsoft.Sqlserver.Maintenanceplantasksui.dll9.0.3228.0721,94409-Feb-200818:12×86Microsoft.Sqlserver.Replication.dll2005.90.3228.01,628,18409-Feb-200818:12×86Microsoft.Sqlserver.Scripttask.dll9.0.3228.0160,79209-Feb-200818:12×86Microsoft.Sqlserver.Scripttaskui.dll9.0.3228.062,48809-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200818:12×86Microsoft.Sqlserver.Servicebrokerenum.dll9.0.3228.042,00809-Feb-200819:49×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200818:12×86Microsoft.Sqlserver.Smo.dll9.0.3228.01,606,68009-Feb-200819:49×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200818:12×86Microsoft.Sqlserver.Smoenum.dll9.0.3228.0222,23209-Feb-200819:49×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200818:12×86Microsoft.Sqlserver.Sqlenum.dll9.0.3228.0898,07209-Feb-200819:49×86Microsoft.Sqlserver.Transfersqlserverobjectstask.dll9.0.3228.095,25609-Feb-200818:12×86Microsoft.Visualstudio.Templatewizardinterface.dll8.0.50727.4215,87223-Sep-20056:56×86Msadomdx.dll9.0.3228.0502,29609-Feb-200818:12×86Msgprox.dll2005.90.3228.0200,21609-Feb-200818:12×86Msgprox.dll2005.90.3228.0544,28009-Feb-200819:49IA-64Msmdlocal.dll9.0.3228.015,969,30409-Feb-200818:12×86Msmdlocal.dll9.0.3228.049,977,88009-Feb-200819:49IA-64Msmgdsrv.dll9.0.3228.06,046,74409-Feb-200818:12×86Msmgdsrv.dll9.0.3228.013,174,80809-Feb-200819:49IA-64Msolap90.dll9.0.3228.04,300,31209-Feb-200818:12×86Msolap90.dll9.0.3228.07,915,03209-Feb-200819:49IA-64Osql.exe2005.90.3228.0124,95209-Feb-200819:49IA-64Replerrx.dll2005.90.3228.0114,71209-Feb-200818:12×86Replerrx.dll2005.90.3228.0310,29609-Feb-200819:49IA-64Replisapi.dll2005.90.3228.0272,92009-Feb-200818:12×86Replisapi.dll2005.90.3228.0784,92009-Feb-200819:49IA-64Replprov.dll2005.90.3228.0552,98409-Feb-200818:12×86Replprov.dll2005.90.3228.01,627,16009-Feb-200819:49IA-64Replrec.dll2005.90.3228.0785,43209-Feb-200818:12×86Replrec.dll2005.90.3228.02,148,37609-Feb-200819:49IA-64Replsub.dll2005.90.3228.0408,08809-Feb-200818:12×86Replsub.dll2005.90.3228.01,160,21609-Feb-200819:49IA-64Sac.exe9.0.3228.082,96809-Feb-200818:12×86Sqlcmd.exe2005.90.3228.0532,50409-Feb-200819:49IA-64Sqldiag.exe2005.90.3228.01,773,59209-Feb-200819:49IA-64Sqldumper.exe2005.90.3228.068,63209-Feb-200818:12×86Sqldumper.exe2005.90.3228.0188,95209-Feb-200819:49IA-64Sqlmanagerui.dll9.0.3228.06,083,60809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0236,56809-Feb-200818:12×86Sqlmgmprovider.dll2005.90.3228.0618,00809-Feb-200819:49IA-64Sqlsac.exe2005.90.3228.01,246,23209-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200818:12×86Sqlsqm.exe9.0.3228.0128,02409-Feb-200819:49×86Sqlwb.exe2005.90.3228.0823,83209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200818:12×86Sqlwtsn.exe9.0.3228.099,35209-Feb-200819:49×86Ssradd.dll2005.90.3228.042,52009-Feb-200818:12×86Ssradd.dll2005.90.3228.094,74409-Feb-200819:49IA-64Ssravg.dll2005.90.3228.043,03209-Feb-200818:12×86Ssravg.dll2005.90.3228.094,74409-Feb-200819:49IA-64Ssrmax.dll2005.90.3228.040,98409-Feb-200818:12×86Ssrmax.dll2005.90.3228.088,08809-Feb-200819:49IA-64Ssrmin.dll2005.90.3228.040,98409-Feb-200818:12×86Ssrmin.dll2005.90.3228.088,08809-Feb-200819:49IA-64Ssrpub.dll2005.90.3228.030,23209-Feb-200818:12×86Ssrpub.dll2005.90.3228.064,53609-Feb-200819:49IA-64Svrenumapi.dll2005.90.3228.0615,44809-Feb-200818:12×86Svrenumapi.dll2005.90.3228.02,354,20009-Feb-200819:49IA-64Txlookup.dll2005.90.3228.0244,76009-Feb-200818:12×86Txmergejoin.dll2005.90.3228.0140,82409-Feb-200818:12×86Xmlsub.dll2005.90.3228.0194,58409-Feb-200818:12×86Xmlsub.dll2005.90.3228.0592,40809-Feb-200819:49IA-64Removal informationTo uninstall the cumulative update package, follow these steps:In Control Panel, open Add or Remove Programs.In Add or Remove Programs, click Change or Remove Programs.To see all the updates for the SQL Server 2005 installation, click to select the Show Updates check box.Uninstall the cumulative hotfix package.

Cumulative update package 5 for SQL Server 2005 Service Pack 2

Symptoms
Microsoft SQL Server 2005 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 2 hotfix to an installation of SQL Server 2005 Service Pack 2. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.
Cumulative Update 5 contains hotfixes for SQL Server 2005 issues that have been fixed since the release of Service Pack 2.
Note This build of the cumulative update package is also known as build 3215.
We recommend that you test hotfixes before you deploy them in a production environment. 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 2005 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:
937137?(http://support.microsoft.com/kb/937137/) The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released
Important notes about the cumulative update packageSQL Server 2005 hotfixes are now multilanguage. Therefore, there is only one cumulative hotfix package for all languages.One cumulative hotfix package includes all the component packages. The cumulative update package updates only those components that are installed on the system.You must enable the SQL Server Management Object (SMO) extended stored procedures and the SQL Server Distributed Management Object (SQL-DMO) extended stored procedures before you apply the cumulative update package. For more information about the SMO and DMO XPs option, see SQL Server 2005 Books Online.
Note SQL Server 2005 Books Online notes that the default setting of these stored procedures is 0 (off). However, this value is incorrect. By default, the setting is 1 (on).
Critical information for SQL Server 2005 Analysis ServicesKnown issue During ongoing testing, we identified an issue that was introduced in build 9.00.3215.00. This issue may result in an error after you install Cumulative Update 5 for SQL Server 2005 Service Pack 2. The error indicates that a file is corruptedin SQL Server 2005 Analysis Services.We recommend that you install the latest cumulative update package and process all cubes that were processed by using the builds that are listed in Microsoft Knowledge Base article 948920.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
948920?(http://support.microsoft.com/kb/948920/) FIX: Error message when you perform a processing operation or a query operation in SQL Server 2005 Analysis Services: “Error 0xC1020034. The following file is corrupted”
Resolution
How to obtain Cumulative Update 5 for SQL Server 2005 Service Pack 2 A supported cumulative update package is now available from Microsoft. However, it is intended to correct only the problems that are described in this article. Apply it only to systems that are experiencing these specific problems. This cumulative update package may receive additional testing. Therefore, if you are not severely affected by any of these problems, we recommend that you wait for the next SQL Server 2005 service pack that contains the hotfixes in this cumulative update package.
If the cumulative update is available for download, there is a “Hotfix download available” section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the cumulative update package.
Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific cumulative update package. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support(http://support.microsoft.com/contactus/?ws=support)Note The “Hotfix Download Available” form displays the languages for which the cumulative update is available. If you do not see your language, it is because a cumulative update package is not available for that language.
SQL Server 2005 post-SP2 hotfixes that are included in Cumulative Update 5 for SQL Server 2005 Service Pack 2
Microsoft Knowledge Base articles that discuss these hotfixes will be released as they become available.

Collapse this tableExpand this table
Bug numberKnowledge Base article numberDescription50001617In SQL Server Management Studio, all items are unavailable in the Index Properties dialog box for the indexes that are created by the primary key constraint or by the Unique constraint after you install SQL Server 2005 Service Pack 250001747942662?(http://support.microsoft.com/kb/942662/)FIX: Message when you click the Back button in Internet Explorer 7 to return to a SQL Server 2005 Reporting Services report that contains one or more DateTime parameters: “Report is being generated”50001837942715?(http://support.microsoft.com/kb/942715/)FIX: In Reporting Services together with SQL Server 2005 Service Pack 2, the “Save As Report” dialog box stops responding, or the “Open Report” dialog box stops responding in Report Builder50001842Query performance regression occurs in SQL Server 2005 Service Pack 2 for some queries that involve large named sets and mixed-grain cell coordinates50001857942680?(http://support.microsoft.com/kb/942680/)FIX: The CREATE PROCEDURE statement does not run when you try to run the statement to create a stored procedure that contains a very large amount of text in SQL Server 200550001890945891?(http://support.microsoft.com/kb/945891/)FIX: Some user-defined hierarchies are missing when you view the local cube if you filter some dimensions of the source cube in SQL Server 2005 Analysis Services50001899945892?(http://support.microsoft.com/kb/945892/)FIX: Error message when you run a query against a view in SQL Server 2005: “An error occurred while executing batch”50001905945893?(http://support.microsoft.com/kb/945893/)FIX: Error message when you run a parent package that contains some child packages in SQL Server 2005 Integration Services: “Error: 0xC001000E”50001912945894?(http://support.microsoft.com/kb/945894/)FIX: A prediction operation takes a long time to execute when you have a mining model that uses the Microsoft Neural Network algorithm in SQL Server 2005 Analysis Services50001914945896?(http://support.microsoft.com/kb/945896/)FIX: Error message when you run a complex query in SQL Server 2005: “The query processor ran out of stack space during query optimization”50001924945897?(http://support.microsoft.com/kb/945897/)FIX: The row at the publisher contains incorrect values in the column that has the UniqueIdentifier data type when you synchronize a subscription in a merge replication between SQL Server 2005 and SQL Server 2005 Compact Edition50001926947486?(http://support.microsoft.com/kb/947486/)FIX: Error message when you run a stored procedure that references a linked server that is linked to the local server itself in SQL Server 2005: “Transaction context in use by another session”50001930943281?(http://support.microsoft.com/kb/943281/)FIX: Error message when you run the Merge Agent for a merge publication in Microsoft SQL Server 2005: “The Publisher failed to allocate a new set of identity ranges for the subscription”50001931945899?(http://support.microsoft.com/kb/945899/)FIX: Incorrect data is inserted into a table when you run a 32-bit SQL Server 2005 Integration Services package on a 64-bit computer50001935945900?(http://support.microsoft.com/kb/945900/)FIX: Error message when you run an MDX query that contains calculated members in SQL Server 2005 Analysis Services: “Internal error: An unexpected exception occured”50001952944152?(http://support.microsoft.com/kb/944152/)FIX: A Multidimensional Expressions (MDX) query takes a long time to finish in Microsoft SQL Server 2005 Analysis Services50001958945901?(http://support.microsoft.com/kb/945901/)FIX: A query that uses the FOR XML AUTO clause generates different results in SQL Server 2000 and in SQL Server 200550001959945902?(http://support.microsoft.com/kb/945902/)FIX: Error message when you run a query that uses query notification in SQL Server 2005: “Process <SPID> generated fatal exception c000001d EXCEPTION_ILLEGAL_INSTRUCTION. SQL Server is terminating this process”50001962946020?(http://support.microsoft.com/kb/946020/)FIX: Error message when you run a complex query after you install Cumulative Update 3 or Cumulative Update 4 for SQL Server 2005 Service Pack 2: “The query processor ran out of internal resources and could not produce a query plan”50001963946022?(http://support.microsoft.com/kb/946022/)FIX: Error message when you preview a SQL Server 2005 Reporting Services report that uses the Microsoft .NET Data Provider 1.0 for SAP NetWeaver Business Intelligence: “An error occurred during local report processing”50001965945903?(http://support.microsoft.com/kb/945903/)FIX: The replication latency is high when you use transactional replication in a multiple-instance failover cluster environment of SQL Server 200550001967946000?(http://support.microsoft.com/kb/946000/)FIX: The prediction process may take a long time when you use a mining model to generate predictions in SQL Server 2005 Analysis Services50001968943655?(http://support.microsoft.com/kb/943655/)FIX: Error messages when you run a SQL Server 2005 Integration Services package after you install Cumulative Update 2 for SQL Server 2005 Service Pack 2: “Data conversion failed” and “SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR”50001980When you run a DML statement that uses the OUTPUT clause in SQL Server 2005, the whole transaction ends if an error occurs in the statement50001988946023?(http://support.microsoft.com/kb/946023/)FIX: Error message when you jump to another report that uses a shared data source in SQL Server 2005 Reporting Services: “One or more data sources is missing credentials”50002006944001?(http://support.microsoft.com/kb/944001/)FIX: Unexpected results may be returned when you discontinuously run MDX queries that cross both hierarchies against the dimension in SQL Server 2005 Analysis Services50002012946024?(http://support.microsoft.com/kb/946024/)FIX: A Multidimensional Expressions (MDX) query that references a named set may return incorrect data after you install SQL Server 2005 Service Pack 250002016945127?(http://support.microsoft.com/kb/945127/)FIX: You may still experience the performance issue that is described in KB article 940945 after you install Cumulative Update 3 for SQL Server 2005 Service Pack 250002022945907?(http://support.microsoft.com/kb/945907/)FIX: Error messages when you run the database mirroring monitoring job by using the sp_dbmmonitorupdate stored procedure in SQL Server 2005: “Error: 102, Severity: 15, State: 1″ and “Error: 319, Severity: 15, State: 1″50002031946025?(http://support.microsoft.com/kb/946025/)FIX: HTTP access to a SQL Server 2005 Analysis Services instance fails if you use a proxy server that requires authentication50002035946027?(http://support.microsoft.com/kb/946027/)FIX: An MDX query that uses subqueries may return incorrect data after you install SQL Server 2005 Service Pack 250002036946028?(http://support.microsoft.com/kb/946028/)FIX: An MDX query that uses the NonEmptyCrossjoin function on more than one measure group does not return all records after you install SQL Server 2005 Service Pack 250002046945910?(http://support.microsoft.com/kb/945910/)FIX: The InScope function returns incorrect data when you use the function for a static column or for a subtotal column in a matrix data region in a SQL Server 2005 Reporting Services report50002053946082?(http://support.microsoft.com/kb/946082/)FIX: Error message when you display a SQL Server 2005 Reporting Services report on a computer that has multiple processors: “An internal error occurred on the report server”50002061945640?(http://support.microsoft.com/kb/945640/)FIX: When you use the SUM function in a SCOPE statement in SQL Server 2005 Analysis Services, the SCOPE statement may return an incorrect result50002062945641?(http://support.microsoft.com/kb/945641/)FIX: A calculation script that calculates the same cells several times may return an incorrect result in SQL Server 2005 Analysis Services Service Pack 250002065943526?(http://support.microsoft.com/kb/943526/)FIX: SQL Server 2005 Analysis Services stops responding when you run an MDX query that references a measure of the double data type or a calculated member of the double data type50002070945465?(http://support.microsoft.com/kb/945465/)FIX: Error message when you synchronize the subscription of a transactional replication from SQL Server 2000 to SQL Server 2005: “Property AnsiNullsStatus is not available for UserDefinedFunction ‘<Function_Name>’”50002075946029?(http://support.microsoft.com/kb/946029/)FIX: You cannot export a SQL Server 2005 Reporting Services report from a report server to an Excel format file on a computer that has FIPS-compliant algorithms enabled50002080944678?(http://support.microsoft.com/kb/944678/)FIX: SSIS stops responding when you run an SSIS package that uses a Flat File source in a Data Flow task after you install cumulative update package 2 for SQL Server 2005 Service Pack 250002084When you export a report to a PDF file in SQL Server 2005 Reporting Services, additional blank spaces appear in the PDF file50002089945913?(http://support.microsoft.com/kb/945913/)FIX: You receive one or more error messages when you run the DBCC CHECKTABLE statement against a partitioned table in SQL Server 200550002090945323?(http://support.microsoft.com/kb/945323/)FIX: The logins are incorrectly deleted when you run a SQL Server 2005 Integration Services package that contains a Transfer SQL Server Objects task50002092946031?(http://support.microsoft.com/kb/946031/)FIX: A query returns the incorrect result when you run a query that uses the USE PLAN query hint in SQL Server 200550002095945914?(http://support.microsoft.com/kb/945914/)FIX: Error message when an application that is running as a Windows service calls some SSIS packages: “A variable may only be added once to either the read lock list or the write lock list”50002096942657?(http://support.microsoft.com/kb/942657/)FIX: You have to enter the old password of a SQL Server login when you try to change the password of the login by using SQL Server Management Studio in SQL Server 200550002101946035?(http://support.microsoft.com/kb/946035/)FIX: Error message when you try to save a SQL Server 2005 Reporting Services report in Report Builder: “An error occured while saving your report”50002112945770?(http://support.microsoft.com/kb/945770/)FIX: The DBCC CHECKDB statement takes longer to run on an x64-based computer than the statement takes to run on a 32-bit computer when you run the statement against a database in SQL Server 200550002113946036?(http://support.microsoft.com/kb/946036/)FIX: Error message when you run a maintenance plan that contains a Back Up Database task in SQL Server 2005: “Failed:(-1073548784) Executing the query ‘BACKUP DATABASE”50002120945054?(http://support.microsoft.com/kb/945054/)FIX: You can run the ALTER ASYMMETRIC KEY statement or the ALTER CERTIFICATE statement by using a SQL Server login that does not have permissions to run these statements in Microsoft SQL Server 200550002122943388?(http://support.microsoft.com/kb/943388/)FIX: The witness server crashes and a minidump file is generated in the SQL Server 2005 log folder when you manually failover database mirroring in SQL Server 2005 build 223950002123944677?(http://support.microsoft.com/kb/944677/)FIX: Conflicts are not logged when you use the Microsoft SQL Server Subscriber Always Wins Conflict Resolver for an article in a merge replication in Microsoft SQL Server 200550002137945308?(http://support.microsoft.com/kb/945308/)FIX: You may receive incorrect data when you run a query against a database that has the PARAMETERIZATION database option set to FORCED in SQL Server 200550002151946127?(http://support.microsoft.com/kb/946127/)FIX: You may experience problems when you use SQL Server Management Studio in SQL Server 2005 to connect to an instance of SQL Server 200850002153944902?(http://support.microsoft.com/kb/944902/)FIX: A federated database server stops responding when you run parallel queries on a multiprocessor computer that uses NUMA architecture in SQL Server 200550002154944968?(http://support.microsoft.com/kb/944968/)FIX: A minidump file is generated, and an error message is logged in the SQL Server error log when you run the DBCC MEMORYSTATUS statement in SQL Server 200550002171946037?(http://support.microsoft.com/kb/946037/)FIX: The Processors page in the Server Properties dialog box in SQL Server Management Studio does not correctly report the processor affinity for an instance of SQL Server 2005 on a computer that has more than 32 processors50002178945864?(http://support.microsoft.com/kb/945864/)FIX: Error message when a trigger that uses a cursor is fired in SQL Server 2005: “Could not complete cursor operation because the set options have changed since the cursor was declared”50002182946038?(http://support.microsoft.com/kb/946038/)FIX: Error message when you run the sp_dbmmonitorresults stored procedure in SQL Server 2005: “An internal error has occurred in the database mirroring monitor”
Cumulative update package informationPrerequisitesMicrosoft SQL Server 2005 Service Pack 2
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
913089?(http://support.microsoft.com/kb/913089/LN/) How to obtain the latest service pack for SQL Server 2005 Restart informationYou may have to restart the computer after you apply this cumulative update package.Registry informationTo use one of the hotfixes in this package, you do not have to make any changes to the registry.
Cumulative update package file informationThis cumulative update package may not contain all the files that you must have to fully update a product to the latest build. This cumulative update package contains only the files that you must have to correct the issues that are listed in this article.The English version of this cumulative update package has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.SQL Server 2005 Database Engine, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.Exe2005.90.3215.068,63209-Dec-200714:59×86Chsbrkr.Dll12.0.7822.01,684,84022-Jun-20079:22×86Chtbrkr.Dll12.0.7822.06,112,61622-Jun-20079:22×86Databasemailprotocols.Dll9.0.3215.046,10409-Dec-200714:59×86Distrib.Exe2005.90.3215.070,68009-Dec-200714:59×86Dts.Dll2005.90.3215.01,102,36009-Dec-200714:59×86Dtsconn.Dll2005.90.3215.0250,39209-Dec-200714:59×86Dtspipeline.Dll2005.90.3215.0605,20809-Dec-200714:59×86Fteref.Dll12.0.7822.0446,46422-Jun-20079:22×86Infosoft.Dll12.0.7822.0468,32822-Jun-20079:22×86Korwbrkr.Dll12.0.7822.071,01622-Jun-20079:22×86Langwrbk.Dll12.0.7822.0136,55222-Jun-20079:22×86Mergetxt.Dll2005.90.3215.032,28009-Dec-200714:59×86Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-200714:59×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Replication.Dll2005.90.3215.01,627,16009-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Msfte.Dll12.0.7822.02,430,31222-Jun-20079:22×86Msftefd.Exe12.0.7822.066,92022-Jun-20079:22×86Msftepxy.Dll12.0.7822.095,59222-Jun-20079:22×86Msftesql.Exe12.0.7822.095,59222-Jun-20079:22×86Msir5Jp.Dll5.0.2130.03,159,91222-Jun-20079:22×86Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Nlhtml.Dll12.0.7822.0124,26422-Jun-20079:22×86Nls400.Dll5.0.4217.012,240,74422-Jun-20079:22×86Odsole70.Dll2005.90.3215.058,90409-Dec-200714:59×86Osql.Exe2005.90.3215.053,27209-Dec-200714:59×86Query.Dll12.0.7822.048,48822-Jun-20079:22×86Rdistcom.Dll2005.90.3215.0644,63209-Dec-200714:59×86Replmerg.Exe2005.90.3215.0320,53609-Dec-200714:59×86Replprov.Dll2005.90.3215.0549,91209-Dec-200714:59×86Replrec.Dll2005.90.3215.0784,92009-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlaccess.Dll2005.90.3215.0350,23209-Dec-200714:59×86Sqladhlp90.Exe2005.90.3215.047,12809-Dec-200714:59×86Sqlagent90.Exe2005.90.3215.0349,72009-Dec-200714:59×86Sqlbrowser.Exe2005.90.3215.0242,71209-Dec-200714:59×86Sqlcmd.Exe2005.90.3215.0143,38409-Dec-200714:59×86Sqldiag.Exe2005.90.3215.01,074,20009-Dec-200714:59×86Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlmaint.Exe2005.90.3215.077,84809-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlservr.Exe2005.90.3215.029,213,20809-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwep.Dll2005.90.3215.090,64809-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Sqsrvres.Dll2005.90.3215.070,16809-Dec-200714:59×86Ssradd.Dll2005.90.3215.042,52009-Dec-200714:59×86Ssravg.Dll2005.90.3215.043,03209-Dec-200714:59×86Ssrmax.Dll2005.90.3215.040,98409-Dec-200714:59×86Ssrmin.Dll2005.90.3215.040,98409-Dec-200714:59×86Ssrpub.Dll2005.90.3215.030,23209-Dec-200714:59×86Tablediff.Exe9.0.3215.087,06409-Dec-200714:59×86Thawbrkr.Dll12.0.7822.0206,18422-Jun-20079:22×86Xmlfilt.Dll12.0.7822.0197,99222-Jun-20079:22×86Xpadsi90.Exe2005.90.3215.050,71209-Dec-200714:59×86Xpstar90.Dll2005.90.3215.0298,52009-Dec-200714:59×86SQL Server 2005 Analysis Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Datawarehouse.Dll9.0.3215.01,279,00009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Msmdspdm.Dll9.0.3215.0201,75209-Dec-200714:59×86Msmdsrv.Exe9.0.3215.014,934,55209-Dec-200714:59×86Msmgdsrv.Dll9.0.3215.06,045,72009-Dec-200714:59×86Msolap90.Dll9.0.3215.04,299,28809-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlbrowser.Exe2005.90.3215.0242,71209-Dec-200714:59×86Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Reporting Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Reportingservices.Dataextensions.Sapbw.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.Dll9.0.3215.0558,10409-Dec-200714:59×86Microsoft.Reportingservices.Diagnostics.Dll9.0.3215.0799,76809-Dec-200714:59×86Microsoft.Reportingservices.Excelrendering.Dll9.0.3215.0336,92009-Dec-200714:59×86Microsoft.Reportingservices.Htmlrendering.Dll9.0.3215.0308,24809-Dec-200714:59×86Microsoft.Reportingservices.Imagerendering.Dll9.0.3215.0287,76809-Dec-200714:59×86Microsoft.Reportingservices.Processingcore.Dll9.0.3215.01,676,31209-Dec-200714:59×86Microsoft.Reportingservices.Sharepoint.Server.Dll9.0.3215.0107,54409-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Msmgdsrv.Dll9.0.3215.06,045,72009-Dec-200714:59×86Reportbuilder.Exe9.0.3215.05,616,66409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,070,10409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,094,68009-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,094,68009-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,090,58409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,082,39209-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,066,00809-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,143,83209-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,070,10409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,090,58409-Dec-200714:59×86Reportingserviceslibrary.Dll9.0.3215.01,119,25609-Dec-200714:59×86Reportingservicesservice.Exe9.0.3215.016,92009-Dec-200714:59×86Reportingserviceswebserver.Dll9.0.3215.01,725,46409-Dec-200714:59×86Reportingserviceswebuserinterface.Dll9.0.3215.01,332,24809-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Notification Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Nsservice.Exe9.0.3215.021,52809-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Integration Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.Dll2005.90.3215.01,102,36009-Dec-200714:59×86Dtsconn.Dll2005.90.3215.0250,39209-Dec-200714:59×86Dtspipeline.Dll2005.90.3215.0605,20809-Dec-200714:59×86Flatfiledest.Dll2005.90.3215.0256,02409-Dec-200714:59×86Flatfilesrc.Dll2005.90.3215.0264,72809-Dec-200714:59×86Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Dmquerytask.Dll9.0.3215.0332,82409-Dec-200714:59×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-200714:59×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Scripttask.Dll9.0.3215.0160,79209-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Microsoft.Sqlserver.Transfersqlserverobjectstask.Dll9.0.3215.095,25609-Dec-200714:59×86Msdtssrvr.Exe9.0.3215.0205,84809-Dec-200714:59×86Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Txmergejoin.Dll2005.90.3215.0140,82409-Dec-200714:59×86SQL Server 2005 Tools, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.Dll2005.90.3215.0901,65609-Dec-200714:59×86Bcp.Exe2005.90.3215.068,63209-Dec-200714:59×86Connectiondlg.Dll9.0.3215.0939,03209-Dec-200714:59×86Dts.Dll2005.90.3215.01,102,36009-Dec-200714:59×86Dtsconn.Dll2005.90.3215.0250,39209-Dec-200714:59×86Dtspipeline.Dll2005.90.3215.0605,20809-Dec-200714:59×86Flatfiledest.Dll2005.90.3215.0256,02409-Dec-200714:59×86Flatfilesrc.Dll2005.90.3215.0264,72809-Dec-200714:59×86Mergetxt.Dll2005.90.3215.032,28009-Dec-200714:59×86Microsoft.Analysisservices.Controls.Dll9.0.3215.02,765,84809-Dec-200714:59×86Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Analysisservices.Managementdialogs.Dll9.0.3215.01,717,27209-Dec-200714:59×86Microsoft.Analysisservices.Wizards.Dll9.0.3215.06,161,43209-Dec-200714:59×86Microsoft.Datawarehouse.Dll9.0.3215.01,279,00009-Dec-200714:59×86Microsoft.Reportingservices.Dataextensions.Sapbw.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.Dll9.0.3215.0558,10409-Dec-200714:59×86Microsoft.Reportingservices.Designer.Dll9.0.3215.04,817,94409-Dec-200714:59×86Microsoft.Reportingservices.Diagnostics.Dll9.0.3215.0799,76809-Dec-200714:59×86Microsoft.Reportingservices.Excelrendering.Dll9.0.3215.0336,92009-Dec-200714:59×86Microsoft.Reportingservices.Htmlrendering.Dll9.0.3215.0308,24809-Dec-200714:59×86Microsoft.Reportingservices.Imagerendering.Dll9.0.3215.0287,76809-Dec-200714:59×86Microsoft.Reportingservices.Processingcore.Dll9.0.3215.01,676,31209-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Dmquerytask.Dll9.0.3215.0332,82409-Dec-200714:59×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-200714:59×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Maintenanceplantasksui.Dll9.0.3215.0721,94409-Dec-200714:59×86Microsoft.Sqlserver.Replication.Dll2005.90.3215.01,627,16009-Dec-200714:59×86Microsoft.Sqlserver.Scripttask.Dll9.0.3215.0160,79209-Dec-200714:59×86Microsoft.Sqlserver.Scripttaskui.Dll9.0.3215.062,48809-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Microsoft.Sqlserver.Transfersqlserverobjectstask.Dll9.0.3215.095,25609-Dec-200714:59×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Msmgdsrv.Dll9.0.3215.06,045,72009-Dec-200714:59×86Msolap90.Dll9.0.3215.04,299,28809-Dec-200714:59×86Osql.Exe2005.90.3215.053,27209-Dec-200714:59×86Replprov.Dll2005.90.3215.0549,91209-Dec-200714:59×86Replrec.Dll2005.90.3215.0784,92009-Dec-200714:59×86Reportingserviceslibrary.Dll9.0.3215.01,119,25609-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlcmd.Exe2005.90.3215.0143,38409-Dec-200714:59×86Sqldiag.Exe2005.90.3215.01,074,20009-Dec-200714:59×86Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlmanagerui.Dll9.0.3215.06,083,60809-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwb.Exe2005.90.3215.0823,83209-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Ssradd.Dll2005.90.3215.042,52009-Dec-200714:59×86Ssravg.Dll2005.90.3215.043,03209-Dec-200714:59×86Ssrmax.Dll2005.90.3215.040,98409-Dec-200714:59×86Ssrmin.Dll2005.90.3215.040,98409-Dec-200714:59×86Ssrpub.Dll2005.90.3215.030,23209-Dec-200714:59×86Txmergejoin.Dll2005.90.3215.0140,82409-Dec-200714:59×86SQL Server 2005 Database Engine, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.Exe2005.90.3215.088,08809-Dec-20071:05×64Chsbrkr.Dll12.0.7822.01,694,05622-Jun-200710:51×64Chtbrkr.Dll12.0.7822.06,109,03222-Jun-200710:51×64Databasemailprotocols.Dll9.0.3215.046,10409-Dec-20071:05×86Distrib.Exe2005.90.3215.086,55209-Dec-20071:05×64Dts.Dll2005.90.3215.01,893,40009-Dec-20071:05×64Dtsconn.Dll2005.90.3215.0408,08809-Dec-20071:05×64Dtspipeline.Dll2005.90.3215.01,065,49609-Dec-20071:05×64Fteref.Dll12.0.7822.0433,15222-Jun-200710:51×64Infosoft.Dll12.0.7822.0621,41622-Jun-200710:51×64Korwbrkr.Dll12.0.7822.0101,73622-Jun-200710:51×64Langwrbk.Dll12.0.7822.0236,90422-Jun-200710:51×64Mergetxt.Dll2005.90.3215.037,91209-Dec-20071:05×64Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20071:05×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-20071:05×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Replication.Dll2005.90.3215.01,832,98409-Dec-20071:05×64Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20071:05×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20071:05×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20071:05×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20071:05×86Msfte.Dll12.0.7822.03,808,10422-Jun-200710:51×64Msftefd.Exe12.0.7822.099,17622-Jun-200710:51×64Msftepxy.Dll12.0.7822.0127,33622-Jun-200710:51×64Msftesql.Exe12.0.7822.0158,56822-Jun-200710:51×64Msir5Jp.Dll5.0.2130.03,421,54422-Jun-200710:51×64Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Nlhtml.Dll12.0.7822.0191,84822-Jun-200710:51×64Nls400.Dll5.0.4217.014,101,35222-Jun-200710:51×64Odsole70.Dll2005.90.3215.090,13609-Dec-20071:05×64Osql.Exe2005.90.3215.085,52809-Dec-20071:05×64Query.Dll12.0.7822.068,45622-Jun-200710:51×64Rdistcom.Dll2005.90.3215.0828,44009-Dec-20071:05×64Replmerg.Exe2005.90.3215.0417,30409-Dec-20071:05×64Replprov.Dll2005.90.3215.0747,03209-Dec-20071:05×64Replrec.Dll2005.90.3215.01,012,24809-Dec-20071:05×64Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlaccess.Dll2005.90.3215.0357,40009-Dec-20071:05×86Sqladhlp90.Exe2005.90.3215.066,07209-Dec-20071:05×64Sqlagent90.Exe2005.90.3215.0429,08009-Dec-20071:05×64Sqlbrowser.Exe2005.90.3215.0242,71209-Dec-200714:59×86Sqlcmd.Exe2005.90.3215.0338,45609-Dec-20071:05×64Sqldiag.Exe2005.90.3215.01,247,76809-Dec-20071:05×64Sqldumper.Exe2005.90.3215.083,99209-Dec-20071:05×64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlmaint.Exe2005.90.3215.092,69609-Dec-20071:05×64Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlservr.Exe2005.90.3215.039,716,88809-Dec-20071:05×64Sqlsqm.Exe9.0.3215.0128,02409-Dec-20071:05×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwep.Dll2005.90.3215.0123,41609-Dec-20071:05×64Sqlwep.Dll2005.90.3215.090,64809-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20071:05×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Sqsrvres.Dll2005.90.3215.082,96809-Dec-20071:05×64Ssradd.Dll2005.90.3215.050,71209-Dec-20071:05×64Ssravg.Dll2005.90.3215.051,73609-Dec-20071:05×64Ssrmax.Dll2005.90.3215.048,15209-Dec-20071:05×64Ssrmin.Dll2005.90.3215.048,15209-Dec-20071:05×64Ssrpub.Dll2005.90.3215.034,84009-Dec-20071:05×64Tablediff.Exe9.0.3215.087,06409-Dec-20071:05×86Thawbrkr.Dll12.0.7822.0209,76822-Jun-200710:51×64Xmlfilt.Dll12.0.7822.0271,20822-Jun-200710:51×64Xpadsi90.Exe2005.90.3215.069,14409-Dec-20071:05×64Xpstar90.Dll2005.90.3215.0549,91209-Dec-20071:05×64SQL Server 2005 Analysis Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Datawarehouse.Dll9.0.3215.01,279,00009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20071:05×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20071:05×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20071:05×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20071:05×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20071:05×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.032,220,69609-Dec-20071:05×64Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Msmdspdm.Dll9.0.3215.0201,75209-Dec-20071:05×86Msmdsrv.Exe9.0.3215.031,610,90409-Dec-20071:05×64Msmgdsrv.Dll9.0.3215.09,802,26409-Dec-20071:05×64Msmgdsrv.Dll9.0.3215.06,045,72009-Dec-200714:59×86Msolap90.Dll9.0.3215.05,929,49609-Dec-20071:05×64Msolap90.Dll9.0.3215.04,299,28809-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlbrowser.Exe2005.90.3215.0242,71209-Dec-200714:59×86Sqldumper.Exe2005.90.3215.083,99209-Dec-20071:05×64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20071:05×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20071:05×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Reporting Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Reportingservices.Dataextensions.Sapbw.Dll9.0.3215.042,00809-Dec-20071:05×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.Dll9.0.3215.0558,10409-Dec-20071:05×86Microsoft.Reportingservices.Diagnostics.Dll9.0.3215.0799,76809-Dec-20071:05×86Microsoft.Reportingservices.Excelrendering.Dll9.0.3215.0336,92009-Dec-20071:05×86Microsoft.Reportingservices.Htmlrendering.Dll9.0.3215.0308,24809-Dec-20071:05×86Microsoft.Reportingservices.Imagerendering.Dll9.0.3215.0287,76809-Dec-20071:05×86Microsoft.Reportingservices.Processingcore.Dll9.0.3215.01,676,31209-Dec-20071:05×86Microsoft.Reportingservices.Sharepoint.Server.Dll9.0.3215.0107,54409-Dec-20071:05×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20071:05×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20071:05×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20071:05×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20071:05×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20071:05×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.032,220,69609-Dec-20071:05×64Msmgdsrv.Dll9.0.3215.09,802,26409-Dec-20071:05×64Reportbuilder.Exe9.0.3215.05,616,66409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,070,10409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,094,68009-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,094,68009-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,090,58409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,082,39209-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,066,00809-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,143,83209-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,070,10409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,090,58409-Dec-200714:59×86Reportingserviceslibrary.Dll9.0.3215.01,119,25609-Dec-20071:05×86Reportingservicesservice.Exe9.0.3215.016,92009-Dec-20071:05×86Reportingserviceswebserver.Dll9.0.3215.01,725,46409-Dec-20071:05×86Reportingserviceswebuserinterface.Dll9.0.3215.01,332,24809-Dec-20071:05×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.083,99209-Dec-20071:05×64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20071:05×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20071:05×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Notification Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20071:05×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20071:05×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20071:05×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20071:05×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20071:05×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Nsservice.Exe9.0.3215.021,52809-Dec-20071:05×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.083,99209-Dec-20071:05×64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20071:05×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20071:05×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Integration Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.Dll2005.90.3215.01,893,40009-Dec-20071:05×64Dtsconn.Dll2005.90.3215.0408,08809-Dec-20071:05×64Dtspipeline.Dll2005.90.3215.01,065,49609-Dec-20071:05×64Flatfiledest.Dll2005.90.3215.0420,88809-Dec-20071:05×64Flatfilesrc.Dll2005.90.3215.0430,61609-Dec-20071:05×64Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20071:05×86Microsoft.Sqlserver.Dmquerytask.Dll9.0.3215.0332,82409-Dec-200714:59×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-20071:05×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Scripttask.Dll9.0.3215.0160,79209-Dec-20071:05×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20071:05×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20071:05×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20071:05×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20071:05×86Microsoft.Sqlserver.Transfersqlserverobjectstask.Dll9.0.3215.095,25609-Dec-20071:05×86Msdtssrvr.Exe9.0.3215.0201,75209-Dec-20071:05×64Msmdlocal.Dll9.0.3215.032,220,69609-Dec-20071:05×64Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.083,99209-Dec-20071:05×64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20071:05×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20071:05×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Txmergejoin.Dll2005.90.3215.0235,54409-Dec-20071:05×64SQL Server 2005 Tools, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.Dll2005.90.3215.0901,65609-Dec-200714:59×86Bcp.Exe2005.90.3215.088,08809-Dec-20071:05×64Connectiondlg.Dll9.0.3215.0939,03209-Dec-200714:59×86Dts.Dll2005.90.3215.01,102,36009-Dec-200714:59×86Dtsconn.Dll2005.90.3215.0250,39209-Dec-200714:59×86Dtspipeline.Dll2005.90.3215.0605,20809-Dec-200714:59×86Flatfiledest.Dll2005.90.3215.0256,02409-Dec-200714:59×86Flatfilesrc.Dll2005.90.3215.0264,72809-Dec-200714:59×86Mergetxt.Dll2005.90.3215.032,28009-Dec-200714:59×86Mergetxt.Dll2005.90.3215.037,91209-Dec-20071:05×64Microsoft.Analysisservices.Controls.Dll9.0.3215.02,765,84809-Dec-200714:59×86Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Analysisservices.Managementdialogs.Dll9.0.3215.01,717,27209-Dec-200714:59×86Microsoft.Analysisservices.Wizards.Dll9.0.3215.06,161,43209-Dec-200714:59×86Microsoft.Datawarehouse.Dll9.0.3215.01,279,00009-Dec-200714:59×86Microsoft.Reportingservices.Dataextensions.Sapbw.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.Dll9.0.3215.0558,10409-Dec-200714:59×86Microsoft.Reportingservices.Designer.Dll9.0.3215.04,817,94409-Dec-200714:59×86Microsoft.Reportingservices.Diagnostics.Dll9.0.3215.0799,76809-Dec-200714:59×86Microsoft.Reportingservices.Excelrendering.Dll9.0.3215.0336,92009-Dec-200714:59×86Microsoft.Reportingservices.Htmlrendering.Dll9.0.3215.0308,24809-Dec-200714:59×86Microsoft.Reportingservices.Imagerendering.Dll9.0.3215.0287,76809-Dec-200714:59×86Microsoft.Reportingservices.Processingcore.Dll9.0.3215.01,676,31209-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20071:05×86Microsoft.Sqlserver.Dmquerytask.Dll9.0.3215.0332,82409-Dec-200714:59×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-200714:59×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Maintenanceplantasksui.Dll9.0.3215.0721,94409-Dec-200714:59×86Microsoft.Sqlserver.Replication.Dll2005.90.3215.01,627,16009-Dec-200714:59×86Microsoft.Sqlserver.Scripttask.Dll9.0.3215.0160,79209-Dec-200714:59×86Microsoft.Sqlserver.Scripttaskui.Dll9.0.3215.062,48809-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20071:05×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20071:05×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20071:05×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20071:05×86Microsoft.Sqlserver.Transfersqlserverobjectstask.Dll9.0.3215.095,25609-Dec-200714:59×86Microsoft.Visualstudio.Templatewizardinterface.Dll8.0.50727.4215,87223-Sep-20056:56×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.032,220,69609-Dec-20071:05×64Msmgdsrv.Dll9.0.3215.06,045,72009-Dec-200714:59×86Msmgdsrv.Dll9.0.3215.09,802,26409-Dec-20071:05×64Msolap90.Dll9.0.3215.04,299,28809-Dec-200714:59×86Msolap90.Dll9.0.3215.05,929,49609-Dec-20071:05×64Osql.Exe2005.90.3215.085,52809-Dec-20071:05×64Replprov.Dll2005.90.3215.0549,91209-Dec-200714:59×86Replprov.Dll2005.90.3215.0747,03209-Dec-20071:05×64Replrec.Dll2005.90.3215.0784,92009-Dec-200714:59×86Replrec.Dll2005.90.3215.01,012,24809-Dec-20071:05×64Reportingserviceslibrary.Dll9.0.3215.01,119,25609-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlcmd.Exe2005.90.3215.0338,45609-Dec-20071:05×64Sqldiag.Exe2005.90.3215.01,247,76809-Dec-20071:05×64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqldumper.Exe2005.90.3215.083,99209-Dec-20071:05×64Sqlmanagerui.Dll9.0.3215.06,083,60809-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20071:05×86Sqlwb.Exe2005.90.3215.0823,83209-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20071:05×86Ssradd.Dll2005.90.3215.042,52009-Dec-200714:59×86Ssradd.Dll2005.90.3215.050,71209-Dec-20071:05×64Ssravg.Dll2005.90.3215.043,03209-Dec-200714:59×86Ssravg.Dll2005.90.3215.051,73609-Dec-20071:05×64Ssrmax.Dll2005.90.3215.040,98409-Dec-200714:59×86Ssrmax.Dll2005.90.3215.048,15209-Dec-20071:05×64Ssrmin.Dll2005.90.3215.040,98409-Dec-200714:59×86Ssrmin.Dll2005.90.3215.048,15209-Dec-20071:05×64Ssrpub.Dll2005.90.3215.030,23209-Dec-200714:59×86Ssrpub.Dll2005.90.3215.034,84009-Dec-20071:05×64Txmergejoin.Dll2005.90.3215.0140,82409-Dec-200714:59×86SQL Server 2005 Database Engine, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.Exe2005.90.3215.0156,69609-Dec-20075:34ia64Chsbrkr.Dll12.0.7822.01,883,49622-Jun-200710:06ia64Chtbrkr.Dll12.0.7822.06,153,57622-Jun-200710:06ia64Databasemailprotocols.Dll9.0.3215.046,10409-Dec-20075:34×86Distrib.Exe2005.90.3215.0201,24009-Dec-20075:34ia64Dts.Dll2005.90.3215.03,516,44009-Dec-20075:34ia64Dtsconn.Dll2005.90.3215.0725,01609-Dec-20075:34ia64Dtspipeline.Dll2005.90.3215.01,932,82409-Dec-20075:34ia64Fteref.Dll12.0.7822.0433,15222-Jun-200710:06ia64Infosoft.Dll12.0.7822.01,915,24022-Jun-200710:06ia64Korwbrkr.Dll12.0.7822.0182,63222-Jun-200710:06ia64Langwrbk.Dll12.0.7822.0333,16022-Jun-200710:06ia64Mergetxt.Dll2005.90.3215.072,21609-Dec-20075:34ia64Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20075:34×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-20075:34×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Replication.Dll2005.90.3215.02,542,61609-Dec-20075:34ia64Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20075:34×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20075:34×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20075:34×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20075:34×86Msfte.Dll12.0.7822.07,072,10422-Jun-200710:06ia64Msftefd.Exe12.0.7822.0173,41622-Jun-200710:06ia64Msftepxy.Dll12.0.7822.0135,52822-Jun-200710:06ia64Msftesql.Exe12.0.7822.0294,76022-Jun-200710:06ia64Msir5Jp.Dll5.0.2130.03,824,48822-Jun-200710:06ia64Msmdlocal.Dll9.0.3215.049,968,15209-Dec-20075:34ia64Nlhtml.Dll12.0.7822.0295,78422-Jun-200710:06ia64Nls400.Dll5.0.4217.014,750,05622-Jun-200710:06ia64Odsole70.Dll2005.90.3215.0179,22409-Dec-20075:34ia64Osql.Exe2005.90.3215.0124,95209-Dec-20075:34ia64Query.Dll12.0.7822.0123,24022-Jun-200710:06ia64Rdistcom.Dll2005.90.3215.01,885,20809-Dec-20075:34ia64Replmerg.Exe2005.90.3215.0956,95209-Dec-20075:34ia64Replprov.Dll2005.90.3215.01,619,48009-Dec-20075:34ia64Replrec.Dll2005.90.3215.02,147,86409-Dec-20075:34ia64Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlaccess.Dll2005.90.3215.0351,76809-Dec-20075:34×86Sqladhlp90.Exe2005.90.3215.0114,20009-Dec-20075:34ia64Sqlagent90.Exe2005.90.3215.01,253,91209-Dec-20075:34ia64Sqlbrowser.Exe2005.90.3215.0503,83209-Dec-20075:34ia64Sqlcmd.Exe2005.90.3215.0532,50409-Dec-20075:34ia64Sqldiag.Exe2005.90.3215.01,773,59209-Dec-20075:34ia64Sqldumper.Exe2005.90.3215.0188,95209-Dec-20075:34ia64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlmaint.Exe2005.90.3215.0243,73609-Dec-20075:34ia64Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlservr.Exe2005.90.3215.072,539,16009-Dec-20075:34ia64Sqlsqm.Exe9.0.3215.0128,02409-Dec-20075:34×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwep.Dll2005.90.3215.0220,69609-Dec-20075:34ia64Sqlwep.Dll2005.90.3215.090,64809-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20075:34×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Sqsrvres.Dll2005.90.3215.0146,96809-Dec-20075:34ia64Ssradd.Dll2005.90.3215.094,74409-Dec-20075:34ia64Ssravg.Dll2005.90.3215.094,74409-Dec-20075:34ia64Ssrmax.Dll2005.90.3215.088,08809-Dec-20075:34ia64Ssrmin.Dll2005.90.3215.088,08809-Dec-20075:34ia64Ssrpub.Dll2005.90.3215.064,53609-Dec-20075:34ia64Tablediff.Exe9.0.3215.087,06409-Dec-20075:34×86Thawbrkr.Dll12.0.7822.0253,28822-Jun-200710:06ia64Xmlfilt.Dll12.0.7822.0445,80022-Jun-200710:06ia64Xpadsi90.Exe2005.90.3215.0125,97609-Dec-20075:34ia64Xpstar90.Dll2005.90.3215.0965,65609-Dec-20075:34ia64SQL Server 2005 Analysis Services, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Datawarehouse.Dll9.0.3215.01,279,00009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20075:34×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20075:34×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20075:34×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20075:34×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20075:34×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.049,968,15209-Dec-20075:34ia64Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Msmdspdm.Dll9.0.3215.0201,75209-Dec-20075:34×86Msmdsrv.Exe9.0.3215.048,918,04009-Dec-20075:34ia64Msmgdsrv.Dll9.0.3215.013,172,76009-Dec-20075:34ia64Msmgdsrv.Dll9.0.3215.06,045,72009-Dec-200714:59×86Msolap90.Dll9.0.3215.07,912,47209-Dec-20075:34ia64Msolap90.Dll9.0.3215.04,299,28809-Dec-200714:59×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlbrowser.Exe2005.90.3215.0503,83209-Dec-20075:34ia64Sqldumper.Exe2005.90.3215.0188,95209-Dec-20075:34ia64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20075:34×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20075:34×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Reporting Services, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Reportingservices.Dataextensions.Sapbw.Dll9.0.3215.042,00809-Dec-20075:34×86Microsoft.Reportingservices.Dataextensions.Xmlaclient.Dll9.0.3215.0558,10409-Dec-20075:34×86Microsoft.Reportingservices.Diagnostics.Dll9.0.3215.0799,76809-Dec-20075:34×86Microsoft.Reportingservices.Excelrendering.Dll9.0.3215.0336,92009-Dec-20075:34×86Microsoft.Reportingservices.Htmlrendering.Dll9.0.3215.0308,24809-Dec-20075:34×86Microsoft.Reportingservices.Imagerendering.Dll9.0.3215.0287,76809-Dec-20075:34×86Microsoft.Reportingservices.Processingcore.Dll9.0.3215.01,676,31209-Dec-20075:34×86Microsoft.Reportingservices.Sharepoint.Server.Dll9.0.3215.0107,54409-Dec-20075:34×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20075:34×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20075:34×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20075:34×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20075:34×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20075:34×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.049,968,15209-Dec-20075:34ia64Msmgdsrv.Dll9.0.3215.013,172,76009-Dec-20075:34ia64Reportbuilder.Exe9.0.3215.05,616,66409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,070,10409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,094,68009-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,094,68009-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,090,58409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,082,39209-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,066,00809-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,070,10409-Dec-200714:59×86Reportbuilder.Resources.Dll9.0.3215.01,090,58409-Dec-200714:59×86Reportingserviceslibrary.Dll9.0.3215.01,119,25609-Dec-20075:34×86Reportingservicesservice.Exe9.0.3215.016,92009-Dec-20075:34×86Reportingserviceswebserver.Dll9.0.3215.01,725,46409-Dec-20075:34×86Reportingserviceswebuserinterface.Dll9.0.3215.01,332,24809-Dec-20075:34×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.0188,95209-Dec-20075:34ia64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20075:34×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20075:34×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Notification Services, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20075:34×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20075:34×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20075:34×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20075:34×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20075:34×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Nsservice.Exe9.0.3215.021,52809-Dec-20075:34×86Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.0188,95209-Dec-20075:34ia64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20075:34×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20075:34×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86SQL Server 2005 Integration Services, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.Dll2005.90.3215.03,516,44009-Dec-20075:34ia64Dtsconn.Dll2005.90.3215.0725,01609-Dec-20075:34ia64Dtspipeline.Dll2005.90.3215.01,932,82409-Dec-20075:34ia64Flatfiledest.Dll2005.90.3215.0907,80009-Dec-20075:34ia64Flatfilesrc.Dll2005.90.3215.0934,42409-Dec-20075:34ia64Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-20075:34×86Microsoft.Sqlserver.Dmquerytask.Dll9.0.3215.0332,82409-Dec-200714:59×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-20075:34×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Scripttask.Dll9.0.3215.0160,79209-Dec-20075:34×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-20075:34×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-20075:34×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-20075:34×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-20075:34×86Microsoft.Sqlserver.Transfersqlserverobjectstask.Dll9.0.3215.095,25609-Dec-20075:34×86Msdtssrvr.Exe9.0.3215.0201,75209-Dec-20075:34ia64Msmdlocal.Dll9.0.3215.049,968,15209-Dec-20075:34ia64Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqldumper.Exe2005.90.3215.0188,95209-Dec-20075:34ia64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20075:34×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20075:34×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Txmergejoin.Dll2005.90.3215.0523,28809-Dec-20075:34ia64SQL Server 2005 Tools, Itanium-architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.Dll2005.90.3215.0901,65609-Dec-200714:59×86Connectiondlg.Dll9.0.3215.0939,03209-Dec-200714:59×86Dts.Dll2005.90.3215.01,102,36009-Dec-200714:59×86Dtsconn.Dll2005.90.3215.0250,39209-Dec-200714:59×86Dtspipeline.Dll2005.90.3215.0605,20809-Dec-200714:59×86Flatfiledest.Dll2005.90.3215.0256,02409-Dec-200714:59×86Flatfilesrc.Dll2005.90.3215.0264,72809-Dec-200714:59×86Mergetxt.Dll2005.90.3215.032,28009-Dec-200714:59×86Microsoft.Analysisservices.Controls.Dll9.0.3215.02,765,84809-Dec-200714:59×86Microsoft.Analysisservices.Dll9.0.3215.01,217,56009-Dec-200714:59×86Microsoft.Analysisservices.Managementdialogs.Dll9.0.3215.01,717,27209-Dec-200714:59×86Microsoft.Analysisservices.Wizards.Dll9.0.3215.06,161,43209-Dec-200714:59×86Microsoft.Datawarehouse.Dll9.0.3215.01,279,00009-Dec-200714:59×86Microsoft.Reportingservices.Diagnostics.Dll9.0.3215.0799,76809-Dec-200714:59×86Microsoft.Sqlserver.Connectioninfo.Dll9.0.3215.0156,69609-Dec-200714:59×86Microsoft.Sqlserver.Dmquerytask.Dll9.0.3215.0332,82409-Dec-200714:59×86Microsoft.Sqlserver.Dtstransferprovider.Dll9.0.3215.0115,73609-Dec-200714:59×86Microsoft.Sqlserver.Maintenanceplantasks.Dll9.0.3215.0295,96009-Dec-200714:59×86Microsoft.Sqlserver.Maintenanceplantasksui.Dll9.0.3215.0721,94409-Dec-200714:59×86Microsoft.Sqlserver.Replication.Dll2005.90.3215.01,627,16009-Dec-200714:59×86Microsoft.Sqlserver.Scripttask.Dll9.0.3215.0160,79209-Dec-200714:59×86Microsoft.Sqlserver.Scripttaskui.Dll9.0.3215.062,48809-Dec-200714:59×86Microsoft.Sqlserver.Servicebrokerenum.Dll9.0.3215.042,00809-Dec-200714:59×86Microsoft.Sqlserver.Smo.Dll9.0.3215.01,606,68009-Dec-200714:59×86Microsoft.Sqlserver.Smoenum.Dll9.0.3215.0222,23209-Dec-200714:59×86Microsoft.Sqlserver.Sqlenum.Dll9.0.3215.0898,07209-Dec-200714:59×86Microsoft.Sqlserver.Transfersqlserverobjectstask.Dll9.0.3215.095,25609-Dec-200714:59×86Microsoft.Visualstudio.Templatewizardinterface.Dll8.0.50727.4215,87223-Sep-20056:56×86Msadomdx.Dll9.0.3215.0502,29609-Dec-200714:59×86Msmdlocal.Dll9.0.3215.015,967,25609-Dec-200714:59×86Msmgdsrv.Dll9.0.3215.06,045,72009-Dec-200714:59×86Msolap90.Dll9.0.3215.04,299,28809-Dec-200714:59×86Osql.Exe2005.90.3215.0124,95209-Dec-20075:34ia64Replprov.Dll2005.90.3215.0549,91209-Dec-200714:59×86Replprov.Dll2005.90.3215.01,619,48009-Dec-20075:34ia64Replrec.Dll2005.90.3215.0784,92009-Dec-200714:59×86Replrec.Dll2005.90.3215.02,147,86409-Dec-20075:34ia64Sac.Exe9.0.3215.082,96809-Dec-200714:59×86Sqlcmd.Exe2005.90.3215.0532,50409-Dec-20075:34ia64Sqldiag.Exe2005.90.3215.01,773,59209-Dec-20075:34ia64Sqldumper.Exe2005.90.3215.068,63209-Dec-200714:59×86Sqldumper.Exe2005.90.3215.0188,95209-Dec-20075:34ia64Sqlmanagerui.Dll9.0.3215.06,083,60809-Dec-200714:59×86Sqlsac.Exe2005.90.3215.01,246,23209-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-200714:59×86Sqlsqm.Exe9.0.3215.0128,02409-Dec-20075:34×86Sqlwb.Exe2005.90.3215.0823,83209-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-200714:59×86Sqlwtsn.Exe9.0.3215.099,35209-Dec-20075:34×86Ssradd.Dll2005.90.3215.042,52009-Dec-200714:59×86Ssradd.Dll2005.90.3215.094,74409-Dec-20075:34ia64Ssravg.Dll2005.90.3215.043,03209-Dec-200714:59×86Ssravg.Dll2005.90.3215.094,74409-Dec-20075:34ia64Ssrmax.Dll2005.90.3215.040,98409-Dec-200714:59×86Ssrmax.Dll2005.90.3215.088,08809-Dec-20075:34ia64Ssrmin.Dll2005.90.3215.040,98409-Dec-200714:59×86Ssrmin.Dll2005.90.3215.088,08809-Dec-20075:34ia64Ssrpub.Dll2005.90.3215.030,23209-Dec-200714:59×86Ssrpub.Dll2005.90.3215.064,53609-Dec-20075:34ia64Txmergejoin.Dll2005.90.3215.0140,82409-Dec-200714:59×86To uninstall the cumulative update package, follow these steps:In Control Panel, open Add or Remove Programs.In Add or Remove Programs, click Change or Remove Programs.To see all the updates for the SQL Server 2005 installation, click to select the Show Updates check box.Uninstall the cumulative hotfix package.

Cumulative update package 2 for SQL Server 2005 Service Pack 2 is available

Symptoms
Microsoft SQL Server 2005 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 2 hotfix to an installation of SQL Server 2005 Service Pack 2. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.
Cumulative Update 2 contains hotfixes for SQL Server 2005 issues that have been fixed since the release of Service Pack 2.
Note This build of the cumulative update package is also known as build 3175.
We recommend that you test hotfixes before you deploy them in a production environment. 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 2005 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:
937137?(http://support.microsoft.com/kb/937137/) The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released
Important notes about the cumulative update packageSQL Server 2005 hotfixes are now multilanguage. There is only one cumulative update package for all languages.One cumulative update package includes all the component packages. The cumulative update package updates only those components that are installed on the system.You must enable the SQL Server Management Object (SMO) extended stored procedures and the SQL Server Distributed Management Object (SQL-DMO) extended stored procedures before you install the cumulative update package. For more information about the SMO and DMO XPs option, see the SQL Server 2005 Books Online.Note SQL Server 2005 Books Online notes that the default setting of these stored procedures is 0 (off). However, this value is incorrect. By default, the setting is 1 (on).
Resolution
How to obtain Cumulative Update 2 for SQL Server 2005 Service Pack 2 A supported cumulative update package is now available from Microsoft. However, it is intended to correct only the problems that are described in this article. Apply it only to systems that are experiencing these specific problems. This cumulative update package may receive additional testing. Therefore, if you are not severely affected by any of these problems, we recommend that you wait for the next SQL Server 2005 service pack that contains the hotfixes in this cumulative update package.
If the cumulative update is available for download, there is a “Hotfix download available” section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the cumulative update package.
Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific cumulative update package. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support(http://support.microsoft.com/contactus/?ws=support)Note The “Hotfix Download Available” form displays the languages for which the cumulative update is available. If you do not see your language, it is because a cumulative update package is not available for that language.
SQL Server 2005 post-SP2 hotfixes that are included in cumulative update package 2 for SQL Server 2005 SP2Note Microsoft Knowledge Base articles that discuss these hotfixes will be released as the hotfixes become available. For more information about each bug, click the article number to view the article in the Microsoft Knowledge Base.
Collapse this tableExpand this table
SQL hotfix bug numberKnowledge Base article numberDescription50000927FIX: Partitions that has the proactive caching feature enabled may return values that exceed the values in the data source in SQL Server 2005 Analysis Services50000923935829?(http://support.microsoft.com/kb/935829/)FIX: You receive incorrect results when you run an MDX query against a dimension that contains a parent-child hierarchy in SQL Server 2005 Analysis Services50001018938087?(http://support.microsoft.com/kb/938087/)FIX: You experience problems when you use SQL Server Business Intelligence Development Studio to create an SSIS package after you install SQL Server 2005 Service Pack 250000885935832?(http://support.microsoft.com/kb/935832/)FIX: You cannot cancel an MDX query that runs for a long time in SQL Server 2005 Analysis Services50000925936262?(http://support.microsoft.com/kb/936262/)FIX: When you run an MDX query for the second time, the query does not run faster than the first time that you ran the query in SQL Server 2005 Analysis Services50000898936261?(http://support.microsoft.com/kb/936261/)FIX: The process stops responding and the CPU utilization reaches 100 percent when you process a partition in SQL Server 2005 Analysis Services50000899935831?(http://support.microsoft.com/kb/935831/)FIX: The operation takes a long time to be completed when you process a partition that has proactive caching enabled in SQL Server 2005 Analysis Services50000802932180?(http://support.microsoft.com/kb/932180/)FIX: The Cluster Discrimination tab is empty when you browse a clustering model of SQL Server 2005 Analysis Services in SQL Server BIDS50000924936863?(http://support.microsoft.com/kb/936863/)FIX: Some MDX queries may run slower and consume more memory after you install SQL Server 2005 Analysis Services Service Pack 250000732932331?(http://support.microsoft.com/kb/932331/)FIX: Error message when you try to build a mining model that contains lots of data on a 32-bit SQL Server 2005 Analysis Services server: “Memory error: Allocation failure: Not enough storage is available to the process command”50000926935360?(http://support.microsoft.com/kb/935360/)FIX: Error message when you run an MDX query that retrieves data from an Analysis Services database: “An error occurred while the dimension, with the ID of ‘<DatabaseName>’, Name of ‘<DimensionName>’ was being processed”50001001932610?(http://support.microsoft.com/kb/932610/)FIX: Error message when you run an MDX query in SQL Server 2005 Analysis Services: “An unexpected error occurred (file ‘pffilestore.cpp’, line 3267, function ‘PFFileStore::HandleDataPageFault’)”50000920935341?(http://support.microsoft.com/kb/935341/)FIX: Error message when you run an MDX query against a measure in SQL Server 2005 Analysis Services: “An internal error has occurred”50000726932106?(http://support.microsoft.com/kb/932106/)FIX: Error message when you run a DMX query that uses a linked server to query data from a Microsoft SQL Server 2005 Analysis Services server: “The following system error occurred: Logon failure: unknown user name or bad password”50000883933519?(http://support.microsoft.com/kb/933519/)FIX: Error message when the Log Reader Agent runs for a transactional publication in SQL Server 2005: “Invalid Text Info Block for UpdateText”50000890936254?(http://support.microsoft.com/kb/936254/)FIX: An MDX query may be slow if it reads from an aggregation that has less than 4,096 records in SQL Server 2005 Analysis Services50000871935830?(http://support.microsoft.com/kb/935830/)FIX: A server may start slowly if you have SQL Server 2005 Analysis Services installed and if many objects are stored on the server50001017938085?(http://support.microsoft.com/kb/938085/)A clean-up task does not delete database maintenance plan reports after you install SQL Server 2005 Service Pack 250001042A System.FormatException exception occurs in a .NET Framework 2.0 application when you use the ADOMD.NET data provider to retrieve numeric data from SQL Server 2005 Analysis Services50001096An exception occurs when you open the query builder in SQL Server 2005 Reporting Services on a computer that is running a Spanish version of Microsoft Windows50001054After you install SQL Server 2005 Service Pack 2, the granularity of subcube requests appears to be at the key attribute of parent/child dimensions, and you experience slow performance when you query the parent/child dimension in SQL Server 2005 Analysis Services50001100933762?(http://support.microsoft.com/kb/933762/)FIX: You receive error 18815 when the Log Reader Agent runs for a transactional publication in SQL Server 200550001041932608?(http://support.microsoft.com/kb/932608/)FIX: You obtain an incorrect prediction when you browse a mining structure that is created by using the Microsoft Association algorithm in SQL Server 2005 Analysis Services50001122936968?(http://support.microsoft.com/kb/936968/)FIX: You may receive incorrect results when you run a Multidimensional Expressions (MDX) query and the WHERE clause and the SELECT clause in the query contain different attributes of the same dimension in SQL Server 2005 Analysis Services50001141933265?(http://support.microsoft.com/kb/933265/)FIX: You may receive error 1203 when you run an INSERT statement against a table that has an identity column in SQL Server 200550001095932393?(http://support.microsoft.com/kb/932393/)FIX: You may experience poor performance after you install SQL Server 2005 Service Pack 150001094932990?(http://support.microsoft.com/kb/932990/)FIX: You cannot obtain statements in the current batch in SQL Server 2005 by using the DBCC INPUTBUFFER statement, trace flag 1204, deadlock graph event class, or Activity Monitor50001140934066?(http://support.microsoft.com/kb/934066/)FIX: The row of data on the publisher and the row of data on the subscriber may be inconsistent in a merge publication after synchronization has occurred in SQL Server 200550001126936080?(http://support.microsoft.com/kb/936080/)FIX: Some values of measures in a cube unexpectedly appear as “#N/A” when you enable the “Enable read-contingent permissions” option for the cube in SQL Server 2005 Analysis Services Service Pack 250001040932609?(http://support.microsoft.com/kb/932609/)FIX: Error message when you use the Association Rules algorithm to process a data mining model in SQL Server 2005 Analysis Services: “This number of attributes exceeds the attribute limit of 5000 allowed by the current version of the algorithm”50001046934713?(http://support.microsoft.com/kb/934713/)FIX: Error message when you run the CHECKPOINT statement after you restore a database that has a read-only user-defined filegroup in SQL Server 2005: “The operating system returned error 5(Access is denied.) to SQL Server”50001045938913?(http://support.microsoft.com/kb/938913/)FIX: Error message when you run a maintenance plan that contains a Back Up Database task in Microsoft SQL Server 2005 Service Pack 2: “0×80004003: Object reference not set to an instance of an object”50001056935922?(http://support.microsoft.com/kb/935922/)FIX: Error message when you install Microsoft Dynamics CRM:”Setup failed to validate specified Reporting Services Report Server” or “Setup requires SQL Server Reporting Services 2005 Hotfix for role creation on SQL Reporting Service SP2 Workgroup edition”50001101934065?(http://support.microsoft.com/kb/934065/)FIX: Error message when the Replication Merge Agent runs to synchronize a merge replication subscription in SQL Server 2005: “The merge process failed to execute a query because the query timed out”50001020936185?(http://support.microsoft.com/kb/936185/)FIX: Blocking and performance problems may occur when you enable trace flag 1118 in SQL Server 2005 if the temporary table creation workload is high50001024934734?(http://support.microsoft.com/kb/934734/)FIX: A database is marked as suspect when you update a table that contains a nonclustered index in SQL Server 200550001180936488?(http://support.microsoft.com/kb/936488/)When you install a SQL Server 2005 service pack or a SQL Server 2005 hotfix, the installation stops unexpectedly50001184938748?(http://support.microsoft.com/kb/938748/)FIX: You obtain inconsistent results when you run an MDX query that uses the Siblings function against an instance of SQL Server 2005 Analysis Services compared to an instance of SQL Server 2000 Analysis Services50001230926292?(http://support.microsoft.com/kb/926292/)FIX: When you query through a view that uses the ORDER BY clause in SQL Server 2005, the result is still returned in random order50001207937090?(http://support.microsoft.com/kb/937090/)FIX: The Report Designer or the Report Manager stops responding when you try to export a SQL Server 2005 Reporting Services report to a PDF file or a TIFF file50001217938077?(http://support.microsoft.com/kb/938077/)FIX: The client application stops responding, and the Msmdsrv.exe process uses all the available memory after you perform the filtering operation and the browsing operation against an instance of SQL Server 2005 Analysis Services50001253938911?(http://support.microsoft.com/kb/938911/)FIX: Event ID: 21421 occurs when you use the Microsoft Operations Manager 2005 agent to monitor a clustered instance of SQL Server 2005 in a clustered environment50001256938102?(http://support.microsoft.com/kb/938102/)FIX: Error messages when you run a query that references a view in SQL Server 2005 Service Pack 2: “A severe error occurred on the current command. The results, if any, should be discarded”50001186936223?(http://support.microsoft.com/kb/936223/)FIX: Error messages when you run a query against a linked server that you create in SQL Server 2005: “Statement(s) could not be prepared” and “The column prefix ‘<column_prefix_name>’ does not match with a table name or alias name used in the query”50001192936253?(http://support.microsoft.com/kb/936253/)FIX: Error messages are logged, and some threads may not sort the data successfully if many threads are displaying a report in SQL Server 2005 Reporting Services50001212FIX: Error message when you use the Playback Capture Wizard (PCW) to capture a backup of a database that is larger than 2 terabytes: “Unable to obtain required information about the server”50001232936728?(http://support.microsoft.com/kb/936728/)FIX: Error message when you run a SQL Server 2005 Integration Services (SSIS) package that contains a Fuzzy Lookup transformation: “System.Data.SqlClient.SqlException Error number 8101 is invalid”50001248937033?(http://support.microsoft.com/kb/937033/)FIX: Error message when you run a linked server query in SQL Server 2005: “The oledbprovider unisys.dmsII.1 for linkserver ‘<ServerName>’ reported an error the provider ran out of memory”50001235938750?(http://support.microsoft.com/kb/938750/)FIX: Error message when you connect to an instance of SQL Server 2005 Analysis Services after you cancel an MDX query that has been running for a long time: “A connection attempt failed because the connected party did not properly respond”50001158936534?(http://support.microsoft.com/kb/936534/)FIX: Error message when the Distribution Agent tries to apply the snapshot to the subscriber in SQL Server 2005: “Must declare the scalar variable “@Variable”"50001251937041?(http://support.microsoft.com/kb/937041/)FIX: Changes in the publisher database are not replicated to the subscribers in a transactional replication if the publisher database runs exposed in a database mirroring session in SQL Server 200550001183936489?(http://support.microsoft.com/kb/936489/)FIX: A SQL Server assertion is logged in the Errorlog file when the Log Reader Agent runs for a transactional publication in SQL Server 200550001169938825?(http://support.microsoft.com/kb/938825/)FIX: A foreign key constraint that you drop on a table at the publisher is not dropped on the table at the subscriber in a SQL Server 2005 merge replication50001170936891?(http://support.microsoft.com/kb/936891/)A memory leak may occur when the Merge Replication Agent retries a connection in SQL Server 200550001259Error message when you use the SQL Server Native Client to bulk insert data into a column of a large object data type in SQL Server 2005: “Conversions not allowed using bcp_moretext”50001317937745?(http://support.microsoft.com/kb/937745/)FIX: You may receive error messages when you try to log in to an instance of SQL Server 2005 and SQL Server handles many concurrent connections50001313938915?(http://support.microsoft.com/kb/938915/)FIX: You cannot select the child parameters even after you select the parent parameter when you use the Report Viewer Web part on a SharePoint site to view a SQL Server 2005 Reporting Services report50001263934812?(http://support.microsoft.com/kb/934812/)FIX: You cannot bring the SQL Server group online in a cluster environment after you rename the virtual server name of the default instance of SQL Server 200550001288938675?(http://support.microsoft.com/kb/938675/)FIX: The update may take a longer time to complete in SQL Server 2005 than in SQL Server 2000 when you update subscribers of a transactional publication that has immediate updating subscriptions enabled50001293938916?(http://support.microsoft.com/kb/938916/)FIX: The status of the shared schedule appears as Paused after you click Resume when you use Report Manager in SQL Server 2005 Reporting Services SP250001323937792?(http://support.microsoft.com/kb/937792/)FIX: The data mining model that you build by using the association algorithms contains only one rule in SQL Server 2005 Analysis Services50001270937149?(http://support.microsoft.com/kb/937149/)FIX: Rows in a table are not aligned correctly in a SQL Server 2005 Reporting Services report when you view the deployed report in a browser50001291938912?(http://support.microsoft.com/kb/938912/)FIX: In a maintenance plan, the databases that you selected are no longer selected when you edit a Back Up Database task in SQL Server 2005 Service Pack 250001319938068?(http://support.microsoft.com/kb/938068/)FIX: Hebrew characters are incorrectly converted when you synchronize a replication subscription in SQL Server 200550001283937829?(http://support.microsoft.com/kb/937829/)FIX: Error message when you run an MDX query against a database in SQL Server 2005 Service Pack 2: “An unexpected exception occured”50001299938697?(http://support.microsoft.com/kb/938697/)FIX: Error message when you run a query that references a temporary table in SQL Server 2005: “Internal error. Buffer provided to read column value is too small. Run DBCC CHECKDB to check for any corruption”50001287937533?(http://support.microsoft.com/kb/937533/)FIX: Error message when you run a query in SQL Server 2005: “Cannot insert duplicate key row in object <TableName> with unique index <IndexName>”50001284938823?(http://support.microsoft.com/kb/938823/)FIX: Dates in the Datetimepicker control appear in the incorrect format when you view a report of SQL Server 2005 Reporting Services with SP2 on a server that is set to a German locale50001268937521?(http://support.microsoft.com/kb/937521/)FIX: An access violation may occur when you run a query that uses a hash join hint in the x64 version of SQL Server 2005 Service Pack 250001286938585?(http://support.microsoft.com/kb/938585/)FIX: Additional data columns for ascendant members are returned unexpectedly when you run an MDX statement against an instance of SQL Server 2005 Analysis Services that has SQL Server 2005 Service Pack 2 installed50001312937277?(http://support.microsoft.com/kb/937277/)FIX: A memory leak occurs when you use the sp_OAMethod stored procedure or the sp_OAGetProperty stored procedure to call a method of a COM object in SQL Server 200550001346935446?(http://support.microsoft.com/kb/935446/)FIX: You receive error messages when you use the BULK INSERT statement in SQL Server 2005 to import data in bulk50001355938682?(http://support.microsoft.com/kb/938682/)FIX: You receive an access violation when you process an object or alter an object after you run an MDX query against the object in Microsoft SQL Server 2005 Analysis Services50001340937544?(http://support.microsoft.com/kb/937544/)FIX: You may receive error 3456 when you try to restore a transaction log for a SQL Server 2005 database50001385936595?(http://support.microsoft.com/kb/936595/)FIX: The estimate of the number of children that a dimension member has may be inaccurate when you request the CHILDREN_CARDINALITY property for a dimension member in SQL Server 2005 Analysis Services50001347938671?(http://support.microsoft.com/kb/938671/)FIX: The Distribution Agent may skip some rows when you configure a transactional replication that uses the “-SkipErrors” parameter in SQL Server 200550001339937545?(http://support.microsoft.com/kb/937545/)FIX: Error message when you use the BULK INSERT statement to import a data file into a table in SQL Server 2005 with SP1: “The OLE DB provider “BULK” for linked server “(null)” reported an error”50001335938050?(http://support.microsoft.com/kb/938050/)FIX: Error message when you try to synchronize a SQL Server 2005 Compact Edition subscription again: “The common generation watermark is invalid at this replica since it does not exist”50001342937969?(http://support.microsoft.com/kb/937969/)FIX: Error message when you import data from a flat file in a SQL Server 2005 Integration Services (SSIS) package: “There is a partial row at the end of the file”50001329938049?(http://support.microsoft.com/kb/938049/)FIX: An SSIS package stops responding when you run the package and the package contains a data flow task that contains one or more MergeJoin transformations in SQL Server 2005
Cumulative update package informationPrerequisitesMicrosoft SQL Server 2005 Service Pack 2 (SP2)For more information about how to obtain SQL Server 2005 Service Pack 2, click the following article number to view the article in the Microsoft Knowledge Base:
913089?(http://support.microsoft.com/kb/913089/) How to obtain the latest service pack for SQL Server 2005Restart informationThe SQL Server service must be restarted. The Setup program restarts the SQL Server service. You may also have to restart the computer.Registry informationYou do not have to change the registry.File informationThis cumulative update package contains only those files that are required to correct the issues that this article lists. This cumulative update package may not contain all the files that you must have to fully update a product to the latest build.
The English version of this cumulative update package has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.SQL Server 2005 Database Engine, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200715:05×86Msmdlocal.dll9.0.3175.015,948,14414-Jun-200715:05×86Mssqlsystemresource.ldfNot applicable524,28814-Jun-200711:22Not applicableMssqlsystemresource.mdfNot applicable40,173,56814-Jun-200711:22Not applicableOdsole70.dll2005.90.3175.059,24814-Jun-200715:05×86Rdistcom.dll2005.90.3175.0644,97614-Jun-200715:05×86Replmerg.exe2005.90.3175.0320,88014-Jun-200715:05×86Replrec.dll2005.90.3175.0784,75214-Jun-200715:05×86Sqlaccess.dll2005.90.3175.0350,57614-Jun-200715:05×86Sqlservr.exe2005.90.3175.029,193,07214-Jun-200715:05×86Sqlwep.dll2005.90.3175.090,99214-Jun-200715:05×86Sqsrvres.dll2005.90.3175.070,51214-Jun-200715:05×86Sysdbupg.sqlNot applicable510,62213-Jun-200720:46Not applicableXpstar90.dll2005.90.3175.0295,79214-Jun-200715:05×86SQL Server 2005 Analysis Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAs80.xslNot applicable16,80113-Jun-200719:46Not applicableAs80.xslNot applicable16,80113-Jun-200720:46Not applicableAs90.xslNot applicable18,29113-Jun-200719:46Not applicableAs90.xslNot applicable18,29113-Jun-200720:46Not applicableDb2v0801.xslNot applicable29,49713-Jun-200720:46Not applicableMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.datawarehouse.dll9.0.3175.01,279,34414-Jun-200715:05×86Msadomdx.dll9.0.3175.0502,64014-Jun-200715:05×86Msjet.xslNot applicable28,51913-Jun-200719:46Not applicableMsjet.xslNot applicable28,51913-Jun-200720:46Not applicableMsmdlocal.dll9.0.3175.015,948,14414-Jun-200714:05×86Msmdlocal.dll9.0.3175.015,948,14414-Jun-200715:05×86Msmdspdm.dll9.0.3175.0202,09614-Jun-200715:05×86Msmdsrv.exe9.0.3175.014,916,46414-Jun-200715:05×86Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200714:05×86Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200715:05×86Msolap90.dll9.0.3175.04,299,12014-Jun-200714:05×86Orcl7.xslNot applicable32,05813-Jun-200720:46Not applicableSql2000.xslNot applicable33,62113-Jun-200719:46Not applicableSql2000.xslNot applicable33,62113-Jun-200720:46Not applicableSql70.xslNot applicable31,69913-Jun-200719:46Not applicableSql70.xslNot applicable31,69913-Jun-200720:46Not applicableSql90.xslNot applicable38,95313-Jun-200719:46Not applicableSql90.xslNot applicable38,95313-Jun-200720:46Not applicableTrdtv2r41.xslNot applicable26,91413-Jun-200720:46Not applicableSQL Server 2005 Reporting Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformF1_rsc_webui_standalone_027m.htmNot applicable4,27605-Oct-200613:16Not applicableF1_rsc_webui_standalone_0fe8.htmNot applicable11,78413-Jun-200512:47Not applicableF1_rsc_webui_standalone_0fqp.htmNot applicable6,73905-Oct-200613:16Not applicableF1_rsc_webui_standalone_0k36.htmNot applicable5,06613-Jun-200512:47Not applicableF1_rsc_webui_standalone_127o.htmNot applicable9,41513-Jun-200512:47Not applicableF1_rsc_webui_standalone_276q.htmNot applicable3,61113-Jun-200512:47Not applicableHlp_16datasource.gifNot applicable94414-Jun-200615:55Not applicableHlp_16doc.gifNot applicable12313-Jun-200512:47Not applicableHlp_16file.gifNot applicable89113-Jun-200512:47Not applicableHlp_16folder.gifNot applicable90413-Jun-200512:47Not applicableHlp_16linked.gifNot applicable90913-Jun-200512:47Not applicableMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3175.0558,44814-Jun-200715:05×86Microsoft.reportingservices.diagnostics.dll9.0.3175.0800,11214-Jun-200715:05×86Microsoft.reportingservices.htmlrendering.dll9.0.3175.0308,59214-Jun-200715:05×86Microsoft.reportingservices.imagerendering.dll9.0.3175.0288,11214-Jun-200715:05×86Msadomdx.dll9.0.3175.0502,64014-Jun-200715:05×86Msmdlocal.dll9.0.3175.015,948,14414-Jun-200715:05×86Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200715:05×86Reportingserviceslibrary.dll9.0.3175.01,119,60014-Jun-200715:05×86Reportingservicesservice.exe9.0.3175.017,26414-Jun-200715:05×86Reportingserviceswebserver.dll9.0.3175.01,725,80814-Jun-200715:05×86SQL Server 2005 Notification Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Nsservice.exe9.0.3175.021,87214-Jun-200715:05×86SQL Server 2005 Integration Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformFlatfiledest.dll2005.90.3175.0256,36814-Jun-200715:05×86Flatfilesrc.dll2005.90.3175.0265,07214-Jun-200715:05×86Microsoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.sqlserver.dmquerytask.dll9.0.3175.0333,16814-Jun-200715:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200715:05×86Msdtssrvr.exe9.0.3175.0206,19214-Jun-200715:05×86Msmdlocal.dll9.0.3175.015,948,14414-Jun-200715:05×86Txmergejoin.dll2005.90.3175.0141,16814-Jun-200715:05×86SQL Server 2005 Tools, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAddlogintoserverrole.sqlNot applicable28214-Jun-200616:41Not applicableAddnon-sqlserveraslinkedserver.sqlNot applicable79214-Jun-200616:41Not applicableAddusertodatabaserole.sqlNot applicable25614-Jun-200616:41Not applicableAs80.xslNot applicable16,80113-Jun-200719:46Not applicableAs80.xslNot applicable16,80113-Jun-200720:46Not applicableAs90.xslNot applicable18,29113-Jun-200719:46Not applicableAs90.xslNot applicable18,29113-Jun-200720:46Not applicableCreateinsteadoftriggerbasictemplate.sqlNot applicable51114-Jun-200616:41Not applicableCreateprocedurewithcursoroutputparameter.sqlNot applicable1,43014-Jun-200616:41Not applicableCreateprocedurewithoutputparameter.sqlNot applicable1,11014-Jun-200616:41Not applicableCreatetriggercontainedifcolumns_updated.sqlNot applicable66814-Jun-200616:41Not applicableDb2v0801.xslNot applicable29,49713-Jun-200720:46Not applicableDroploginfromserverrole.sqlNot applicable28614-Jun-200616:41Not applicableDropuserfromdatabaserole.sqlNot applicable26014-Jun-200616:41Not applicableFlatfiledest.dll2005.90.3175.0256,36814-Jun-200715:05×86Flatfilesrc.dll2005.90.3175.0265,07214-Jun-200715:05×86Grantsqlserveraccess.sqlNot applicable23614-Jun-200616:41Not applicableMicrosoft.analysisservices.controls.dll9.0.3175.02,766,19214-Jun-200715:05×86Microsoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.datawarehouse.dll9.0.3175.01,279,34414-Jun-200715:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3175.0558,44814-Jun-200715:05×86Microsoft.reportingservices.diagnostics.dll9.0.3175.0800,11214-Jun-200715:05×86Microsoft.reportingservices.htmlrendering.dll9.0.3175.0308,59214-Jun-200715:05×86Microsoft.reportingservices.imagerendering.dll9.0.3175.0288,11214-Jun-200715:05×86Microsoft.sqlserver.dmquerytask.dll9.0.3175.0333,16814-Jun-200715:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200715:05×86Microsoft.sqlserver.maintenanceplantasksui.dll9.0.3175.0722,28814-Jun-200715:05×86Msadomdx.dll9.0.3175.0502,64014-Jun-200715:05×86Msjet.xslNot applicable28,51913-Jun-200719:46Not applicableMsjet.xslNot applicable28,51913-Jun-200720:46Not applicableMsmdlocal.dll9.0.3175.015,948,14414-Jun-200714:05×86Msmdlocal.dll9.0.3175.015,948,14414-Jun-200715:05×86Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200714:05×86Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200715:05×86Msolap90.dll9.0.3175.04,299,12014-Jun-200714:05×86Orcl7.xslNot applicable32,05813-Jun-200720:46Not applicableReplrec.dll2005.90.3175.0784,75214-Jun-200715:05×86Reportingserviceslibrary.dll9.0.3175.01,119,60014-Jun-200715:05×86Revokesqlserveraccess.sqlNot applicable23814-Jun-200616:41Not applicableSql2000.xslNot applicable33,62113-Jun-200719:46Not applicableSql2000.xslNot applicable33,62113-Jun-200720:46Not applicableSql70.xslNot applicable31,69913-Jun-200719:46Not applicableSql70.xslNot applicable31,69913-Jun-200720:46Not applicableSql90.xslNot applicable38,95313-Jun-200719:46Not applicableSql90.xslNot applicable38,95313-Jun-200720:46Not applicableSqlwb.exe2005.90.3175.0824,17614-Jun-200715:05×86Trdtv2r41.xslNot applicable26,91413-Jun-200720:46Not applicableTxmergejoin.dll2005.90.3175.0141,16814-Jun-200715:05×86SQL Server 2005 Database Engine, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200714:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200714:05×86Msmdlocal.dll9.0.3175.015,948,14414-Jun-200714:05×86Mssqlsystemresource.ldfNot applicable524,28814-Jun-200710:22Not applicableMssqlsystemresource.mdfNot applicable40,173,56814-Jun-200710:22Not applicableOdsole70.dll2005.90.3175.090,48014-Jun-200716:41×64Rdistcom.dll2005.90.3175.0828,78414-Jun-200716:41×64Replmerg.exe2005.90.3175.0417,64814-Jun-200716:41×64Replrec.dll2005.90.3175.01,011,56814-Jun-200716:41×64Sqlaccess.dll2005.90.3175.0357,74414-Jun-200716:41×86Sqlservr.exe2005.90.3175.039,674,22414-Jun-200716:41×64Sqlwep.dll2005.90.3175.090,99214-Jun-200714:05×86Sqlwep.dll2005.90.3175.0123,76014-Jun-200716:41×64Sqsrvres.dll2005.90.3175.083,31214-Jun-200716:41×64Sysdbupg.sqlNot applicable510,62213-Jun-200719:46Not applicableXpstar90.dll2005.90.3175.0546,67214-Jun-200716:41×64SQL Server 2005 Analysis Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAs80.xslNot applicable16,80113-Jun-200719:46Not applicableAs90.xslNot applicable18,29113-Jun-200719:46Not applicableDb2v0801.xslNot applicable29,49713-Jun-200719:46Not applicableMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200714:05×86Microsoft.datawarehouse.dll9.0.3175.01,279,34414-Jun-200714:05×86Msadomdx.dll9.0.3175.0502,64014-Jun-200714:05×86Msjet.xslNot applicable28,51913-Jun-200719:46Not applicableMsmdlocal.dll9.0.3175.015,948,14414-Jun-200714:05×86Msmdlocal.dll9.0.3175.032,184,68814-Jun-200716:41×64Msmdspdm.dll9.0.3175.0202,09614-Jun-200716:41×86Msmdsrv.exe9.0.3175.031,573,36014-Jun-200716:41×64Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200714:05×86Msmgdsrv.dll9.0.3175.09,803,12014-Jun-200716:41×64Msolap90.dll9.0.3175.04,299,12014-Jun-200714:05×86Msolap90.dll9.0.3175.05,928,81614-Jun-200716:41×64Orcl7.xslNot applicable32,05813-Jun-200719:46Not applicableSql2000.xslNot applicable33,62113-Jun-200719:46Not applicableSql70.xslNot applicable31,69913-Jun-200719:46Not applicableSql90.xslNot applicable38,95313-Jun-200719:46Not applicableTrdtv2r41.xslNot applicable26,91413-Jun-200719:46Not applicableSQL Server 2005 Reporting Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformF1_rsc_webui_standalone_027m.htmNot applicable4,27605-Oct-200612:16Not applicableF1_rsc_webui_standalone_0fe8.htmNot applicable11,78413-Jun-200511:47Not applicableF1_rsc_webui_standalone_0fqp.htmNot applicable6,73905-Oct-200612:16Not applicableF1_rsc_webui_standalone_0k36.htmNot applicable5,06613-Jun-200511:47Not applicableF1_rsc_webui_standalone_127o.htmNot applicable9,41513-Jun-200511:47Not applicableF1_rsc_webui_standalone_276q.htmNot applicable3,61113-Jun-200511:47Not applicableHlp_16datasource.gifNot applicable94414-Jun-200614:55Not applicableHlp_16doc.gifNot applicable12313-Jun-200511:47Not applicableHlp_16file.gifNot applicable89113-Jun-200511:47Not applicableHlp_16folder.gifNot applicable90413-Jun-200511:47Not applicableHlp_16linked.gifNot applicable90913-Jun-200511:47Not applicableMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200714:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3175.0558,44814-Jun-200716:41×86Microsoft.reportingservices.diagnostics.dll9.0.3175.0800,11214-Jun-200716:41×86Microsoft.reportingservices.htmlrendering.dll9.0.3175.0308,59214-Jun-200716:41×86Microsoft.reportingservices.imagerendering.dll9.0.3175.0288,11214-Jun-200716:41×86Msadomdx.dll9.0.3175.0502,64014-Jun-200714:05×86Msmdlocal.dll9.0.3175.032,184,68814-Jun-200716:41×64Msmgdsrv.dll9.0.3175.09,803,12014-Jun-200716:41×64Reportingserviceslibrary.dll9.0.3175.01,119,60014-Jun-200716:41×86Reportingservicesservice.exe9.0.3175.017,26414-Jun-200716:41×86Reportingserviceswebserver.dll9.0.3175.01,725,80814-Jun-200716:41×86SQL Server 2005 Notification Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200714:05×86Nsservice.exe9.0.3175.021,87214-Jun-200716:41×86SQL Server 2005 Integration Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformFlatfiledest.dll2005.90.3175.0421,23214-Jun-200716:41×64Flatfilesrc.dll2005.90.3175.0430,96014-Jun-200716:41×64Microsoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200714:05×86Microsoft.sqlserver.dmquerytask.dll9.0.3175.0333,16814-Jun-200714:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200714:05×86Msdtssrvr.exe9.0.3175.0202,09614-Jun-200716:41×64Msmdlocal.dll9.0.3175.032,184,68814-Jun-200716:41×64Txmergejoin.dll2005.90.3175.0235,88814-Jun-200716:41×64SQL Server 2005 Tools, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAddlogintoserverrole.sqlNot applicable28214-Jun-200615:41Not applicableAddnon-sqlserveraslinkedserver.sqlNot applicable79214-Jun-200615:41Not applicableAddsqlserveraslinkedserver.sqlNot applicable36714-Jun-200615:41Not applicableAddsqlserverlogin.sqlNot applicable46714-Jun-200615:41Not applicableAs80.xslNot applicable16,80113-Jun-200719:46Not applicableAs90.xslNot applicable18,29113-Jun-200719:46Not applicableAttachdatabasetemplate.sqlNot applicable45414-Jun-200615:41Not applicableAttachsinglefiledatabase.sqlNot applicable49114-Jun-200615:41Not applicableCreatedatabasemultiplefilegroups.sqlNot applicable1,92614-Jun-200615:41Not applicableCreatedatabaseonmultiplefiles.sqlNot applicable1,39614-Jun-200615:41Not applicableCreatedatabasespecifyingcollation.sqlNot applicable66814-Jun-200615:41Not applicableCreateinsteadoftriggerbasictemplate.sqlNot applicable51114-Jun-200615:41Not applicableCreateprocedurewithoutputparameter.sqlNot applicable1,11014-Jun-200615:41Not applicableCreaterequestresponsewithactivation.sqlNot applicable2,77913-Jun-200512:30Not applicableCreatetriggercontainedifupdate.sqlNot applicable64814-Jun-200615:41Not applicableDb2v0801.xslNot applicable29,49713-Jun-200719:46Not applicableDenysqlserveraccess.sqlNot applicable23414-Jun-200615:41Not applicableDetachdatabasetemplate.sqlNot applicable27914-Jun-200615:41Not applicableDropsqlserverlogin.sqlNot applicable20114-Jun-200615:41Not applicableFlatfiledest.dll2005.90.3175.0256,36814-Jun-200714:05×86Flatfilesrc.dll2005.90.3175.0265,07214-Jun-200714:05×86Grantdatabaseaccess.sqlNot applicable30714-Jun-200615:41Not applicableGrantsqlserveraccess.sqlNot applicable23614-Jun-200615:41Not applicableMicrosoft.analysisservices.controls.dll9.0.3175.02,766,19214-Jun-200714:05×86Microsoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200714:05×86Microsoft.datawarehouse.dll9.0.3175.01,279,34414-Jun-200714:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3175.0558,44814-Jun-200714:05×86Microsoft.reportingservices.diagnostics.dll9.0.3175.0800,11214-Jun-200714:05×86Microsoft.reportingservices.htmlrendering.dll9.0.3175.0308,59214-Jun-200714:05×86Microsoft.reportingservices.imagerendering.dll9.0.3175.0288,11214-Jun-200714:05×86Microsoft.sqlserver.dmquerytask.dll9.0.3175.0333,16814-Jun-200714:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200714:05×86Microsoft.sqlserver.maintenanceplantasksui.dll9.0.3175.0722,28814-Jun-200714:05×86Microsoft.visualstudio.templatewizardinterface.dll8.0.50727.4215,87223-Sep-200506:56×86Msadomdx.dll9.0.3175.0502,64014-Jun-200714:05×86Msjet.xslNot applicable28,51913-Jun-200719:46Not applicableMsmdlocal.dll9.0.3175.015,948,14414-Jun-200714:05×86Msmdlocal.dll9.0.3175.032,184,68814-Jun-200716:41×64Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200714:05×86Msmgdsrv.dll9.0.3175.09,803,12014-Jun-200716:41×64Msolap90.dll9.0.3175.04,299,12014-Jun-200714:05×86Msolap90.dll9.0.3175.05,928,81614-Jun-200716:41×64Orcl7.xslNot applicable32,05813-Jun-200719:46Not applicableReplrec.dll2005.90.3175.0784,75214-Jun-200714:05×86Replrec.dll2005.90.3175.01,011,56814-Jun-200716:41×64Reportingserviceslibrary.dll9.0.3175.01,119,60014-Jun-200714:05×86Revokedatabaseaccess.sqlNot applicable27414-Jun-200615:41Not applicableRevokesqlserveraccess.sqlNot applicable23814-Jun-200615:41Not applicableScrollcursorwithvariousfetchoptions.sqlNot applicable1,12214-Jun-200615:41Not applicableSql2000.xslNot applicable33,62113-Jun-200719:46Not applicableSql70.xslNot applicable31,69913-Jun-200719:46Not applicableSql90.xslNot applicable38,95313-Jun-200719:46Not applicableSqlwb.exe2005.90.3175.0824,17614-Jun-200714:05×86Trdtv2r41.xslNot applicable26,91413-Jun-200719:46Not applicableTxmergejoin.dll2005.90.3175.0141,16814-Jun-200714:05×86Updateextendedproperty.sqlNot applicable44714-Jun-200615:41Not applicableSQL Server 2005 Database Engine, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200715:05×86Msmdlocal.dll9.0.3175.049,904,49614-Jun-200719:56IA-64Mssqlsystemresource.ldfNot applicable524,28814-Jun-200711:22Not applicableMssqlsystemresource.mdfNot applicable40,173,56814-Jun-200711:22Not applicableOdsole70.dll2005.90.3175.0179,56814-Jun-200719:56IA-64Rdistcom.dll2005.90.3175.01,885,55214-Jun-200719:56IA-64Replmerg.exe2005.90.3175.0957,29614-Jun-200719:56IA-64Replrec.dll2005.90.3175.02,145,13614-Jun-200719:56IA-64Sqlaccess.dll2005.90.3175.0352,11214-Jun-200719:56×86Sqlservr.exe2005.90.3175.072,530,80014-Jun-200719:56IA-64Sqlwep.dll2005.90.3175.090,99214-Jun-200715:05×86Sqlwep.dll2005.90.3175.0221,04014-Jun-200719:56IA-64Sqsrvres.dll2005.90.3175.0147,31214-Jun-200719:56IA-64Sysdbupg.sqlNot applicable510,62213-Jun-200720:46Not applicableXpstar90.dll2005.90.3175.0957,29614-Jun-200719:56IA-64SQL Server 2005 Analysis Services, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAs80.xslNot applicable16,80113-Jun-200719:46Not applicableAs80.xslNot applicable16,80113-Jun-200720:46Not applicableAs90.xslNot applicable18,29113-Jun-200719:46Not applicableAs90.xslNot applicable18,29113-Jun-200720:46Not applicableDb2v0801.xslNot applicable29,49713-Jun-200720:46Not applicableMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.datawarehouse.dll9.0.3175.01,279,34414-Jun-200715:05×86Msadomdx.dll9.0.3175.0502,64014-Jun-200715:05×86Msjet.xslNot applicable28,51913-Jun-200719:46Not applicableMsjet.xslNot applicable28,51913-Jun-200720:46Not applicableMsmdlocal.dll9.0.3175.015,948,14414-Jun-200714:05×86Msmdlocal.dll9.0.3175.049,904,49614-Jun-200719:56IA-64Msmdspdm.dll9.0.3175.0202,09614-Jun-200719:56×86Msmdsrv.exe9.0.3175.048,855,40814-Jun-200719:56IA-64Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200714:05×86Msmgdsrv.dll9.0.3175.013,169,00814-Jun-200719:56IA-64Msolap90.dll9.0.3175.04,299,12014-Jun-200714:05×86Msolap90.dll9.0.3175.07,908,72014-Jun-200719:56IA-64Orcl7.xslNot applicable32,05813-Jun-200720:46Not applicableSql2000.xslNot applicable33,62113-Jun-200719:46Not applicableSql2000.xslNot applicable33,62113-Jun-200720:46Not applicableSql70.xslNot applicable31,69913-Jun-200719:46Not applicableSql70.xslNot applicable31,69913-Jun-200720:46Not applicableSql90.xslNot applicable38,95313-Jun-200719:46Not applicableSql90.xslNot applicable38,95313-Jun-200720:46Not applicableTrdtv2r41.xslNot applicable26,91413-Jun-200720:46Not applicableSQL Server 2005 Reporting Services, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformF1_rsc_webui_standalone_027m.htmNot applicable4,27605-Oct-200613:16Not applicableF1_rsc_webui_standalone_0fe8.htmNot applicable11,78413-Jun-200512:47Not applicableF1_rsc_webui_standalone_0fqp.htmNot applicable6,73905-Oct-200613:16Not applicableF1_rsc_webui_standalone_0k36.htmNot applicable5,06613-Jun-200512:47Not applicableF1_rsc_webui_standalone_127o.htmNot applicable9,41513-Jun-200512:47Not applicableF1_rsc_webui_standalone_276q.htmNot applicable3,61113-Jun-200512:47Not applicableHlp_16datasource.gifNot applicable94414-Jun-200615:55Not applicableHlp_16doc.gifNot applicable12313-Jun-200512:47Not applicableHlp_16file.gifNot applicable89113-Jun-200512:47Not applicableHlp_16folder.gifNot applicable90413-Jun-200512:47Not applicableHlp_16linked.gifNot applicable90913-Jun-200512:47Not applicableMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3175.0558,44814-Jun-200719:56×86Microsoft.reportingservices.diagnostics.dll9.0.3175.0800,11214-Jun-200719:56×86Microsoft.reportingservices.htmlrendering.dll9.0.3175.0308,59214-Jun-200719:56×86Microsoft.reportingservices.imagerendering.dll9.0.3175.0288,11214-Jun-200719:56×86Msadomdx.dll9.0.3175.0502,64014-Jun-200715:05×86Msmdlocal.dll9.0.3175.049,904,49614-Jun-200719:56IA-64Msmgdsrv.dll9.0.3175.013,169,00814-Jun-200719:56IA-64Reportingserviceslibrary.dll9.0.3175.01,119,60014-Jun-200719:56×86Reportingservicesservice.exe9.0.3175.017,26414-Jun-200719:56×86Reportingserviceswebserver.dll9.0.3175.01,725,80814-Jun-200719:56×86SQL Server 2005 Notification Services, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Nsservice.exe9.0.3175.021,87214-Jun-200719:56×86SQL Server 2005 Integration Services, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformFlatfiledest.dll2005.90.3175.0908,65614-Jun-200719:56IA-64Flatfilesrc.dll2005.90.3175.0934,76814-Jun-200719:56IA-64Microsoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.sqlserver.dmquerytask.dll9.0.3175.0333,16814-Jun-200715:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200715:05×86Msdtssrvr.exe9.0.3175.0202,09614-Jun-200719:56IA-64Msmdlocal.dll9.0.3175.049,904,49614-Jun-200719:56IA-64Txmergejoin.dll2005.90.3175.0523,63214-Jun-200719:56IA-64SQL Server 2005 Tools, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAddlogintoserverrole.sqlNot applicable28214-Jun-200616:41Not applicableAddnon-sqlserveraslinkedserver.sqlNot applicable79214-Jun-200616:41Not applicableAddsqlserveraslinkedserver.sqlNot applicable36714-Jun-200616:41Not applicableAddsqlserverlogin.sqlNot applicable46714-Jun-200616:41Not applicableAddusertodatabaserole.sqlNot applicable25614-Jun-200616:41Not applicableAs80.xslNot applicable16,80113-Jun-200719:46Not applicableAs80.xslNot applicable16,80113-Jun-200720:46Not applicableAs90.xslNot applicable18,29113-Jun-200719:46Not applicableAs90.xslNot applicable18,29113-Jun-200720:46Not applicableAttachdatabasetemplate.sqlNot applicable45414-Jun-200616:41Not applicableAttachsinglefiledatabase.sqlNot applicable49114-Jun-200616:41Not applicableCreatedatabasemultiplefilegroups.sqlNot applicable1,92614-Jun-200616:41Not applicableCreatedatabaseonmultiplefiles.sqlNot applicable1,39614-Jun-200616:41Not applicableCreatedatabasespecifyingcollation.sqlNot applicable66814-Jun-200616:41Not applicableCreateinsteadoftriggerbasictemplate.sqlNot applicable51114-Jun-200616:41Not applicableCreateprocedurebasictemplate.sqlNot applicable86814-Jun-200616:41Not applicableCreateprocedurewithoutputparameter.sqlNot applicable1,11014-Jun-200616:41Not applicableCreaterequestresponsewithactivation.sqlNot applicable2,77913-Jun-200513:30Not applicableCreatetablespecifyingconstraints.sqlNot applicable64414-Jun-200616:41Not applicableCreatetablewithrowguidcolcolumn.sqlNot applicable57014-Jun-200616:41Not applicableCreatetriggercontainedifupdate.sqlNot applicable64814-Jun-200616:41Not applicableDb2v0801.xslNot applicable29,49713-Jun-200720:46Not applicableDenysqlserveraccess.sqlNot applicable23414-Jun-200616:41Not applicableDetachdatabasetemplate.sqlNot applicable27914-Jun-200616:41Not applicableDropsqlserverlogin.sqlNot applicable20114-Jun-200616:41Not applicableFlatfiledest.dll2005.90.3175.0256,36814-Jun-200715:05×86Flatfilesrc.dll2005.90.3175.0265,07214-Jun-200715:05×86Grantdatabaseaccess.sqlNot applicable30714-Jun-200616:41Not applicableGrantsqlserveraccess.sqlNot applicable23614-Jun-200616:41Not applicableMicrosoft.analysisservices.controls.dll9.0.3175.02,766,19214-Jun-200715:05×86Microsoft.analysisservices.dll9.0.3175.01,217,90414-Jun-200715:05×86Microsoft.datawarehouse.dll9.0.3175.01,279,34414-Jun-200715:05×86Microsoft.reportingservices.diagnostics.dll9.0.3175.0800,11214-Jun-200715:05×86Microsoft.sqlserver.dmquerytask.dll9.0.3175.0333,16814-Jun-200715:05×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3175.0296,30414-Jun-200715:05×86Microsoft.sqlserver.maintenanceplantasksui.dll9.0.3175.0722,28814-Jun-200715:05×86Microsoft.visualstudio.templatewizardinterface.dll8.0.50727.4215,87223-Sep-200506:56×86Msadomdx.dll9.0.3175.0502,64014-Jun-200715:05×86Msjet.xslNot applicable28,51913-Jun-200719:46Not applicableMsjet.xslNot applicable28,51913-Jun-200720:46Not applicableMsmdlocal.dll9.0.3175.015,948,14414-Jun-200714:05×86Msmdlocal.dll9.0.3175.015,948,14414-Jun-200715:05×86Msmdlocal.dll9.0.3175.049,904,49614-Jun-200719:56IA-64Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200714:05×86Msmgdsrv.dll9.0.3175.06,045,55214-Jun-200715:05×86Msmgdsrv.dll9.0.3175.013,169,00814-Jun-200719:56IA-64Msolap90.dll9.0.3175.04,299,12014-Jun-200714:05×86Msolap90.dll9.0.3175.07,908,72014-Jun-200719:56IA-64Orcl7.xslNot applicable32,05813-Jun-200720:46Not applicableReplrec.dll2005.90.3175.0784,75214-Jun-200715:05×86Replrec.dll2005.90.3175.02,145,13614-Jun-200719:56IA-64Revokedatabaseaccess.sqlNot applicable27414-Jun-200616:41Not applicableRevokesqlserveraccess.sqlNot applicable23814-Jun-200616:41Not applicableScrollcursorwithvariousfetchoptions.sqlNot applicable1,12214-Jun-200616:41Not applicableSql2000.xslNot applicable33,62113-Jun-200719:46Not applicableSql2000.xslNot applicable33,62113-Jun-200720:46Not applicableSql70.xslNot applicable31,69913-Jun-200719:46Not applicableSql70.xslNot applicable31,69913-Jun-200720:46Not applicableSql90.xslNot applicable38,95313-Jun-200719:46Not applicableSql90.xslNot applicable38,95313-Jun-200720:46Not applicableSqlwb.exe2005.90.3175.0824,17614-Jun-200715:05×86Trdtv2r41.xslNot applicable26,91413-Jun-200720:46Not applicableTxmergejoin.dll2005.90.3175.0141,16814-Jun-200715:05×86Updateextendedproperty.sqlNot applicable44714-Jun-200616:41Not applicableRemoval informationTo uninstall the cumulative update package, follow these steps:In Control Panel, open Add or Remove Programs.In Add or Remove Programs, click Change or Remove Programs.To see all the updates for the SQL Server 2005 installation, click to select the Show Updates check box.Uninstall the cumulative hotfix package.

Cumulative update package 3 for SQL Server 2005 Service Pack 2

Symptoms
Microsoft SQL Server 2005 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 2 hotfix to an installation of SQL Server 2005 Service Pack 2. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.
Cumulative Update 3 contains hotfixes for SQL Server 2005 issues that have been fixed since the release of Service Pack 2.
Note This build of the cumulative update package is also known as build 3186.
We recommend that you test hotfixes before you deploy them in a production environment. 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 2005 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:
937137?(http://support.microsoft.com/kb/937137/) The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released
Important notes about the cumulative update packageSQL Server 2005 hotfixes are now multilanguage. Therefore, there is only one cumulative hotfix package for all languages.One cumulative hotfix package includes all the component packages. The cumulative update package updates only those components that are installed on the system.You must enable the SQL Server Management Object (SMO) extended stored procedures and the SQL Server Distributed Management Object (SQL-DMO) extended stored procedures before you apply the cumulative update package. For more information about the SMO and DMO XPs option, see SQL Server 2005 Books Online.
Note SQL Server 2005 Books Online notes that the default setting of these stored procedures is 0 (off). However, this value is incorrect. By default, the setting is 1 (on).
Resolution
How to obtain Cumulative Update 3 for SQL Server 2005 Service Pack 2 A supported cumulative update package is now available from Microsoft. However, it is intended to correct only the problems that are described in this article. Apply it only to systems that are experiencing these specific problems. This cumulative update package may receive additional testing. Therefore, if you are not severely affected by any of these problems, we recommend that you wait for the next SQL Server 2005 service pack that contains the hotfixes in this cumulative update package.
If the cumulative update is available for download, there is a “Hotfix download available” section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the cumulative update package.
Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific cumulative update package. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support(http://support.microsoft.com/contactus/?ws=support)Note The “Hotfix Download Available” form displays the languages for which the cumulative update is available. If you do not see your language, it is because a cumulative update package is not available for that language.
Known issuesFor more information about the issue that occurs when Cumulative Update 3 for SQL Server 2005 Service Pack 2 unregisters the Dts.dll file on a computer that has a 64-bit processor, click the following article number to view the article in the Microsoft Knowledge Base:
919224?(http://support.microsoft.com/kb/919224/) On a computer that has a 64-bit processor, you receive an error message in SQL Server Management Studio when you connect to SQL Server 2005 Integration Services or when you create or edit a maintenance plan
SQL Server 2005 post-SP2 hotfixes that are included in Cumulative Update 3 for SQL Server 2005 Service Pack 2Microsoft Knowledge Base articles that discuss these hotfixes will be released as they become available.
For more information about the SQL Server bugs, click the following article numbers to view the articles in the Microsoft Knowledge Base:
Collapse this tableExpand this table
SQL bug numberKB article numberDescription50000872936252?(http://support.microsoft.com/kb/936252/)The file name of Cumulative Update 3 for SQL Server 2005 Service Pack 2 is incorrectly associated with Microsoft Knowledge Base article 93625250001109940948?(http://support.microsoft.com/kb/940948/)FIX: Error message when you use Database Engine Tuning Advisor to tune a database in SQL Server 2005 Service Pack 2: “An unhandled win32 exception occurred in dtaengine90.exe [4308]“50001164936081?(http://support.microsoft.com/kb/936081/)FIX: Error message when you connect to an instance of SQL Server 2008 Analysis Services by using the AMO library that is included with SQL Server 2005 Service Pack 2 Analysis Services: “Cannot connect to Analysis Services version ‘10.0.1600.22′”50001224937100?(http://support.microsoft.com/kb/937100/)FIX: Error message when you run a SQL Server 2005 Integration Services package that contains a Script Component transformation:”Insufficient memory to continue the execution of the program”50001351940370?(http://support.microsoft.com/kb/940370/)FIX: The event information that is generated by a child package does not have a “User:” prefix in Integration Services in SQL Server 2005 Service Pack 250001365940371?(http://support.microsoft.com/kb/940371/)FIX: Error message when you run a query that selects many columns and that joins many tables in SQL Server 2005 Service Pack 2: “The query processor could not produce a query plan”50001368940372?(http://support.microsoft.com/kb/940372/)FIX: The performance of an MDX query that contains subselect queries and calculated members is much slower in SQL Server 2005 Analysis Services Service Pack 2 than in the earlier versions of SQL Server 2005 Analysis Services50001382940373?(http://support.microsoft.com/kb/940373/)FIX: The performance of an MDX query in SQL Server 2005 Analysis Services Service Pack 2 is much slower than the performance of the same query in earlier builds of SQL Server 2005 Analysis Services50001396940149?(http://support.microsoft.com/kb/940149/)FIX: In SQL Server 2005 Service Pack 2, the toolbar of a Reporting Services report turns gray when you click “View Report”50001412940375?(http://support.microsoft.com/kb/940375/)FIX: Error message when you use the Copy Database Wizard to move a database from SQL Server 2000 to SQL Server 200550001414940376?(http://support.microsoft.com/kb/940376/)FIX: Error message when you use the Bcp.exe utility together with the queryout option in Microsoft SQL Server 2005: “BCP host-files must contain at least one column”50001415940377?(http://support.microsoft.com/kb/940377/)FIX: Error message when you process cubes for one of the named instances of SQL Server 2005 Analysis Services: “Error opening file”50001416940287?(http://support.microsoft.com/kb/940287/)FIX: Error message when you use Service Broker in SQL Server 2005: “An error occurred while receiving data: ‘64(The specified network name is no longer available.)’”50001433940378?(http://support.microsoft.com/kb/940378/)FIX: A cursor uses the incorrect transaction isolation level after you change the transaction isolation level for the cursor in SQL Server 200550001435940269?(http://support.microsoft.com/kb/940269/)FIX: Error message when you try to edit a SQL Server Agent job or a maintenance plan by using SQL Server Management Studio in SQL Server 2005: “String or binary data would be truncated”50001436940379?(http://support.microsoft.com/kb/940379/)FIX: Error message when you back up a database to a tape device in Microsoft SQL Server 2005 SP2: “Operation on device ‘TAPE0(\\.\Tape0)’ exceeded retry count” or “BackupTapeFile::UnloadTape: PrepareTape failure on backup device ‘\\.\Tape0′”50001447940220?(http://support.microsoft.com/kb/940220/)FIX: Error message when you run a SQL Server 2005 Integration Services package that contains an FTP task: “An error occurred in the requested FTP operation”50001448940221?(http://support.microsoft.com/kb/940221/)FIX: Error message when you try to create an Oracle publication by using the New Publication Wizard in SQL Server 2005 Service Pack 2: “OLE DB Provider ‘OraOLEDB.ORACLE’ for Linked server <LinkedServerName> returned message”50001449940210?(http://support.microsoft.com/kb/940210/)FIX: Error message when you try to insert more than 3 megabytes of data into a distributed partitioned view in SQL Server 2005: “A system assertion check has failed”50001451940223?(http://support.microsoft.com/kb/940223/)FIX: Error message when you synchronize a subscription by using Windows Synchronization Manager in SQL Server 2005: “The merge process failed to get correct information about the Interactive Resolver component from the Registry”50001461When some MDX queries are executed at the same for the same role or for the same user in SQL Server 2005 Analysis Services, the CPU usage is very high50001475940382?(http://support.microsoft.com/kb/940382/)FIX: The calendar control in a SQL Server 2005 Reporting Services report may display incorrect values50001479940384?(http://support.microsoft.com/kb/940384/)FIX: You receive a System.InvalidCastException exception when you run an application that calls the Server.JobServer.Jobs.Contains method on a computer that has SQL Server 2005 Service Pack 2 installed50001494940386?(http://support.microsoft.com/kb/940386/)FIX: You cannot install the SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies on a computer that is running a beta version of Windows Server 200850001499938962?(http://support.microsoft.com/kb/938962/)FIX: You may receive an access violation or error 942 when you drop a database in SQL Server 200550001511940126?(http://support.microsoft.com/kb/940126/)FIX: Error 9003 is logged in the SQL Server error log file when you use log shipping in SQL Server 200550001517940160?(http://support.microsoft.com/kb/940160/)FIX: Error message when you deploy a SQL Server 2005 Analysis Service project that contains many cubes, and the cubes contain linked measure groups: “Unexpected internal error”50001520940389?(http://support.microsoft.com/kb/940389/)FIX: Error message when you display a report that uses SAP Business Information Warehouse 3.5 as the data source in SQL Server 2005 Service Pack 2 Reporting Services: “Can’t find object <Object ID>”50001522939562?(http://support.microsoft.com/kb/939562/)FIX: Error message when you run a query that fires an INSTEAD OF trigger in SQL Server 2005 Service Pack 2: “Internal Query Processor Error The query processor could not produce a query plan”50001523938363?(http://support.microsoft.com/kb/938363/)FIX: Data is not replicated to a subscriber in a different partition by using parameterized row filters in SQL Server 200550001524939563?(http://support.microsoft.com/kb/939563/)FIX: Error message when you synchronize a merge replication in Microsoft SQL Server 2005: “MSmerge_del_<GUID>, Line 42 String or binary data would be truncated”50001525938086?(http://support.microsoft.com/kb/938086/)FIX: A SQL Server Agent job fails when you run the SQL Server Agent job in the context of a proxy account in SQL Server 200550001526938086?(http://support.microsoft.com/kb/938086/)FIX: A SQL Server Agent job fails when you run the SQL Server Agent job in the context of a proxy account in SQL Server 200550001529940945?(http://support.microsoft.com/kb/940945/)FIX: Performance is very slow when the same stored procedure is executed at the same time in many connections on a multiple-processor computer that is running SQL Server 200550001567940281?(http://support.microsoft.com/kb/940281/)FIX: An access violation may occur, and you may receive an error message, when you query the sys.dm_exec_sessions dynamic management view in SQL Server 200550001573940949?(http://support.microsoft.com/kb/940949/)FIX: You receive an error message when you run an UPDATE CUBE statement to update a cube in SQL Server 2005 Analysis Services50001576940962?(http://support.microsoft.com/kb/940962/)FIX: Error message when you process a database in SQL Server 2005 Analysis Services: “Failed generate and process of Olap object(s): Internal error: The operation terminated unsuccessfully”50001578939285?(http://support.microsoft.com/kb/939285/)FIX: Error message when you run a stored procedure that starts a transaction that contains a Transact-SQL statement in SQL Server 2005: “New request is not allowed to start because it should come with valid transaction descriptor”50001579939564?(http://support.microsoft.com/kb/939564/)FIX: You receive an incorrect result when you use a SQL Native Client provider to read the data on the client computer in SQL Server 200550001580Memory leak of the TokenAndPermAccessCheckResult entries occurs in SQL Server 200550001581938243?(http://support.microsoft.com/kb/938243/)FIX: Error message when you run a full-text query against a catalog in SQL Server 2005: “The execution of a full-text query failed. The content index is corrupt.”50001582939942?(http://support.microsoft.com/kb/939942/)FIX: You receive an error message when you try to access a report after you configure SQL Server 2005 Reporting Services to run under the SharePoint integrated mode50001583940128?(http://support.microsoft.com/kb/940128/)FIX: When you run a complex query in SQL Server 2005, the query performance is slow if the execution plan of the query contains semi join operators50001585938712?(http://support.microsoft.com/kb/938712/)FIX: Some records in the fact table may not be processed when you process a dimension that contains many attributes or many members in SQL Server 200550001586940129?(http://support.microsoft.com/kb/940129/)FIX: An MDX query does not return results when you execute the query against a cube that contains an unnatural hierarchy in a dimension in SQL Server 2005 Analysis Services50001589940935?(http://support.microsoft.com/kb/940935/)FIX: Error message when you run a query that is associated with a parallel execution plan in SQL Server 2005: “SQL Server Assertion: File: <lckmgr.cpp>, line=10850 Failed Assertion = ‘GetLocalLockPartition () == xactLockInfo->GetLocalLockPartition ()’”50001595940390?(http://support.microsoft.com/kb/940390/)FIX: You cannot roll back changes in a transaction after you call the ITransactionLocal::Abort method by setting the fRetaining flag to TRUE in a SQL Server 2005-based application that uses the SQL Native Client OLE DB provider50001598941184?(http://support.microsoft.com/kb/941184/)FIX: An application that is included in SQL Server 2005 may stop responding when you specify a network protocol that is not valid in the application50001599940937?(http://support.microsoft.com/kb/940937/)FIX: Error message when you try to update the index key columns of a non-unique clustered index in SQL Server 2005: “Cannot insert duplicate key row in object ‘ObjectName’ with unique index ‘IndexName’”50001602940545?(http://support.microsoft.com/kb/940545/)FIX: The performance of insert operations against a table that contains an identity column may be slow in SQL Server 200550001609940939?(http://support.microsoft.com/kb/940939/)FIX: When you roll back a transaction that contains a writeback operation, SQL Server does not roll back the writeback operation in SQL Server 2005 Analysis Services50001629940942?(http://support.microsoft.com/kb/940942/)FIX: Error message when you run a stored procedure that references tables after you upgrade a database from SQL Server 2000 to SQL Server 2005: “A time-out occurred while waiting for buffer latch”50001639940943?(http://support.microsoft.com/kb/940943/)FIX: The performance of a query that performs an insert operation or an update operation is much slower in SQL Server 2005 SP2 than in earlier versions of SQL Server 2005
Cumulative update package informationPrerequisitesMicrosoft SQL Server 2005 Service Pack 2
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
913089?(http://support.microsoft.com/kb/913089/LN/) How to obtain the latest service pack for SQL Server 2005 Restart informationYou may have to restart the computer after you apply this cumulative update package.Registry informationTo use one of the hotfixes in this package, you do not have to make any changes to the registry.Cumulative update package file informationThis cumulative update package may not contain all the files that you must have to fully update a product to the latest build. This cumulative update package contains only the files that you must have to correct the issues that are listed in this article.
The English version of this cumulative update package has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.SQL Server 2005 Database Engine, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2005.90.3186.068,97611-Aug-0710:19×86Chsbrkr.dll12.0.7822.01,684,84022-Jun-079:22×86Chtbrkr.dll12.0.7822.06,112,61622-Jun-079:22×86Databasemailprotocols.dll9.0.3186.046,44811-Aug-0710:19×86Dts.dll2005.90.3186.01,102,19211-Aug-0710:19×86Dtsconn.dll2005.90.3186.0250,73611-Aug-0710:19×86Fteref.dll12.0.7822.0446,46422-Jun-079:22×86Infosoft.dll12.0.7822.0468,32822-Jun-079:22×86Korwbrkr.dll12.0.7822.071,01622-Jun-079:22×86Langwrbk.dll12.0.7822.0136,55222-Jun-079:22×86Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0710:19×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Msfte.dll12.0.7822.02,430,31222-Jun-079:22×86Msftefd.exe12.0.7822.066,92022-Jun-079:22×86Msftepxy.dll12.0.7822.095,59222-Jun-079:22×86Msftesql.exe12.0.7822.095,59222-Jun-079:22×86Msir5jp.dll5.0.2130.03,159,91222-Jun-079:22×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Nlhtml.dll12.0.7822.0124,26422-Jun-079:22×86Nls400.dll5.0.4217.012,240,74422-Jun-079:22×86Odsole70.dll2005.90.3186.059,24811-Aug-0710:19×86Query.dll12.0.7822.048,48822-Jun-079:22×86Rdistcom.dll2005.90.3186.0644,97611-Aug-0710:19×86Replmerg.exe2005.90.3186.0320,88011-Aug-0710:19×86Replrec.dll2005.90.3186.0785,26411-Aug-0710:19×86Sqlaccess.dll2005.90.3186.0350,57611-Aug-0710:19×86Sqlagent90.exe2005.90.3186.0349,55211-Aug-0710:19×86Sqlservr.exe2005.90.3186.029,202,80011-Aug-0710:20×86Sqlwep.dll2005.90.3186.090,99211-Aug-0710:20×86Sqsrvres.dll2005.90.3186.070,51211-Aug-0710:20×86Thawbrkr.dll12.0.7822.0206,18422-Jun-079:22×86Xmlfilt.dll12.0.7822.0197,99222-Jun-079:22×86Xpstar90.dll2005.90.3186.0298,86411-Aug-0710:20×86SQL Server 2005 Analysis Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.datawarehouse.dll9.0.3186.01,279,34411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Msmdspdm.dll9.0.3186.0202,09611-Aug-0710:19×86Msmdsrv.exe9.0.3186.014,923,63211-Aug-0710:19×86Msmgdsrv.dll9.0.3186.06,045,55211-Aug-0710:19×86Msolap90.dll9.0.3186.04,299,12011-Aug-0710:19×86SQL Server 2005 Reporting Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.reportingservices.dataextensions.sapbw.dll9.0.3186.042,35211-Aug-0710:19×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3186.0558,44811-Aug-0710:19×86Microsoft.reportingservices.diagnostics.dll9.0.3186.0800,11211-Aug-0710:19×86Microsoft.reportingservices.htmlrendering.dll9.0.3186.0308,59211-Aug-0710:19×86Microsoft.reportingservices.imagerendering.dll9.0.3186.0288,11211-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Msmgdsrv.dll9.0.3186.06,045,55211-Aug-0710:19×86Reportingserviceslibrary.dll9.0.3186.01,119,60011-Aug-0710:19×86Reportingservicesservice.exe9.0.3186.017,26411-Aug-0710:19×86Reportingserviceswebserver.dll9.0.3186.01,725,80811-Aug-0710:19×86Reportingserviceswebuserinterface.dll9.0.3186.01,332,59211-Aug-0710:19×86SQL Server 2005 Notification Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Nsservice.exe9.0.3186.021,87211-Aug-0710:19×86SQL Server 2005 Integration Services, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2005.90.3186.01,102,19211-Aug-0710:19×86Dtsconn.dll2005.90.3186.0250,73611-Aug-0710:19×86Flatfiledest.dll2005.90.3186.0256,36811-Aug-0710:19×86Flatfilesrc.dll2005.90.3186.0265,07211-Aug-0710:19×86Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.dmquerytask.dll9.0.3186.0333,16811-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0710:19×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Msdtssrvr.exe9.0.3186.0206,19211-Aug-0710:19×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Txmergejoin.dll2005.90.3186.0141,16811-Aug-0710:20×86SQL Server 2005 Tools, 32-bit version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.dll2005.90.3186.0902,00011-Aug-0710:19×86Bcp.exe2005.90.3186.068,97611-Aug-0710:19×86Dts.dll2005.90.3186.01,102,19211-Aug-0710:19×86Dtsconn.dll2005.90.3186.0250,73611-Aug-0710:19×86Flatfiledest.dll2005.90.3186.0256,36811-Aug-0710:19×86Flatfilesrc.dll2005.90.3186.0265,07211-Aug-0710:19×86Microsoft.analysisservices.controls.dll9.0.3186.02,766,19211-Aug-0710:19×86Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.datawarehouse.dll9.0.3186.01,279,34411-Aug-0710:19×86Microsoft.reportingservices.dataextensions.sapbw.dll9.0.3186.042,35211-Aug-0710:19×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3186.0558,44811-Aug-0710:19×86Microsoft.reportingservices.diagnostics.dll9.0.3186.0800,11211-Aug-0710:19×86Microsoft.reportingservices.htmlrendering.dll9.0.3186.0308,59211-Aug-0710:19×86Microsoft.reportingservices.imagerendering.dll9.0.3186.0288,11211-Aug-0710:19×86Microsoft.sqlserver.dmquerytask.dll9.0.3186.0333,16811-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0710:19×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.maintenanceplantasksui.dll9.0.3186.0722,28811-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Msmgdsrv.dll9.0.3186.06,045,55211-Aug-0710:19×86Msolap90.dll9.0.3186.04,299,12011-Aug-0710:19×86Replrec.dll2005.90.3186.0785,26411-Aug-0710:19×86Reportingserviceslibrary.dll9.0.3186.01,119,60011-Aug-0710:19×86Sqlwb.exe2005.90.3186.0824,17611-Aug-0710:20×86Txmergejoin.dll2005.90.3186.0141,16811-Aug-0710:20×86SQL Server 2005 Database Engine, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2005.90.3186.088,43211-Aug-0712:35×64Chsbrkr.dll12.0.7822.01,694,05622-Jun-0710:51×64Chtbrkr.dll12.0.7822.06,109,03222-Jun-0710:51×64Databasemailprotocols.dll9.0.3186.046,44811-Aug-0712:35×86Dts.dll2005.90.3186.01,891,18411-Aug-0712:35×64Dtsconn.dll2005.90.3186.0408,43211-Aug-0712:35×64Fteref.dll12.0.7822.0433,15222-Jun-0710:51×64Infosoft.dll12.0.7822.0621,41622-Jun-0710:51×64Korwbrkr.dll12.0.7822.0101,73622-Jun-0710:51×64Langwrbk.dll12.0.7822.0236,90422-Jun-0710:51×64Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0712:35×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0712:35×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0712:35×86Msfte.dll12.0.7822.03,808,10422-Jun-0710:51×64Msftefd.exe12.0.7822.099,17622-Jun-0710:51×64Msftepxy.dll12.0.7822.0127,33622-Jun-0710:51×64Msftesql.exe12.0.7822.0158,56822-Jun-0710:51×64Msir5jp.dll5.0.2130.03,421,54422-Jun-0710:51×64Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Nlhtml.dll12.0.7822.0191,84822-Jun-0710:51×64Nls400.dll5.0.4217.014,101,35222-Jun-0710:51×64Odsole70.dll2005.90.3186.090,48011-Aug-0712:35×64Query.dll12.0.7822.068,45622-Jun-0710:51×64Rdistcom.dll2005.90.3186.0828,78411-Aug-0712:35×64Replmerg.exe2005.90.3186.0417,64811-Aug-0712:35×64Replrec.dll2005.90.3186.01,012,08011-Aug-0712:35×64Sqlaccess.dll2005.90.3186.0357,74411-Aug-0712:35×86Sqlagent90.exe2005.90.3186.0429,42411-Aug-0712:35×64Sqlservr.exe2005.90.3186.039,557,48811-Aug-0712:35×64Sqlwep.dll2005.90.3186.090,99211-Aug-0710:20×86Sqlwep.dll2005.90.3186.0123,76011-Aug-0712:35×64Sqsrvres.dll2005.90.3186.083,31211-Aug-0712:35×64Thawbrkr.dll12.0.7822.0209,76822-Jun-0710:51×64Xmlfilt.dll12.0.7822.0271,20822-Jun-0710:51×64Xpstar90.dll2005.90.3186.0550,25611-Aug-0712:35×64SQL Server 2005 Analysis Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.datawarehouse.dll9.0.3186.01,279,34411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0712:35×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0712:35×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Msmdlocal.dll9.0.3186.032,202,60811-Aug-0712:35×64Msmdspdm.dll9.0.3186.0202,09611-Aug-0712:35×86Msmdsrv.exe9.0.3186.031,589,74411-Aug-0712:35×64Msmgdsrv.dll9.0.3186.06,045,55211-Aug-0710:19×86Msmgdsrv.dll9.0.3186.09,802,60811-Aug-0712:35×64Msolap90.dll9.0.3186.04,299,12011-Aug-0710:19×86Msolap90.dll9.0.3186.05,928,81611-Aug-0712:35×64SQL Server 2005 Reporting Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.reportingservices.dataextensions.sapbw.dll9.0.3186.042,35211-Aug-0712:35×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3186.0558,44811-Aug-0712:35×86Microsoft.reportingservices.diagnostics.dll9.0.3186.0800,11211-Aug-0712:35×86Microsoft.reportingservices.htmlrendering.dll9.0.3186.0308,59211-Aug-0712:35×86Microsoft.reportingservices.imagerendering.dll9.0.3186.0288,11211-Aug-0712:35×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0712:35×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0712:35×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.032,202,60811-Aug-0712:35×64Msmgdsrv.dll9.0.3186.09,802,60811-Aug-0712:35×64Reportingserviceslibrary.dll9.0.3186.01,119,60011-Aug-0712:35×86Reportingservicesservice.exe9.0.3186.017,26411-Aug-0712:35×86Reportingserviceswebserver.dll9.0.3186.01,725,80811-Aug-0712:35×86Reportingserviceswebuserinterface.dll9.0.3186.01,332,59211-Aug-0712:35×86SQL Server 2005 Notification Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0712:35×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0712:35×86Nsservice.exe9.0.3186.021,87211-Aug-0712:35×86SQL Server 2005 Integration Services, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2005.90.3186.01,891,18411-Aug-0712:35×64Dtsconn.dll2005.90.3186.0408,43211-Aug-0712:35×64Flatfiledest.dll2005.90.3186.0421,23211-Aug-0712:35×64Flatfilesrc.dll2005.90.3186.0430,96011-Aug-0712:35×64Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.dmquerytask.dll9.0.3186.0333,16811-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0712:35×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0712:35×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0712:35×86Msdtssrvr.exe9.0.3186.0202,09611-Aug-0712:35×64Msmdlocal.dll9.0.3186.032,202,60811-Aug-0712:35×64Txmergejoin.dll2005.90.3186.0235,88811-Aug-0712:35×64SQL Server 2005 Tools, x64-based version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.dll2005.90.3186.0902,00011-Aug-0710:19×86Bcp.exe2005.90.3186.088,43211-Aug-0712:35×64Dts.dll2005.90.3186.01,102,19211-Aug-0710:19×86Dtsconn.dll2005.90.3186.0250,73611-Aug-0710:19×86Flatfiledest.dll2005.90.3186.0256,36811-Aug-0710:19×86Flatfilesrc.dll2005.90.3186.0265,07211-Aug-0710:19×86Microsoft.analysisservices.controls.dll9.0.3186.02,766,19211-Aug-0710:19×86Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.datawarehouse.dll9.0.3186.01,279,34411-Aug-0710:19×86Microsoft.reportingservices.dataextensions.sapbw.dll9.0.3186.042,35211-Aug-0710:19×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3186.0558,44811-Aug-0710:19×86Microsoft.reportingservices.diagnostics.dll9.0.3186.0800,11211-Aug-0710:19×86Microsoft.reportingservices.htmlrendering.dll9.0.3186.0308,59211-Aug-0710:19×86Microsoft.reportingservices.imagerendering.dll9.0.3186.0288,11211-Aug-0710:19×86Microsoft.sqlserver.dmquerytask.dll9.0.3186.0333,16811-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0710:19×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.maintenanceplantasksui.dll9.0.3186.0722,28811-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0712:35×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0712:35×86Microsoft.visualstudio.templatewizardinterface.dll8.0.50727.4215,87223-Sep-056:56×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Msmdlocal.dll9.0.3186.032,202,60811-Aug-0712:35×64Msmgdsrv.dll9.0.3186.06,045,55211-Aug-0710:19×86Msmgdsrv.dll9.0.3186.09,802,60811-Aug-0712:35×64Msolap90.dll9.0.3186.04,299,12011-Aug-0710:19×86Msolap90.dll9.0.3186.05,928,81611-Aug-0712:35×64Replrec.dll2005.90.3186.0785,26411-Aug-0710:19×86Replrec.dll2005.90.3186.01,012,08011-Aug-0712:35×64Reportingserviceslibrary.dll9.0.3186.01,119,60011-Aug-0710:19×86Sqlwb.exe2005.90.3186.0824,17611-Aug-0710:20×86Txmergejoin.dll2005.90.3186.0141,16811-Aug-0710:20×86SQL Server 2005 Database Engine, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2005.90.3186.0157,04011-Aug-0715:06ia64Chsbrkr.dll12.0.7822.01,883,49622-Jun-0710:06ia64Chtbrkr.dll12.0.7822.06,153,57622-Jun-0710:06ia64Databasemailprotocols.dll9.0.3186.046,44811-Aug-0715:06×86Dts.dll2005.90.3186.03,511,66411-Aug-0715:06ia64Dtsconn.dll2005.90.3186.0725,36011-Aug-0715:06ia64Fteref.dll12.0.7822.0433,15222-Jun-0710:06ia64Infosoft.dll12.0.7822.01,915,24022-Jun-0710:06ia64Korwbrkr.dll12.0.7822.0182,63222-Jun-0710:06ia64Langwrbk.dll12.0.7822.0333,16022-Jun-0710:06ia64Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0715:07×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0715:07×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0715:07×86Msfte.dll12.0.7822.07,072,10422-Jun-0710:06ia64Msftefd.exe12.0.7822.0173,41622-Jun-0710:06ia64Msftepxy.dll12.0.7822.0135,52822-Jun-0710:06ia64Msftesql.exe12.0.7822.0294,76022-Jun-0710:06ia64Msir5jp.dll5.0.2130.03,824,48822-Jun-0710:06ia64Msmdlocal.dll9.0.3186.049,938,28811-Aug-0715:07ia64Nlhtml.dll12.0.7822.0295,78422-Jun-0710:06ia64Nls400.dll5.0.4217.014,750,05622-Jun-0710:06ia64Odsole70.dll2005.90.3186.0179,56811-Aug-0715:07ia64Query.dll12.0.7822.0123,24022-Jun-0710:06ia64Rdistcom.dll2005.90.3186.01,885,55211-Aug-0715:07ia64Replmerg.exe2005.90.3186.0957,29611-Aug-0715:07ia64Replrec.dll2005.90.3186.02,147,69611-Aug-0715:07ia64Sqlaccess.dll2005.90.3186.0352,11211-Aug-0715:07×86Sqlagent90.exe2005.90.3186.01,254,25611-Aug-0715:07ia64Sqlservr.exe2005.90.3186.072,821,61611-Aug-0715:07ia64Sqlwep.dll2005.90.3186.090,99211-Aug-0710:20×86Sqlwep.dll2005.90.3186.0221,04011-Aug-0715:07ia64Sqsrvres.dll2005.90.3186.0147,31211-Aug-0715:07ia64Thawbrkr.dll12.0.7822.0253,28822-Jun-0710:06ia64Xmlfilt.dll12.0.7822.0445,80022-Jun-0710:06ia64Xpstar90.dll2005.90.3186.0966,00011-Aug-0715:07ia64SQL Server 2005 Analysis Services, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformFile nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.datawarehouse.dll9.0.3186.01,279,34411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0715:07×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0715:07×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Msmdlocal.dll9.0.3186.049,938,28811-Aug-0715:07ia64Msmdspdm.dll9.0.3186.0202,09611-Aug-0715:07×86Msmdsrv.exe9.0.3186.048,889,71211-Aug-0715:07ia64Msmgdsrv.dll9.0.3186.06,045,55211-Aug-0710:19×86Msmgdsrv.dll9.0.3186.013,168,49611-Aug-0715:07ia64Msolap90.dll9.0.3186.04,299,12011-Aug-0710:19×86Msolap90.dll9.0.3186.07,908,72011-Aug-0715:07ia64SQL Server 2005 Reporting Services, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.reportingservices.dataextensions.sapbw.dll9.0.3186.042,35211-Aug-0715:07×86Microsoft.reportingservices.dataextensions.xmlaclient.dll9.0.3186.0558,44811-Aug-0715:07×86Microsoft.reportingservices.diagnostics.dll9.0.3186.0800,11211-Aug-0715:07×86Microsoft.reportingservices.htmlrendering.dll9.0.3186.0308,59211-Aug-0715:07×86Microsoft.reportingservices.imagerendering.dll9.0.3186.0288,11211-Aug-0715:07×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0715:07×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0715:07×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.049,938,28811-Aug-0715:07ia64Msmgdsrv.dll9.0.3186.013,168,49611-Aug-0715:07ia64Reportingserviceslibrary.dll9.0.3186.01,119,60011-Aug-0715:07×86Reportingservicesservice.exe9.0.3186.017,26411-Aug-0715:07×86Reportingserviceswebserver.dll9.0.3186.01,725,80811-Aug-0715:07×86Reportingserviceswebuserinterface.dll9.0.3186.01,332,59211-Aug-0715:07×86SQL Server 2005 Notification Services, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0715:07×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0715:07×86Nsservice.exe9.0.3186.021,87211-Aug-0715:07×86SQL Server 2005 Integration Services, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2005.90.3186.03,511,66411-Aug-0715:06ia64Dtsconn.dll2005.90.3186.0725,36011-Aug-0715:06ia64Flatfiledest.dll2005.90.3186.0908,65611-Aug-0715:06ia64Flatfilesrc.dll2005.90.3186.0934,76811-Aug-0715:06ia64Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.sqlserver.dmquerytask.dll9.0.3186.0333,16811-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0715:07×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0715:07×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0715:07×86Msdtssrvr.exe9.0.3186.0202,09611-Aug-0715:07ia64Msmdlocal.dll9.0.3186.049,938,28811-Aug-0715:07ia64Txmergejoin.dll2005.90.3186.0523,63211-Aug-0715:07ia64SQL Server 2005 Tools, Itanium architecture version
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin90.dll2005.90.3186.0902,00011-Aug-0710:19×86Bcp.exe2005.90.3186.0157,04011-Aug-0715:06ia64Dts.dll2005.90.3186.01,102,19211-Aug-0710:19×86Dtsconn.dll2005.90.3186.0250,73611-Aug-0710:19×86Flatfiledest.dll2005.90.3186.0256,36811-Aug-0710:19×86Flatfilesrc.dll2005.90.3186.0265,07211-Aug-0710:19×86Microsoft.analysisservices.controls.dll9.0.3186.02,766,19211-Aug-0710:19×86Microsoft.analysisservices.dll9.0.3186.01,217,90411-Aug-0710:19×86Microsoft.datawarehouse.dll9.0.3186.01,279,34411-Aug-0710:19×86Microsoft.reportingservices.diagnostics.dll9.0.3186.0800,11211-Aug-0710:19×86Microsoft.sqlserver.dmquerytask.dll9.0.3186.0333,16811-Aug-0710:19×86Microsoft.sqlserver.dtstransferprovider.dll9.0.3186.0116,08011-Aug-0710:19×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.3186.0296,30411-Aug-0710:19×86Microsoft.sqlserver.maintenanceplantasksui.dll9.0.3186.0722,28811-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0710:19×86Microsoft.sqlserver.smo.dll9.0.3186.01,598,83211-Aug-0715:07×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0710:19×86Microsoft.sqlserver.sqlenum.dll9.0.3186.0906,60811-Aug-0715:07×86Microsoft.visualstudio.templatewizardinterface.dll8.0.50727.4215,87223-Sep-056:56×86Msadomdx.dll9.0.3186.0502,64011-Aug-0710:19×86Msmdlocal.dll9.0.3186.015,955,31211-Aug-0710:19×86Msmdlocal.dll9.0.3186.049,938,28811-Aug-0715:07ia64Msmgdsrv.dll9.0.3186.06,045,55211-Aug-0710:19×86Msmgdsrv.dll9.0.3186.013,168,49611-Aug-0715:07ia64Msolap90.dll9.0.3186.04,299,12011-Aug-0710:19×86Msolap90.dll9.0.3186.07,908,72011-Aug-0715:07ia64Replrec.dll2005.90.3186.0785,26411-Aug-0710:19×86Replrec.dll2005.90.3186.02,147,69611-Aug-0715:07ia64Sqlwb.exe2005.90.3186.0824,17611-Aug-0710:20×86Txmergejoin.dll2005.90.3186.0141,16811-Aug-0710:20×86Removal informationTo uninstall the cumulative update package, follow these steps:In Control Panel, open Add or Remove Programs.In Add or Remove Programs, click Change or Remove Programs.To see all the updates for the SQL Server 2005 installation, click to select the Show Updates check box.Uninstall the cumulative hotfix package.