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 for February, 2010

Description of the Microsoft application blocks for .NET topic: “Data Access Application Block Overview”

Symptoms
This article discusses the Microsoft Application Block for .NET topic: “Data Access Application Block Overview.”
The Data Access Application Block is a Microsoft .NET Framework component that contains optimized data access code that can help you do the following:Call stored procedures. Issue SQL text commands against a SQL Server database. The Data Access Application Block returns the SqlDataReader object, the DataSet object, and the XmlReader object. You can use the Data Access Application Block as a building block in your own .NET Framework-based application to reduce the quantity of custom code that you must create, test, and maintain.
Resolution
“Data Access Application Block Overview”contains the following sections: Introduction
The Data Access Application Block encapsulates performance best practices and resource management best practices for how to gain access to Microsoft SQL Server databases. You can use the Data Access Application Block as a building block in your own .NET Framework-based application. The Data Access Application Block reduces the quantity of custom code that you must create, test, and maintain. The Data Access Application Block helps you to do the following: Call stored procedures or SQL text commands.Specify parameter details.Return the SqlDataReader object, the DataSet object, and the XmlReader object.Use strongly typed datasets.What Does the Data Access Application Block Include?
The Data Access Application Block component includes the Microsoft Visual Basic .NET source code or the Microsoft Visual Basic 2005 source code and the Microsoft Visual C# .NET source code or the Microsoft Visual C# 2005 source code for the Data Access Application Block. It also includes a Quick Start Samples client application in each language that you can use to test common scenarios. The sample can help you to better understand how the Data Access Application Block works. You can also customize the source code to fit your requirements.Downloading and Installing the Data Access Application Block
This section discusses how to download and to install the Data Access Application Block. A Microsoft Windows Installer file that contains the signed Data Access Application Block assembly and the comprehensive documentation is available. The install process creates a Microsoft Application Block for .NET menu on your Programs menu. The Data Access menu that appears on the Microsoft Application Block for .NET menu includes options to start the documentation and to start the Data Access Application Block Visual Studio .NET or Visual Studio 2005 solution.Using the Data Access Application Block
This section discusses how to use the Data Access Application Block to run database commands and to manage parameters.Internal Design
This section discusses the internal design of the Data Access Application Block. The Data Access Application Block includes the full source code and a comprehensive guide to its design. This section describes the main implementation details.

Description of Service Pack 4 for SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0

Symptoms
This release of Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0 Service Pack 4 (SP4) provides updates for the database components of a SQL Server 7.0 or MSDE 1.0 installation. This article introduces the following information about SP4:
Service Pack versions and the removal of Service Pack 4
How to download andto extract Service Pack 4
How to install Service Pack 4
How to redistribute database components and Service Pack 4 client components
Explains the issues of running Service Pack 4 that affect sites
Resolution
IntroductionService pack versionsRemoving SP4Downloading and extracting SP4Disk space requirements for SP4Extracting Database Components SP4Service pack installationBack up SQL Server databasesMake sure the system databases have sufficient free spacePrepare cluster configurationsStop applications before you run the Service Pack 4 Setup programInstall Database Components SP4Restart servicesRecluster a cluster configurationRestart applicationsInstalling on replicated serversInstalling SP4 on a server that provides a remote distribution database for merge publicationsUpgrading a merge Publisher that receives new subscriptions to SP4 from the original release of SQL Server 7.0Installing SP4 on a merge replication SubscriberRunning SP4 replication with earlier versions of SQL ServerUpdating Access 2000 (Jet 4.0) merge replication SubscribersRedistributing Database Components SP4 client componentsDocumentation notesUpgrading client-only computers after you install SP4Upgrading Japanese database servers to Windows 2000 after you install SP4Applying SP4 to a later versionInstalling SP4 on Windows NT 4.0, Terminal Server EditionNew Troubleshooting GuideReplication enhancements Optimizing replication synchronization Performance enhancements for merge processing of the initial snapshot Merge metadata cleanupChanges in Database Components New database option New sqlservr startup option Change in cursor behavior Changes in SQL Server ProfilerSQL Server clustering white paperData Transformation ServicesExporting to Oracle databasesUsing the DTS Test featureChanges to the Execute Package dialog boxData Transformation Services error messagesUse of the Set keyword in Microsoft Visual Basic scriptsChanges in DTS packages SQL Server Agent proxy account improvementsSQL Server 7.0 and Exchange 5.5The French version of SQL Server Books OnlineRepository changesImporting from DB2 and Informix databasesImproved retrieval of versioned objects

Description of error message 14420 and error message 14421 that occur when you use log shipping in SQL Server

Symptoms
This article discusses the reasons for “out of sync” error messages when you have log shipping configured for SQL Server 2000.
One of the following error messages may be logged in the SQL Server error log:
Error message 14420
Error: 14420, Severity: 16, State: 1
The log shipping destination %s.%s is out of sync by %s minutes.Error message 14421
Error: 14421, Severity: 16, State: 1
The log shipping destination %s.%s is out of sync by %s minutes.If you are using SQL Server 2005, the description for these error messages are different:
Error message 14420

Error: 14420, Severity: 16, State: 1
The log shipping primary database %s.%s has backup threshold of %d minutes and has not performed a backup log operation for %d minutes. Check agent log and logshipping monitor information.Error message 14421

Error: 14421, Severity: 16, State: 1
The log shipping secondary database %s.%s has restore threshold of %d minutes and is out of sync. No restore was performed for %d minutes. Restored latency is %d minutes. Check agent log and logshipping monitor information.
Resolution
Log shipping uses Sqlmaint.exe to back up and to restore databases. When SQL Server creates a transaction log backup as part of a log shipping setup, Sqlmaint.exe connects to the monitor server and updates the log_shipping_primaries table with the last_backup_filename information. Similarly, when you run a Copy or a Restore job on a secondary server, Sqlmaint.exe connects to the monitor server and updates the log_shipping_secondaries table.
As part of log shipping, alert messages 14220 and 14221 are generated to track backup and restoration activity. The alert messages are generated depending on the value of Backup Alert threshold and Out of Sync Alert threshold respectively.
The alert message 14220 indicates that the difference between current time and the time indicated by the last_backup_filename value in the log_shipping_primaries table on the monitor server is greater than value that is set for the Backup Alert threshold.
The alert message 14221 indicates that the difference between the time indicated by the last_backup_filename in the log_shipping_primaries table and the last_loaded_filename in the log_shipping_secondaries table is greater than the value set for the Out of Sync Alert threshold.
Troubleshooting Error Message 14420 By definition, message 14420 does not necessarily indicate a problem with log shipping. The message indicates that the difference between the last backed up file and current time on the monitor server is greater than the time that is set for the Backup Alert threshold.
There are serveral reasons why the alert message is generated. The following list includes some of these reasons: The date or time (or both) on the monitor server is different from the date or time on the primary server. It is also possible that the system date or time was modified on the monitor or the primary server. This may also generate alert messages.When the monitor server is offline and then back online, the fields in the log_shipping_primaries table are not updated with the current values before the alert message job runs.The log shipping Copy job that is run on the primary server might not connect to the monitor server msdb database to update the fields in the log_shipping_primaries table. This may be the result of an authentication problem between the monitor server and the primary server.You may have set an incorrect value for the Backup Alert threshold. Ideally, you must set this value to at least three times the frequency of the backup job. If you change the frequency of the backup job after log shipping is configured and functional, you must update the value of theBackup Alert threshold accordingly.The backup job on the primary server is failing. In this case, check the job history for the backup job to see a reason for the failure.
Troubleshooting Error Message 14421 By definition, message 14421 does not necessarily indicate a problem with Log Shipping. This message indicates that the difference between the last backed up file and last restored file is greater than the time selected for the Out of Sync Alert threshold.
There are serveral reasons why the alert message is raised. The following list includes some of these reasons: The date or time (or both) on the primary server is modified such that the date or time on the primary server is significantly ahead between consecutive transaction log backups.The log shipping Restore job that is running on the secondary server cannot connect to the monitor server msdb database to update the log_shipping_secondaries table with the correct value. This may be the result of an authentication problem between the secondary server and the monitor server.You may have set an incorrect value for the Out of Sync Alert threshold. Ideally, you must set this value to at least three times the frequency of the slower of the Copy and Restore jobs. If the frequency of the Copy or Restore jobs is modified after log shipping is set up and functional, you must modify the value of the Out of Sync Alert threshold accordingly.Problems either with the Backup job or Copy job are most likely to result in “out of sync” alert messages. If “out of sync” alert messages are raised and if there are no problems with the Backup or the Restore job, check the Copy job for potential problems. Additionally, network connectivity may cause the Copy job to fail.It is also possible that the Restore job on the secondary server is failing. In this case, check the job history for the Restore job because it may indicate a reason for the failure.

Description of names and IP addresses that an MSDTC client in a cluster environment must have

Symptoms
The purpose of this article is to help you in the setup or in the troubleshooting of a configuration for a COM+ Application Server or a configuration for an Internet Information Server (IIS) computer that interacts with a clustered server that uses Microsoft Cluster Server (MSCS) that is behind a firewall.
You may have one of the following scenarios: COM+ or IIS computer (client computer)SQL Server clustered that uses MSCSMicrosoft Distributed Transaction Coordinator (MSDTC) as a clustered resource in its own resource group (own name and IP address)Cluster and client computer that are separated by a firewall Certain Internet Protocol (IP) addresses and their corresponding network names must be known by the client computer for MSDTC to work correctly. The client computer can resolve the following names and the following IP addresses by using Domain Name System (DNS), hosts file, or another name resolution method: MSDTC resourceAn instance of SQL Server if the cluster configuration is either active-passive or active-activeCluster Name Certain IP addresses and their corresponding network names must be known by the nodes in the cluster for MSDTC to work correctly. Both nodes in the cluster can resolve the client computer name to an IP address by using DNS, hosts file, or another name resolution method.
Resolution
Additionally, the firewall must be configured to allow bidirectional traffic to occur between the client computer and the cluster. The firewall rules must include the following: The IP network names and the addresses of both physical nodes on the clusterThe SQL Server Instances network names and addressThe client network name and addressesThe child network name and IP resource of the MSDTC Resource Firewall rules must include the range of IP ports that are defined in the registry to allow traffic. See the “References” section.
You may also have to open an additional range of available IP ports as a requirement for the cluster server. See the “References” section for more information.

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.