SQL Server Q&A

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

Entries Tagged ‘knowledge base article’

Error message when you execute a CLR routine or use an assembly in SQL Server 2005: “Assembly in host store has a different signature than assembly in GAC. (Exception from HRESULT: 0×80131050)”

Symptoms
Consider the following scenarios.
Scenario 1You create a common language runtime (CLR) routine that references a Microsoft .NET Framework assembly. The .NET Framework assembly is not documented in Knowledge Base article 922672. Then, you install the .NET Framework 3.5 or a .NET Framework 2.0-based hotfix.
Scenario 2You create an assembly, and then you register the assembly in a Microsoft SQL Server 2005 database. Then, you install a different version of the assembly in the Global Assembly Cache (GAC).
When you execute the CLR routine or use the assembly from either of these scenarios in SQL Server 2005, you receive an error message that resembles the following:

Server: Msg 6522, Level 16, State 2, Line 1
A .NET Framework error occurred during execution of user defined routine or aggregate ‘getsid’:
System.IO.FileLoadException: Could not load file or assembly ‘System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. Assembly in host store has a different signature than assembly in GAC. (Exception from HRESULT: 0×80131050)
System.IO.FileLoadException:
Resolution
When the CLR loads an assembly, the CLR verifies that the same assembly is in the GAC. If the same assembly is in the GAC, the CLR verifies that the Module Version IDs (MVIDs) of these assemblies match. If the MVIDs of these assemblies do not match, you receive the error message that the “Symptoms” section mentions.
When an assembly is recompiled, the MVID of the assembly changes. Therefore, if you update the .NET Framework, the .NET Framework assemblies have different MVIDs because those assemblies are recompiled. Additionally, if you update your own assembly, the assembly is recompiled. Therefore, the assembly also has a different MVID.

FIX: Error message when you run the SQLDiag utility or the PSSDiag utility: “Exception creating Perfmon log”

Symptoms
When you run the SQLDiag utility or the PSSDiag utility to collect Performance Monitor (PerfMon) counters, you may receive the following error message:

Exception creating Perfmon logWhen this problem occurs, an error message that resembles the following message is logged in the ##Sqldiag.log file or in the ##Pssdiag.log file:

2006/07/14 01:36:02.71 PSSDIAG Exception 0xC0000005 caught.
2006/07/14 01:36:02.71 PSSDIAG Creating mini-dump file…
2006/07/14 01:36:02.87 PSSDIAG Mini-dump created
2006/07/14 01:36:02.89 ServerName\* Exception creating Perfmon log.Please see Microsoft Knowledge Base article 906532 for a possible remedyNoteThe previous error message is the version for the PSSDiag utility. In the version for the SQLDiag utility, SQLDIAG appears instead of PSSDIAG.The ##Sqldiag.log file is located in the Sqldiag folder. The Sqldiag folder is located in the same folder as the SQLDiag utility. The SQLDiag utility is located in the following folder:
%ProgramFiles%\Microsoft SQL Server\90\Tools\BinnThe ##Pssdiag.log file is located in the Output folder. The Output folder is located in the same folder as the PSSDiag utility. To obtain the PSSDiag utility, visit the following Microsoft download site:
http://www.microsoft.com/downloads/details.aspx?familyid=5564386a-28c2-4483-8293-76fff67b9eb3(http://www.microsoft.com/downloads/details.aspx?familyid=5564386a-28c2-4483-8293-76fff67b9eb3)In another scenario, the SQLDiag utility or the PSSDiag utility may unexpectedly stop after an error message that resembles the following message is logged:

2006/06/10 05:05:02.20 ServerName\* Starting Perfmon
Resolution
These problems occur because of a problem in the Microsoft Windows Performance Data Helper (PDH) library and in the performance extension DLL. Both the SQLDiag utility and the PSSDiag utility use the PDH library to collect Performance Monitor counters. The Performance Monitor counters are provided by the performance extension DLL. This DLL is available through the PDH library.

Cumulative Update Package 8 for SQL Server 2008

Symptoms
Cumulative Update 8 for SQL Server 2008 contains hotfixes for the Microsoft SQL Server 2008 issues that have been fixed since the release of SQL Server 2008.
NoteThis build of the cumulative update package is also known as build 10.00.1823.
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 2008 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:
956909?(http://support.microsoft.com/kb/956909/)The SQL Server 2008 builds that were released after SQL Server 2008 was released
Important notes about the cumulative update packageSQL Server 2008 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.
Resolution
How to obtain Cumulative Update 8 for SQL Server 2008 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 2008 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)
SQL Server 2008 hotfixes that are included in Cumulative Update 8 for SQL Server 2008
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
VSTS bug numberKB article numberDescription365460971622?(http://support.microsoft.com/kb/971622/)FIX: The memory usage of a SQL Server service increases quickly when you run a query that uses a linked server in SQL Server 2005 or in SQL Server 2008365450972937?(http://support.microsoft.com/kb/972937/)FIX: A performance issue in which SQL Server Management Studio checks the fragmentation data of an index in a large database355200973357?(http://support.microsoft.com/kb/973357/)FIX: Setup of SQL Server 2008 fails when the setup binary files are located in a folder whose path is in the 8.3 compatible format365456973643?(http://support.microsoft.com/kb/973643/)FIX: The synchronization of a merge publication that uses Web synchronization takes a very long time to finish after the initial synchronization in SQL Server 2005 or in SQL Server 2008365510974067?(http://support.microsoft.com/kb/974067/)FIX: You use the COUNT function on a column that is returned by a subquery that returns no rows in SQL Server 2005 or in SQL Server 2008, and an incorrect result is returned365462974130?(http://support.microsoft.com/kb/974130/)FIX: A memory leak may occur if you use a linked server query to retrieve a sql_variant column from a remote server in SQL Server 2005 or in SQL Server 2008365464974205?(http://support.microsoft.com/kb/974205/)FIX: Error message in the Errorlog file of SQL Server 2005 or of SQL Server 2008 after the SQL Server service stops responding: “Timeout occurred while waiting for latch”365467974319?(http://support.microsoft.com/kb/974319/)FIX: Error message when you use database mirroring in SQL Server 2005 or in SQL Server 2008, and an assertion failure occurs intermittently: “SQL Server Assertion: File: <loglock.cpp>, line=823 Failed Assertion = ‘result == LCK_OK’.”365480974777?(http://support.microsoft.com/kb/974777/)FIX: Database restore operation may fail during the recovery phase when the database uses query notification in SQL Server 2005 or in SQL Server 2008365474974785?(http://support.microsoft.com/kb/974785/)FIX: An API cursor plan that is created by a plan guide is not reused when the cursor is active in SQL Server 2005 and in SQL Server 2008343726975055?(http://support.microsoft.com/kb/975055/)FIX: Error message when you install SQL Server 2008 on a computer that is running Windows 7: “Invoke or BeginInvoke cannot be called on a control until the window handle has been created.”365489975089?(http://support.microsoft.com/kb/975089/)FIX: The restore operation takes a long time when you restore a database that has query notification enabled in SQL Server 2005 or in SQL Server 2008365491975090?(http://support.microsoft.com/kb/975090/)FIX: Deadlocks may occur when multiple concurrent query notification subscriptions are fired on same objects in SQL Server 2005 or in SQL Server 2008365454975134?(http://support.microsoft.com/kb/975134/)FIX: Capitalization and accent changes on a column of user-defined data type are not propagated in SQL Server 2005 merge replication or in SQL Server 2008 merge replication365454975159?(http://support.microsoft.com/kb/975159/)FIX: For SQL Server Compact Edition (CE) Subscribers, only schema without data is replicated for newly added articles to an existing Merge Publication using “ExchangeType.Upload”365469975417?(http://support.microsoft.com/kb/975417/)FIX: A SELECT statement returns an incorrect result set if a linked server is being used in SQL Server 2005 or in SQL Server 2008365500975681?(http://support.microsoft.com/kb/975681/)FIX: The database mirroring session is suspended when you add more than one log transaction file to a folder on the principle server that does not exist on the mirror server in SQL Server 2005 or in SQL Server 2008365503975748?(http://support.microsoft.com/kb/975748/)FIX: You cannot process an object when you change or delete another unrelated object at the same time in the same database in SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services365507975783?(http://support.microsoft.com/kb/975783/)FIX: You receive an incorrect result when you run an MDX query against a dimension that has a parent/child relationship after you install a cumulative update in SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services365512975860?(http://support.microsoft.com/kb/975860/)FIX: A full backup with snapshot may cause SQL Server 2005 or SQL Server 2008 to stop responding357673975991?(http://support.microsoft.com/kb/975991/)FIX: The DBCC CHECKFILEGROUP statement does not check a partitioned object if the partitioned object exists in multiple file groups in SQL Server 2008365514976030?(http://support.microsoft.com/kb/976030/)FIX: Error message after you perform a Process Update on a dimension used on a cube that contains a writeback partition: “Errors in the high-level relational engine. The data source view does not contain a definition for the <tablename> table or view”365505976041?(http://support.microsoft.com/kb/976041/)FIX: You receive an incorrect result when you run a query that uses a parallel execution plan in SQL Server 2005 or in SQL Server 2008362018976414?(http://support.microsoft.com/kb/976414/)FIX: Full-text search functionality does not work in SQL Server 2008 Express Edition even after you installed SQL Server 2008 CU2365414976761?(http://support.microsoft.com/kb/976761/)FIX: Error message when you perform a rolling upgrade in a SQL Server 2008 cluster : “18401, Login failed for user SQLTEST\AgentService. Reason: Server is in script upgrade mode. Only administrator can connect at this time.[SQLState 42000]“361640977109?(http://support.microsoft.com/kb/977109/)FIX: After you run the merge agent during the initialization of the subscription in SQL Server 2008, the ident_current() function returns a value that is larger than expected
Cumulative update package informationRestart informationYou may have to restart the computer after you apply this cumulative update.Registry informationTo use one of the hotfixes in this package, you do not have to make any changes to the registry.
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 theTime Zonetab in theDate and Timeitem in Control Panel.
NoteThis cumulative update package does not include SQL Server Native Client (SNAC) fixes.
32-bit versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0164,71231-Oct-200903:27×86Distrib.exe2007.100.1823.075,11231-Oct-200903:43×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Iftsph.dll2007.100.1823.038,76031-Oct-200904:14×86Logread.exe2007.100.1823.0423,27231-Oct-200904:58×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,43231-Oct-200905:02×86Microsoft.sqlserver.connectioninfo.dll10.0.1823.0149,35231-Oct-200905:04×86Microsoft.sqlserver.dmf.dll10.0.1823.0292,71231-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.management.collectortasks.dll10.0.1823.083,81631-Oct-200905:06×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1823.0403,30431-Oct-200905:07×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,52831-Oct-200905:07×86Microsoft.sqlserver.replication.dll2007.100.1823.01,765,72031-Oct-200905:08×86Microsoft.sqlserver.smo.dll10.0.1823.02,860,90431-Oct-200905:08×86Microsoft.sqlserver.smoextended.dll10.0.1823.0182,12031-Oct-200905:08×86Microsoft.sqlserver.sqlenum.dll10.0.1823.01,083,24031-Oct-200905:08×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Rdistcom.dll2007.100.1823.0651,09631-Oct-200905:33×86Repldp.dll2007.100.1823.0191,32031-Oct-200905:33×86Replmerg.exe2007.100.1823.0341,33631-Oct-200905:34×86Replsync.dll2007.100.1823.099,68831-Oct-200905:34×86Snapshot.exe10.0.1823.013,14431-Oct-200906:45×86Spresolv.dll2007.100.1823.0179,03231-Oct-200906:45×86Sql_engine_core_shared_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Sqllogship.exe10.0.1823.096,10431-Oct-200906:46×86Sqlmergx.dll2007.100.1823.0192,87231-Oct-200906:46×86Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Sqlwep100.dll2007.100.1823.089,43231-Oct-200906:48×86Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1823.026,47231-Oct-200903:23×86Databasemailengine.dll10.0.1823.075,62431-Oct-200903:27×86Databasemailprotocols.dll10.0.1823.042,85631-Oct-200903:27×86Datacollectorcontroller.dll2007.100.1823.0134,48831-Oct-200903:27×86Sql_engine_core_inst_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Sqlagent.exe2007.100.1823.0366,95231-Oct-200906:45×86Sqlctr100.dll2007.100.1823.077,16031-Oct-200906:46×86Sqlos.dll2007.100.1823.014,69631-Oct-200906:47×86Sqlscriptdowngrade.dll2007.100.1823.014,69631-Oct-200906:47×86Sqlscriptupgrade.dll2007.100.1823.03,376,48831-Oct-200906:47×86Sqlservr.exe2007.100.1823.041,019,75231-Oct-200906:47×86Sqsrvres.dll2007.100.1823.089,96031-Oct-200906:48×86Xpstar.dll2007.100.1823.0300,90431-Oct-200906:51×86SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Microsoft.sqlserver.connectioninfo.dll10.0.1823.0149,35231-Oct-200905:04×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1823.0403,30431-Oct-200905:07×86Microsoft.sqlserver.smo.dll10.0.1823.02,860,90431-Oct-200905:08×86Microsoft.sqlserver.smoextended.dll10.0.1823.0182,12031-Oct-200905:08×86Microsoft.sqlserver.sqlenum.dll10.0.1823.01,083,24031-Oct-200905:08×86Msgprox.dll2007.100.1823.0202,60031-Oct-200905:10×86Replisapi.dll2007.100.1823.0272,21631-Oct-200905:34×86Replprov.dll2007.100.1823.0575,32031-Oct-200905:34×86Replrec.dll2007.100.1823.0789,84831-Oct-200905:34×86Replsub.dll2007.100.1823.0410,96831-Oct-200905:34×86Sql_common_core_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Svrenumapi100.dll2007.100.1823.0755,54431-Oct-200906:49×86Xmlsub.dll2007.100.1823.0192,36031-Oct-200906:51×86SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0164,71231-Oct-200903:27×86Dataprofileviewer.exe10.0.1823.0313,17631-Oct-200903:28×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Microsoft.analysisservices.controls.dll10.0.1823.03,233,64031-Oct-200904:59×86Microsoft.analysisservices.design.dll10.0.1823.05,920,61631-Oct-200904:59×86Microsoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Microsoft.analysisservices.viewers.dll10.0.1823.01,001,32031-Oct-200905:00×86Microsoft.analysisservices.wizards.dll10.0.1823.05,928,79231-Oct-200905:00×86Microsoft.datatransformationservices.design.dll10.0.1823.04,233,04831-Oct-200905:00×86Microsoft.datatransformationservices.vsintegration.dll10.0.1823.0333,67231-Oct-200905:00×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1823.0563,04831-Oct-200905:01×86Microsoft.reportingservices.datarendering.dll10.0.1823.083,81631-Oct-200905:01×86Microsoft.reportingservices.diagnostics.dll10.0.1823.0898,92031-Oct-200905:01×86Microsoft.reportingservices.excelrendering.dll10.0.1823.0251,75231-Oct-200905:01×86Microsoft.reportingservices.hpbprocessing.dll10.0.1823.0284,52031-Oct-200905:01×86Microsoft.reportingservices.htmlrendering.dll10.0.1823.0198,50431-Oct-200905:01×86Microsoft.reportingservices.imagerendering.dll10.0.1823.0145,25631-Oct-200905:01×86Microsoft.reportingservices.processingcore.dll10.0.1823.04,339,56031-Oct-200905:01×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1823.092,00831-Oct-200905:01×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1823.0829,28831-Oct-200905:01×86Microsoft.reportingservices.richtext.dll10.0.1823.0100,20031-Oct-200905:02×86Microsoft.reportingservices.spbprocessing.dll10.0.1823.0247,65631-Oct-200905:02×86Microsoft.reportingservices.wordrendering.dll10.0.1823.0227,17631-Oct-200905:02×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,43231-Oct-200905:02×86Microsoft.sqlserver.dataprofiler.dll10.0.1823.0280,42431-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,52831-Oct-200905:07×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Msmdlocal.dll10.0.1823.023,464,80831-Oct-200905:10×86Msmdpp.dll10.0.1823.06,127,46431-Oct-200905:10×86Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Msolap100.dll10.0.1823.06,532,45631-Oct-200905:11×86Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Reportingserviceslibrary.dll10.0.1823.01,324,88831-Oct-200905:34×86Sql_bids_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Sqldest.dll2007.100.1823.0180,05631-Oct-200906:46×86Sqlmanagerui.dll10.0.1823.07,559,01631-Oct-200906:46×86Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86Txgroupdups.dll2007.100.1823.0258,40831-Oct-200906:50×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Msmdlocal.dll10.0.1823.023,464,80831-Oct-200905:10×86Msmdpump.dll10.0.1823.06,178,15231-Oct-200905:10×86Msmdredir.dll10.0.1823.06,200,68031-Oct-200905:10×86Msmdspdm.dll10.0.1823.0178,02431-Oct-200905:10×86Msmdsrv.exe10.0.1823.021,959,52831-Oct-200905:11×86Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Msolap100.dll10.0.1823.06,532,45631-Oct-200905:11×86Sql_as_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0164,71231-Oct-200903:27×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,43231-Oct-200905:02×86Microsoft.sqlserver.dataprofiler.dll10.0.1823.0280,42431-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,52831-Oct-200905:07×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Msmdpp.dll10.0.1823.06,127,46431-Oct-200905:10×86Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Sql_is_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Sqldest.dll2007.100.1823.0180,05631-Oct-200906:46×86Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86Txgroupdups.dll2007.100.1823.0258,40831-Oct-200906:50×86SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1823.0563,04831-Oct-200905:01×86Microsoft.reportingservices.datarendering.dll10.0.1823.083,81631-Oct-200905:01×86Microsoft.reportingservices.diagnostics.dll10.0.1823.0898,92031-Oct-200905:01×86Microsoft.reportingservices.excelrendering.dll10.0.1823.0251,75231-Oct-200905:01×86Microsoft.reportingservices.hpbprocessing.dll10.0.1823.0284,52031-Oct-200905:01×86Microsoft.reportingservices.htmlrendering.dll10.0.1823.0198,50431-Oct-200905:01×86Microsoft.reportingservices.imagerendering.dll10.0.1823.0145,25631-Oct-200905:01×86Microsoft.reportingservices.processingcore.dll10.0.1823.04,339,56031-Oct-200905:01×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1823.092,00831-Oct-200905:01×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1823.0829,28831-Oct-200905:01×86Microsoft.reportingservices.richtext.dll10.0.1823.0100,20031-Oct-200905:02×86Microsoft.reportingservices.spbprocessing.dll10.0.1823.0247,65631-Oct-200905:02×86Microsoft.reportingservices.wordrendering.dll10.0.1823.0227,17631-Oct-200905:02×86Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Reportingserviceslibrary.dll10.0.1823.01,324,88831-Oct-200905:34×86Reportingservicesservice.exe2007.100.1823.01,104,21631-Oct-200905:34×86Reportingserviceswebserver.dll10.0.1823.01,906,52031-Oct-200905:34×86Reportingserviceswebuserinterface.dll10.0.1823.01,611,60831-Oct-200905:34×86Rsconfigtool.exe10.0.1823.01,206,12031-Oct-200906:30×86Sql_rs_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0164,71231-Oct-200903:27×86Copydatabasewizard.exe10.0.1823.0661,35231-Oct-200903:27×86Databasemailwizard.exe10.0.1823.0595,81631-Oct-200903:27×86Dataprofileviewer.exe10.0.1823.0313,17631-Oct-200903:28×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Microsoft.datatransformationservices.design.dll10.0.1823.04,233,04831-Oct-200905:00×86Microsoft.datatransformationservices.vsintegration.dll10.0.1823.0333,67231-Oct-200905:00×86Microsoft.reportingservices.diagnostics.dll10.0.1823.0898,92031-Oct-200905:01×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,43231-Oct-200905:02×86Microsoft.sqlserver.dataprofiler.dll10.0.1823.0280,42431-Oct-200905:04×86Microsoft.sqlserver.dmf.dll10.0.1823.0292,71231-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.management.collectortasks.dll10.0.1823.083,81631-Oct-200905:06×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1823.03,290,98431-Oct-200905:06×86Microsoft.sqlserver.management.reports.dll10.0.1823.08,968,04031-Oct-200905:07×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1823.0391,01631-Oct-200905:07×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1823.091,99231-Oct-200905:07×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,52831-Oct-200905:07×86Microsoft.sqlserver.replication.dll2007.100.1823.01,765,72031-Oct-200905:08×86Microsoft.sqlserver.sqlparser.dll10.0.1823.02,148,20031-Oct-200905:08×86Microsoft.sqlserver.sqltools.vsintegration.dll10.0.1823.0280,42431-Oct-200905:08×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Objectexplorer.dll10.0.1823.03,237,73631-Oct-200905:16×86Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Radlangsvc.dll10.0.1823.0120,68031-Oct-200905:32×86Rsconfigtool.exe10.0.1823.01,206,12031-Oct-200906:30×86Sql_ssms_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Sqldest.dll2007.100.1823.0180,05631-Oct-200906:46×86Sqleditors.dll10.0.1823.01,226,60031-Oct-200906:46×86Sqlmanagerui.dll10.0.1823.07,559,01631-Oct-200906:46×86Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86Txgroupdups.dll2007.100.1823.0258,40831-Oct-200906:50×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1823.0937,83231-Oct-200903:23×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Microsoft.analysisservices.controls.dll10.0.1823.03,233,64031-Oct-200904:59×86Microsoft.analysisservices.deployment.exe10.0.1823.0501,60831-Oct-200904:59×86Microsoft.analysisservices.design.dll10.0.1823.05,920,61631-Oct-200904:59×86Microsoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Microsoft.analysisservices.viewers.dll10.0.1823.01,001,32031-Oct-200905:00×86Microsoft.analysisservices.wizards.dll10.0.1823.05,928,79231-Oct-200905:00×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,43231-Oct-200905:02×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1823.0227,17631-Oct-200905:03×86Microsoft.sqlserver.configuration.sco.dll10.0.1823.01,300,32831-Oct-200905:03×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200803:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,52831-Oct-200905:07×86Msmdlocal.dll10.0.1823.023,464,80831-Oct-200905:10×86Msmdpp.dll10.0.1823.06,127,46431-Oct-200905:10×86Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Msolap100.dll10.0.1823.06,532,45631-Oct-200905:11×86Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Spresolv.dll2007.100.1823.0179,03231-Oct-200906:45×86Sql_tools_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,681,25631-Oct-200903:27×86Chtbrkr.dll12.0.9730.06,109,01631-Oct-200903:27×86Fd.dll2007.100.1823.0463,20831-Oct-200903:58×86Iftsph.dll2007.100.1823.038,76031-Oct-200904:14×86Infosoft.dll12.0.9730.0464,74431-Oct-200904:15×86Korwbrkr.dll12.0.9730.067,43231-Oct-200904:56×86Msfte.dll12.0.9732.02,430,82431-Oct-200905:10×86Sql_fulltext_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Xmlfilt.dll12.0.9730.0194,40831-Oct-200906:51×86SQL Server 2008 Browser Service
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdredir.dll10.0.1823.06,200,68031-Oct-200905:10×86Sqlbrowser_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86Sqlncli10.dll2007.100.1823.02,457,44831-Oct-200906:47×86x64-based versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0247,14431-Oct-200907:57×64Distrib.exe2007.100.1823.086,88831-Oct-200908:07×64Dtexec.exe2007.100.1823.064,87231-Oct-200908:07×64Dts.dll2007.100.1823.02,202,96831-Oct-200908:07×64Dtslog.dll2007.100.1823.095,59231-Oct-200908:07×64Dtspipeline.dll2007.100.1823.01,086,80831-Oct-200908:07×64Dtswizard.exe2007.100.1823.0800,61631-Oct-200908:07×64Exceldest.dll2007.100.1823.0260,45631-Oct-200908:15×64Excelsrc.dll2007.100.1823.0279,91231-Oct-200908:15×64Flatfiledest.dll2007.100.1823.0414,56831-Oct-200908:16×64Flatfilesrc.dll2007.100.1823.0424,80831-Oct-200908:16×64Iftsph.dll2007.100.1823.054,63231-Oct-200908:25×64Logread.exe2007.100.1823.0510,82431-Oct-200908:50×64Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,41631-Oct-200908:52×86Microsoft.sqlserver.connectioninfo.dll10.0.1823.0149,35231-Oct-200905:04×86Microsoft.sqlserver.dmf.dll10.0.1823.0292,71231-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.management.collectortasks.dll10.0.1823.083,81631-Oct-200908:56×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1823.0403,30431-Oct-200905:07×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,51231-Oct-200908:57×86Microsoft.sqlserver.replication.dll2007.100.1823.01,765,72031-Oct-200905:08×86Microsoft.sqlserver.replication.dll2007.100.1823.01,939,81631-Oct-200908:58×64Microsoft.sqlserver.smo.dll10.0.1823.02,860,90431-Oct-200905:08×86Microsoft.sqlserver.smoextended.dll10.0.1823.0182,12031-Oct-200905:08×86Microsoft.sqlserver.sqlenum.dll10.0.1823.01,083,24031-Oct-200905:08×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Oledbdest.dll2007.100.1823.0259,94431-Oct-200909:06×64Oledbsrc.dll2007.100.1823.0286,05631-Oct-200909:06×64Rdistcom.dll2007.100.1823.0789,86431-Oct-200909:16×64Repldp.dll2007.100.1823.0191,32031-Oct-200905:33×86Repldp.dll2007.100.1823.0229,73631-Oct-200909:16×64Replmerg.exe2007.100.1823.0408,42431-Oct-200909:17×64Replsync.dll2007.100.1823.0125,28831-Oct-200909:17×64Snapshot.exe10.0.1823.013,14431-Oct-200906:45×86Spresolv.dll2007.100.1823.0215,89631-Oct-200910:09×64Sql_engine_core_shared_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Sqllogship.exe10.0.1823.096,10431-Oct-200910:11×86Sqlmergx.dll2007.100.1823.0229,20831-Oct-200910:11×64Sqltaskconnections.dll2007.100.1823.0161,11231-Oct-200910:12×64Sqlwep100.dll2007.100.1823.0119,64031-Oct-200910:12×64Txdataconvert.dll2007.100.1823.0306,00831-Oct-200910:14×64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1823.030,56831-Oct-200907:57×64Databasemailengine.dll10.0.1823.075,62431-Oct-200907:58×86Databasemailprotocols.dll10.0.1823.042,85631-Oct-200907:58×86Datacollectorcontroller.dll2007.100.1823.0255,32031-Oct-200907:58×64Sql_engine_core_inst_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Sqlagent.exe2007.100.1823.0427,86431-Oct-200910:10×64Sqlctr100.dll2007.100.1823.0108,37631-Oct-200910:10×64Sqlctr100.dll2007.100.1823.077,16031-Oct-200906:46×86Sqlos.dll2007.100.1823.015,19231-Oct-200910:11×64Sqlscriptdowngrade.dll2007.100.1823.015,72031-Oct-200910:11×64Sqlscriptupgrade.dll2007.100.1823.03,375,97631-Oct-200910:11×64Sqlservr.exe2007.100.1823.057,625,44831-Oct-200910:12×64Sqsrvres.dll2007.100.1823.0105,83231-Oct-200910:13×64Xpstar.dll2007.100.1823.0546,66431-Oct-200910:16×64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Microsoft.sqlserver.connectioninfo.dll10.0.1823.0149,35231-Oct-200905:04×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1823.0403,30431-Oct-200905:07×86Microsoft.sqlserver.smo.dll10.0.1823.02,860,90431-Oct-200905:08×86Microsoft.sqlserver.smoextended.dll10.0.1823.0182,10431-Oct-200908:58×86Microsoft.sqlserver.sqlenum.dll10.0.1823.01,083,24031-Oct-200905:08×86Msgprox.dll2007.100.1823.0202,60031-Oct-200905:10×86Msgprox.dll2007.100.1823.0246,12031-Oct-200908:59×64Replisapi.dll2007.100.1823.0272,21631-Oct-200905:34×86Replisapi.dll2007.100.1823.0377,70431-Oct-200909:17×64Replprov.dll2007.100.1823.0575,32031-Oct-200905:34×86Replprov.dll2007.100.1823.0727,40031-Oct-200909:17×64Replrec.dll2007.100.1823.0789,84831-Oct-200905:34×86Replrec.dll2007.100.1823.0976,74431-Oct-200909:17×64Replsub.dll2007.100.1823.0410,96831-Oct-200905:34×86Replsub.dll2007.100.1823.0492,39231-Oct-200909:17×64Sql_common_core_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Svrenumapi100.dll2007.100.1823.01,017,19231-Oct-200910:13×64Svrenumapi100.dll2007.100.1823.0755,54431-Oct-200906:49×86Xmlsub.dll2007.100.1823.0192,36031-Oct-200906:51×86Xmlsub.dll2007.100.1823.0308,07231-Oct-200910:16×64SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0164,71231-Oct-200903:27×86Dataprofileviewer.exe10.0.1823.0313,17631-Oct-200903:28×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Microsoft.analysisservices.controls.dll10.0.1823.03,233,64031-Oct-200904:59×86Microsoft.analysisservices.design.dll10.0.1823.05,920,61631-Oct-200904:59×86Microsoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Microsoft.analysisservices.viewers.dll10.0.1823.01,001,32031-Oct-200905:00×86Microsoft.analysisservices.wizards.dll10.0.1823.05,928,79231-Oct-200905:00×86Microsoft.datatransformationservices.design.dll10.0.1823.04,233,04831-Oct-200905:00×86Microsoft.datatransformationservices.vsintegration.dll10.0.1823.0333,67231-Oct-200905:00×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1823.0563,04831-Oct-200905:01×86Microsoft.reportingservices.datarendering.dll10.0.1823.083,81631-Oct-200905:01×86Microsoft.reportingservices.diagnostics.dll10.0.1823.0898,92031-Oct-200905:01×86Microsoft.reportingservices.excelrendering.dll10.0.1823.0251,75231-Oct-200905:01×86Microsoft.reportingservices.hpbprocessing.dll10.0.1823.0284,52031-Oct-200905:01×86Microsoft.reportingservices.htmlrendering.dll10.0.1823.0198,50431-Oct-200905:01×86Microsoft.reportingservices.imagerendering.dll10.0.1823.0145,25631-Oct-200905:01×86Microsoft.reportingservices.processingcore.dll10.0.1823.04,339,56031-Oct-200905:01×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1823.092,00831-Oct-200905:01×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1823.0829,28831-Oct-200905:01×86Microsoft.reportingservices.richtext.dll10.0.1823.0100,20031-Oct-200905:02×86Microsoft.reportingservices.spbprocessing.dll10.0.1823.0247,65631-Oct-200905:02×86Microsoft.reportingservices.wordrendering.dll10.0.1823.0227,17631-Oct-200905:02×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,43231-Oct-200905:02×86Microsoft.sqlserver.dataprofiler.dll10.0.1823.0280,42431-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,52831-Oct-200905:07×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Msmdlocal.dll10.0.1823.023,464,80831-Oct-200905:10×86Msmdlocal.dll10.0.1823.044,424,04031-Oct-200909:00×64Msmdpp.dll10.0.1823.06,127,46431-Oct-200905:10×86Msmgdsrv.dll10.0.1823.012,332,39231-Oct-200909:00×64Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Msolap100.dll10.0.1823.06,532,45631-Oct-200905:11×86Msolap100.dll10.0.1823.08,152,42431-Oct-200909:00×64Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Reportingserviceslibrary.dll10.0.1823.01,324,88831-Oct-200905:34×86Sql_bids_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Sqldest.dll2007.100.1823.0180,05631-Oct-200906:46×86Sqlmanagerui.dll10.0.1823.07,559,01631-Oct-200906:46×86Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86Txgroupdups.dll2007.100.1823.0258,40831-Oct-200906:50×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Msmdlocal.dll10.0.1823.023,464,80831-Oct-200905:10×86Msmdlocal.dll10.0.1823.044,424,04031-Oct-200909:00×64Msmdpump.dll10.0.1823.07,426,92031-Oct-200909:00×64Msmdredir.dll10.0.1823.06,200,68031-Oct-200905:10×86Msmdspdm.dll10.0.1823.0178,02431-Oct-200909:00×86Msmdsrv.exe10.0.1823.043,701,09631-Oct-200909:00×64Msmgdsrv.dll10.0.1823.012,332,39231-Oct-200909:00×64Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Msolap100.dll10.0.1823.06,532,45631-Oct-200905:11×86Msolap100.dll10.0.1823.08,152,42431-Oct-200909:00×64Sql_as_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0247,14431-Oct-200907:57×64Dtexec.exe2007.100.1823.064,87231-Oct-200908:07×64Dts.dll2007.100.1823.02,202,96831-Oct-200908:07×64Dtslog.dll2007.100.1823.095,59231-Oct-200908:07×64Dtspipeline.dll2007.100.1823.01,086,80831-Oct-200908:07×64Dtswizard.exe2007.100.1823.0800,61631-Oct-200908:07×64Exceldest.dll2007.100.1823.0260,45631-Oct-200908:15×64Excelsrc.dll2007.100.1823.0279,91231-Oct-200908:15×64Flatfiledest.dll2007.100.1823.0414,56831-Oct-200908:16×64Flatfilesrc.dll2007.100.1823.0424,80831-Oct-200908:16×64Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,41631-Oct-200908:52×86Microsoft.sqlserver.dataprofiler.dll10.0.1823.0280,42431-Oct-200908:55×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,51231-Oct-200908:57×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Msmdpp.dll10.0.1823.07,362,92031-Oct-200909:00×64Oledbdest.dll2007.100.1823.0259,94431-Oct-200909:06×64Oledbsrc.dll2007.100.1823.0286,05631-Oct-200909:06×64Sql_is_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Sqldest.dll2007.100.1823.0264,55231-Oct-200910:10×64Sqltaskconnections.dll2007.100.1823.0161,11231-Oct-200910:12×64Txdataconvert.dll2007.100.1823.0306,00831-Oct-200910:14×64Txgroupdups.dll2007.100.1823.0478,05631-Oct-200910:15×64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1823.0563,04831-Oct-200908:51×86Microsoft.reportingservices.datarendering.dll10.0.1823.083,80031-Oct-200908:51×86Microsoft.reportingservices.diagnostics.dll10.0.1823.0898,90431-Oct-200908:51×86Microsoft.reportingservices.excelrendering.dll10.0.1823.0251,73631-Oct-200908:51×86Microsoft.reportingservices.hpbprocessing.dll10.0.1823.0284,50431-Oct-200908:51×86Microsoft.reportingservices.htmlrendering.dll10.0.1823.0198,48831-Oct-200908:51×86Microsoft.reportingservices.imagerendering.dll10.0.1823.0145,25631-Oct-200908:51×86Microsoft.reportingservices.processingcore.dll10.0.1823.04,339,54431-Oct-200908:51×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1823.091,99231-Oct-200908:51×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1823.0829,27231-Oct-200908:51×86Microsoft.reportingservices.richtext.dll10.0.1823.0100,18431-Oct-200908:51×86Microsoft.reportingservices.spbprocessing.dll10.0.1823.0247,65631-Oct-200908:52×86Microsoft.reportingservices.wordrendering.dll10.0.1823.0227,16031-Oct-200908:52×86Msmgdsrv.dll10.0.1823.012,332,39231-Oct-200909:00×64Reportingserviceslibrary.dll10.0.1823.01,324,90431-Oct-200909:18×86Reportingservicesservice.exe2007.100.1823.02,042,72831-Oct-200909:18×64Reportingserviceswebserver.dll10.0.1823.01,906,53631-Oct-200909:18×86Reportingserviceswebuserinterface.dll10.0.1823.01,611,62431-Oct-200909:18×86Rsconfigtool.exe10.0.1823.01,206,12031-Oct-200906:30×86Sql_rs_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0164,71231-Oct-200903:27×86Copydatabasewizard.exe10.0.1823.0661,35231-Oct-200903:27×86Databasemailwizard.exe10.0.1823.0595,81631-Oct-200903:27×86Dataprofileviewer.exe10.0.1823.0313,17631-Oct-200903:28×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Microsoft.datatransformationservices.design.dll10.0.1823.04,233,04831-Oct-200905:00×86Microsoft.datatransformationservices.vsintegration.dll10.0.1823.0333,67231-Oct-200905:00×86Microsoft.reportingservices.diagnostics.dll10.0.1823.0898,92031-Oct-200905:01×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,43231-Oct-200905:02×86Microsoft.sqlserver.dataprofiler.dll10.0.1823.0280,42431-Oct-200905:04×86Microsoft.sqlserver.dmf.dll10.0.1823.0292,71231-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.management.collectortasks.dll10.0.1823.083,81631-Oct-200905:06×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1823.03,290,98431-Oct-200905:06×86Microsoft.sqlserver.management.reports.dll10.0.1823.08,968,04031-Oct-200905:07×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1823.0391,01631-Oct-200905:07×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1823.091,99231-Oct-200905:07×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,52831-Oct-200905:07×86Microsoft.sqlserver.replication.dll2007.100.1823.01,765,72031-Oct-200905:08×86Microsoft.sqlserver.sqlparser.dll10.0.1823.02,148,20031-Oct-200905:08×86Microsoft.sqlserver.sqltools.vsintegration.dll10.0.1823.0280,42431-Oct-200905:08×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Objectexplorer.dll10.0.1823.03,237,73631-Oct-200905:16×86Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Radlangsvc.dll10.0.1823.0120,68031-Oct-200905:32×86Rsconfigtool.exe10.0.1823.01,206,12031-Oct-200906:30×86Sql_ssms_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Sqldest.dll2007.100.1823.0180,05631-Oct-200906:46×86Sqleditors.dll10.0.1823.01,226,60031-Oct-200906:46×86Sqlmanagerui.dll10.0.1823.07,559,01631-Oct-200906:46×86Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86Txgroupdups.dll2007.100.1823.0258,40831-Oct-200906:50×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1823.0937,83231-Oct-200903:23×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dtexec.exe2007.100.1823.064,87231-Oct-200908:07×64Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dts.dll2007.100.1823.02,202,96831-Oct-200908:07×64Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtslog.dll2007.100.1823.095,59231-Oct-200908:07×64Dtspipeline.dll2007.100.1823.01,086,80831-Oct-200908:07×64Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0800,61631-Oct-200908:07×64Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Exceldest.dll2007.100.1823.0260,45631-Oct-200908:15×64Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Excelsrc.dll2007.100.1823.0279,91231-Oct-200908:15×64Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfiledest.dll2007.100.1823.0414,56831-Oct-200908:16×64Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0424,80831-Oct-200908:16×64Microsoft.analysisservices.controls.dll10.0.1823.03,233,64031-Oct-200904:59×86Microsoft.analysisservices.deployment.exe10.0.1823.0501,60831-Oct-200904:59×86Microsoft.analysisservices.design.dll10.0.1823.05,920,61631-Oct-200904:59×86Microsoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Microsoft.analysisservices.viewers.dll10.0.1823.01,001,32031-Oct-200905:00×86Microsoft.analysisservices.wizards.dll10.0.1823.05,928,79231-Oct-200905:00×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,41631-Oct-200908:52×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1823.0227,17631-Oct-200908:53×86Microsoft.sqlserver.configuration.sco.dll10.0.1823.01,300,32831-Oct-200908:54×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200812:20×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,51231-Oct-200908:57×86Msmdlocal.dll10.0.1823.023,464,80831-Oct-200905:10×86Msmdlocal.dll10.0.1823.044,424,04031-Oct-200909:00×64Msmdpp.dll10.0.1823.06,127,46431-Oct-200905:10×86Msmgdsrv.dll10.0.1823.012,332,39231-Oct-200909:00×64Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Msolap100.dll10.0.1823.06,532,45631-Oct-200905:11×86Msolap100.dll10.0.1823.08,152,42431-Oct-200909:00×64Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbdest.dll2007.100.1823.0259,94431-Oct-200909:06×64Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0286,05631-Oct-200909:06×64Spresolv.dll2007.100.1823.0179,03231-Oct-200906:45×86Spresolv.dll2007.100.1823.0215,89631-Oct-200910:09×64Sql_tools_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Sqltaskconnections.dll2007.100.1823.0161,11231-Oct-200910:12×64Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86Txdataconvert.dll2007.100.1823.0306,00831-Oct-200910:14×64SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,690,45631-Oct-200907:57×64Chtbrkr.dll12.0.9730.06,106,47231-Oct-200907:57×64Fd.dll2007.100.1823.0689,00031-Oct-200908:16×64Iftsph.dll2007.100.1823.054,63231-Oct-200908:25×64Infosoft.dll12.0.9730.0617,81631-Oct-200908:25×64Korwbrkr.dll12.0.9730.098,13631-Oct-200908:49×64Msfte.dll12.0.9732.03,812,71231-Oct-200908:59×64Sql_fulltext_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Xmlfilt.dll12.0.9730.0265,57631-Oct-200910:15×64SQL Server 2008 Browser Service
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdredir.dll10.0.1823.06,200,68031-Oct-200905:10×86Sqlbrowser_keyfile.dll2007.100.1823.013,67231-Oct-200904:44×86SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1823.014,16831-Oct-200908:41×64Sqlncli10.dll2007.100.1823.02,457,44831-Oct-200906:47×86Sqlncli10.dll2007.100.1823.03,155,81631-Oct-200910:11×64Itanium-architecture versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0557,92831-Oct-200909:46IA-64Distrib.exe2007.100.1823.0205,65631-Oct-200909:54IA-64Dtexec.exe2007.100.1823.0154,96831-Oct-200909:54IA-64Dts.dll2007.100.1823.04,249,96031-Oct-200909:54IA-64Dtslog.dll2007.100.1823.0183,65631-Oct-200909:55IA-64Dtspipeline.dll2007.100.1823.02,020,69631-Oct-200909:55IA-64Dtswizard.exe2007.100.1823.0800,60031-Oct-200909:55IA-64Exceldest.dll2007.100.1823.0584,02431-Oct-200910:01IA-64Excelsrc.dll2007.100.1823.0641,88031-Oct-200910:01IA-64Flatfiledest.dll2007.100.1823.0951,12831-Oct-200910:02IA-64Flatfilesrc.dll2007.100.1823.0975,19231-Oct-200910:02IA-64Iftsph.dll2007.100.1823.088,42431-Oct-200910:10IA-64Logread.exe2007.100.1823.01,124,71231-Oct-200910:30IA-64Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,41631-Oct-200910:31×86Microsoft.sqlserver.connectioninfo.dll10.0.1823.0149,35231-Oct-200905:04×86Microsoft.sqlserver.dmf.dll10.0.1823.0292,71231-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.management.collectortasks.dll10.0.1823.083,81631-Oct-200910:34×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1823.0403,30431-Oct-200905:07×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,51231-Oct-200910:35×86Microsoft.sqlserver.replication.dll2007.100.1823.01,765,72031-Oct-200905:08×86Microsoft.sqlserver.replication.dll2007.100.1823.02,656,61631-Oct-200910:35IA-64Microsoft.sqlserver.smo.dll10.0.1823.02,860,90431-Oct-200905:08×86Microsoft.sqlserver.smoextended.dll10.0.1823.0182,12031-Oct-200905:08×86Microsoft.sqlserver.sqlenum.dll10.0.1823.01,083,24031-Oct-200905:08×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Oledbdest.dll2007.100.1823.0586,08831-Oct-200910:42IA-64Oledbsrc.dll2007.100.1823.0653,67231-Oct-200910:42IA-64Rdistcom.dll2007.100.1823.01,835,36831-Oct-200910:50IA-64Repldp.dll2007.100.1823.0191,32031-Oct-200905:33×86Repldp.dll2007.100.1823.0522,60031-Oct-200910:50IA-64Replmerg.exe2007.100.1823.0969,57631-Oct-200910:51IA-64Replsync.dll2007.100.1823.0272,74431-Oct-200910:51IA-64Snapshot.exe10.0.1823.013,14431-Oct-200906:45×86Spresolv.dll2007.100.1823.0504,66431-Oct-200911:37IA-64Sql_engine_core_shared_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64Sqllogship.exe10.0.1823.096,08831-Oct-200911:38×86Sqlmergx.dll2007.100.1823.0428,37631-Oct-200911:38IA-64Sqltaskconnections.dll2007.100.1823.0335,70431-Oct-200911:39IA-64Sqlwep100.dll2007.100.1823.0216,40831-Oct-200911:40IA-64Txdataconvert.dll2007.100.1823.0674,66431-Oct-200911:41IA-64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1823.059,24031-Oct-200909:46IA-64Databasemailengine.dll10.0.1823.075,62431-Oct-200909:47×86Databasemailprotocols.dll10.0.1823.042,85631-Oct-200909:47×86Datacollectorcontroller.dll2007.100.1823.0470,88831-Oct-200909:47IA-64Sql_engine_core_inst_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64Sqlagent.exe2007.100.1823.01,201,49631-Oct-200911:37IA-64Sqlctr100.dll2007.100.1823.0135,00031-Oct-200911:38IA-64Sqlctr100.dll2007.100.1823.077,16031-Oct-200906:46×86Sqlos.dll2007.100.1823.022,36031-Oct-200911:38IA-64Sqlscriptdowngrade.dll2007.100.1823.020,82431-Oct-200911:39IA-64Sqlscriptupgrade.dll2007.100.1823.03,382,12031-Oct-200911:39IA-64Sqlservr.exe2007.100.1823.0110,953,81631-Oct-200911:39IA-64Sqsrvres.dll2007.100.1823.0187,73631-Oct-200911:40IA-64Xpstar.dll2007.100.1823.0936,80831-Oct-200911:42IA-64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Microsoft.sqlserver.connectioninfo.dll10.0.1823.0149,33631-Oct-200910:33×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1823.0403,30431-Oct-200905:07×86Microsoft.sqlserver.smo.dll10.0.1823.02,860,90431-Oct-200905:08×86Microsoft.sqlserver.smoextended.dll10.0.1823.0182,12031-Oct-200905:08×86Microsoft.sqlserver.sqlenum.dll10.0.1823.01,083,22431-Oct-200910:35×86Msgprox.dll2007.100.1823.0202,60031-Oct-200905:10×86Msgprox.dll2007.100.1823.0534,36031-Oct-200910:36IA-64Replisapi.dll2007.100.1823.0272,21631-Oct-200905:34×86Replisapi.dll2007.100.1823.0761,70431-Oct-200910:51IA-64Replprov.dll2007.100.1823.01,640,80831-Oct-200910:51IA-64Replprov.dll2007.100.1823.0575,32031-Oct-200905:34×86Replrec.dll2007.100.1823.02,125,16031-Oct-200910:51IA-64Replrec.dll2007.100.1823.0789,84831-Oct-200905:34×86Replsub.dll2007.100.1823.01,111,91231-Oct-200910:51IA-64Replsub.dll2007.100.1823.0410,96831-Oct-200905:34×86Sql_common_core_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64Svrenumapi100.dll2007.100.1823.02,696,04031-Oct-200911:40IA-64Svrenumapi100.dll2007.100.1823.0755,54431-Oct-200906:49×86Xmlsub.dll2007.100.1823.0192,36031-Oct-200906:51×86Xmlsub.dll2007.100.1823.0559,46431-Oct-200911:42IA-64SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Msmdlocal.dll10.0.1823.023,464,80831-Oct-200905:10×86Msmdlocal.dll10.0.1823.057,520,47231-Oct-200910:36IA-64Msmdpump.dll10.0.1823.08,940,37631-Oct-200910:37IA-64Msmdredir.dll10.0.1823.08,490,85631-Oct-200910:37IA-64Msmdspdm.dll10.0.1823.0178,00831-Oct-200910:37×86Msmdsrv.exe10.0.1823.058,869,60831-Oct-200910:37IA-64Msmgdsrv.dll10.0.1823.015,484,76031-Oct-200910:37IA-64Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Msolap100.dll10.0.1823.010,063,72031-Oct-200910:37IA-64Msolap100.dll10.0.1823.06,532,45631-Oct-200905:11×86Sql_as_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0557,92831-Oct-200909:46IA-64Dtexec.exe2007.100.1823.0154,96831-Oct-200909:54IA-64Dts.dll2007.100.1823.04,249,96031-Oct-200909:54IA-64Dtslog.dll2007.100.1823.0183,65631-Oct-200909:55IA-64Dtspipeline.dll2007.100.1823.02,020,69631-Oct-200909:55IA-64Dtswizard.exe2007.100.1823.0800,60031-Oct-200909:55IA-64Exceldest.dll2007.100.1823.0584,02431-Oct-200910:01IA-64Excelsrc.dll2007.100.1823.0641,88031-Oct-200910:01IA-64Flatfiledest.dll2007.100.1823.0951,12831-Oct-200910:02IA-64Flatfilesrc.dll2007.100.1823.0975,19231-Oct-200910:02IA-64Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,41631-Oct-200910:31×86Microsoft.sqlserver.dataprofiler.dll10.0.1823.0280,40831-Oct-200910:33×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,51231-Oct-200910:35×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Msmdpp.dll10.0.1823.08,877,92831-Oct-200910:37IA-64Oledbdest.dll2007.100.1823.0586,08831-Oct-200910:42IA-64Oledbsrc.dll2007.100.1823.0653,67231-Oct-200910:42IA-64Sql_is_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64Sqldest.dll2007.100.1823.0602,96831-Oct-200911:38IA-64Sqltaskconnections.dll2007.100.1823.0335,70431-Oct-200911:39IA-64Txdataconvert.dll2007.100.1823.0674,66431-Oct-200911:41IA-64Txgroupdups.dll2007.100.1823.0941,92831-Oct-200911:41IA-64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1823.0563,03231-Oct-200910:30×86Microsoft.reportingservices.datarendering.dll10.0.1823.083,81631-Oct-200910:30×86Microsoft.reportingservices.diagnostics.dll10.0.1823.0898,92031-Oct-200910:31×86Microsoft.reportingservices.excelrendering.dll10.0.1823.0251,73631-Oct-200910:31×86Microsoft.reportingservices.hpbprocessing.dll10.0.1823.0284,52031-Oct-200910:31×86Microsoft.reportingservices.htmlrendering.dll10.0.1823.0198,50431-Oct-200910:31×86Microsoft.reportingservices.imagerendering.dll10.0.1823.0145,25631-Oct-200910:31×86Microsoft.reportingservices.processingcore.dll10.0.1823.04,339,54431-Oct-200910:31×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1823.091,99231-Oct-200910:31×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1823.0829,28831-Oct-200910:31×86Microsoft.reportingservices.richtext.dll10.0.1823.0100,18431-Oct-200910:31×86Microsoft.reportingservices.spbprocessing.dll10.0.1823.0247,64031-Oct-200910:31×86Microsoft.reportingservices.wordrendering.dll10.0.1823.0227,16031-Oct-200910:31×86Msmgdsrv.dll10.0.1823.015,484,76031-Oct-200910:37IA-64Reportingserviceslibrary.dll10.0.1823.01,324,90431-Oct-200910:51×86Reportingservicesservice.exe2007.100.1823.03,358,56831-Oct-200910:51IA-64Reportingserviceswebserver.dll10.0.1823.01,906,53631-Oct-200910:51×86Reportingserviceswebuserinterface.dll10.0.1823.01,611,62431-Oct-200910:51×86Rsconfigtool.exe10.0.1823.01,206,12031-Oct-200906:30×86Sql_rs_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1823.0164,71231-Oct-200903:27×86Copydatabasewizard.exe10.0.1823.0661,35231-Oct-200903:27×86Databasemailwizard.exe10.0.1823.0595,81631-Oct-200903:27×86Dataprofileviewer.exe10.0.1823.0313,17631-Oct-200903:28×86Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Microsoft.datatransformationservices.design.dll10.0.1823.04,233,04831-Oct-200905:00×86Microsoft.datatransformationservices.vsintegration.dll10.0.1823.0333,67231-Oct-200905:00×86Microsoft.reportingservices.diagnostics.dll10.0.1823.0898,92031-Oct-200905:01×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,43231-Oct-200905:02×86Microsoft.sqlserver.dataprofiler.dll10.0.1823.0280,42431-Oct-200905:04×86Microsoft.sqlserver.dmf.dll10.0.1823.0292,71231-Oct-200905:04×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1823.0296,80831-Oct-200905:06×86Microsoft.sqlserver.management.collectortasks.dll10.0.1823.083,81631-Oct-200905:06×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1823.03,290,98431-Oct-200905:06×86Microsoft.sqlserver.management.reports.dll10.0.1823.08,968,04031-Oct-200905:07×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1823.0391,01631-Oct-200905:07×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1823.091,99231-Oct-200905:07×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,52831-Oct-200905:07×86Microsoft.sqlserver.replication.dll2007.100.1823.01,765,72031-Oct-200905:08×86Microsoft.sqlserver.sqlparser.dll10.0.1823.02,148,20031-Oct-200905:08×86Microsoft.sqlserver.sqltools.vsintegration.dll10.0.1823.0280,42431-Oct-200905:08×86Microsoft.sqlserver.transferobjectstask.dll10.0.1823.0141,14431-Oct-200905:09×86Objectexplorer.dll10.0.1823.03,237,73631-Oct-200905:16×86Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Radlangsvc.dll10.0.1823.0120,68031-Oct-200905:32×86Rsconfigtool.exe10.0.1823.01,206,12031-Oct-200906:30×86Sql_ssms_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64Sqldest.dll2007.100.1823.0180,05631-Oct-200906:46×86Sqleditors.dll10.0.1823.01,226,60031-Oct-200906:46×86Sqlmanagerui.dll10.0.1823.07,559,01631-Oct-200906:46×86Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86Txgroupdups.dll2007.100.1823.0258,40831-Oct-200906:50×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1823.0937,83231-Oct-200903:23×86Dtexec.exe2007.100.1823.0154,96831-Oct-200909:54IA-64Dtexec.exe2007.100.1823.054,12031-Oct-200903:43×86Dts.dll2007.100.1823.01,429,35231-Oct-200903:43×86Dts.dll2007.100.1823.04,249,96031-Oct-200909:54IA-64Dtslog.dll2007.100.1823.0183,65631-Oct-200909:55IA-64Dtslog.dll2007.100.1823.079,72031-Oct-200903:43×86Dtspipeline.dll2007.100.1823.02,020,69631-Oct-200909:55IA-64Dtspipeline.dll2007.100.1823.0694,12031-Oct-200903:43×86Dtswizard.exe2007.100.1823.0800,60031-Oct-200909:55IA-64Dtswizard.exe2007.100.1823.0804,71231-Oct-200903:43×86Exceldest.dll2007.100.1823.0173,41631-Oct-200903:58×86Exceldest.dll2007.100.1823.0584,02431-Oct-200910:01IA-64Excelsrc.dll2007.100.1823.0183,14431-Oct-200903:58×86Excelsrc.dll2007.100.1823.0641,88031-Oct-200910:01IA-64Flatfiledest.dll2007.100.1823.0276,32831-Oct-200903:59×86Flatfiledest.dll2007.100.1823.0951,12831-Oct-200910:02IA-64Flatfilesrc.dll2007.100.1823.0284,00831-Oct-200903:59×86Flatfilesrc.dll2007.100.1823.0975,19231-Oct-200910:02IA-64Microsoft.analysisservices.controls.dll10.0.1823.03,233,64031-Oct-200904:59×86Microsoft.analysisservices.deployment.exe10.0.1823.0501,60831-Oct-200904:59×86Microsoft.analysisservices.design.dll10.0.1823.05,920,61631-Oct-200904:59×86Microsoft.analysisservices.dll10.0.1823.01,316,71231-Oct-200904:59×86Microsoft.analysisservices.viewers.dll10.0.1823.01,001,32031-Oct-200905:00×86Microsoft.analysisservices.wizards.dll10.0.1823.05,928,79231-Oct-200905:00×86Microsoft.sqlserver.adonetsrc.dll10.0.1823.067,41631-Oct-200910:31×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1823.0227,16031-Oct-200910:32×86Microsoft.sqlserver.configuration.sco.dll10.0.1823.01,300,31231-Oct-200910:33×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200810:16×86Microsoft.sqlserver.pipelinehost.dll10.0.1823.071,51231-Oct-200910:35×86Msmdlocal.dll10.0.1823.023,464,80831-Oct-200905:10×86Msmdlocal.dll10.0.1823.057,520,47231-Oct-200910:36IA-64Msmdpp.dll10.0.1823.06,127,46431-Oct-200905:10×86Msmgdsrv.dll10.0.1823.015,484,76031-Oct-200910:37IA-64Msmgdsrv.dll10.0.1823.08,558,44031-Oct-200905:11×86Msolap100.dll10.0.1823.010,063,72031-Oct-200910:37IA-64Msolap100.dll10.0.1823.06,532,45631-Oct-200905:11×86Oledbdest.dll2007.100.1823.0173,92831-Oct-200905:16×86Oledbdest.dll2007.100.1823.0586,08831-Oct-200910:42IA-64Oledbsrc.dll2007.100.1823.0186,71231-Oct-200905:16×86Oledbsrc.dll2007.100.1823.0653,67231-Oct-200910:42IA-64Spresolv.dll2007.100.1823.0179,03231-Oct-200906:45×86Spresolv.dll2007.100.1823.0504,66431-Oct-200911:37IA-64Sql_tools_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64Sqltaskconnections.dll2007.100.1823.0113,49631-Oct-200906:48×86Sqltaskconnections.dll2007.100.1823.0335,70431-Oct-200911:39IA-64Txdataconvert.dll2007.100.1823.0206,69631-Oct-200906:50×86Txdataconvert.dll2007.100.1823.0674,66431-Oct-200911:41IA-64SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,879,91231-Oct-200909:46IA-64Chtbrkr.dll12.0.9730.06,151,52831-Oct-200909:46IA-64Fd.dll2007.100.1823.01,146,20031-Oct-200910:01IA-64Iftsph.dll2007.100.1823.088,42431-Oct-200910:10IA-64Infosoft.dll12.0.9730.01,911,65631-Oct-200910:10IA-64Korwbrkr.dll12.0.9730.0179,04831-Oct-200910:29IA-64Msfte.dll12.0.9732.07,080,79231-Oct-200910:36IA-64Sql_fulltext_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64Xmlfilt.dll12.0.9730.0438,63231-Oct-200911:42IA-64SQL Server 2008 Browser Service
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdredir.dll10.0.1823.08,490,85631-Oct-200910:37IA-64Sqlbrowser_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1823.019,28831-Oct-200910:23IA-64Sqlncli10.dll2007.100.1823.02,457,44831-Oct-200906:47×86Sqlncli10.dll2007.100.1823.06,346,58431-Oct-200911:38IA-64How to uninstall the cumulative update packageTo uninstall the cumulative update package, follow these steps: In Control Panel, open theAdd or Remove Programsitem.ClickChange or Remove Programs.To see all the updates for the SQL Server 2008 installation, click to select theShow Updatescheck box.Uninstall the cumulative hotfix package.

Cumulative update package 7 for SQL Server 2008

Symptoms
Cumulative update package 7 contains hotfixes for the Microsoft SQL Server 2008 issues that have been fixed since the release of SQL Server 2008.
NoteThis build of the cumulative update package is also known as build 10.00.1818.
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 2008 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:
956909?(http://support.microsoft.com/kb/956909/) The SQL Server 2008 builds that were released after SQL Server 2008 was released
Important notes about the cumulative update packageSQL Server 2008 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.
Resolution
How to obtain Cumulative Update 7 for SQL Server 2008 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 2008 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)
Known issuesAfter you apply this cumulative update, you may encounter an issue when you try to use SQL Server Agent. For more information about this issue, click the following article number to view the articles in the Microsoft Knowledge Base:
976761?(http://support.microsoft.com/kb/976761/) FIX: Error message when you perform a rolling upgrade in a SQL Server 2008 cluster : “18401, Login failed for user SQLTEST\AgentService. Reason: Server is in script upgrade mode. Only administrator can connect at this time.[SQLState 42000]“
976953?(http://support.microsoft.com/kb/976953/) FIX: The SQL Server 2008 agent does not automatically resume running after you upgrade to SQL Server 2008 CU7 or SQL Server 2008 Service Pack 1 CU3/CU4 in a stand-alone environment
SQL Server 2008 hotfixes that are included in Cumulative Update 7 for SQL Server 2008
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
VSTS bug numberKB article numberDescription341642956686?(http://support.microsoft.com/kb/956686/)FIX: When you run a query that contains a JOIN operation in SQL Server 2005 or SQL Server 2008, and the ON clause of the JOIN operator contains a LIKE predicate, the query runs slower than in SQL Server 2000346493972271?(http://support.microsoft.com/kb/972271/)FIX: Error message when you run a “BULK INSERT” statement on a table that does not have a clustered index in SQL Server 2005 or SQL Server 2008: “spid1005 Error: 5243, Severity: 22, State: 1 An inconsistency was detected during an internal operation”340084972687?(http://support.microsoft.com/kb/972687/)FIX: Error message when you restore a SQL Server 2000 database by using SQL Server 2005 Management Studio or SQL Server 2008 Management Studio: “Cannot show requested dialog. Failed to retrieve data for this request (Microsoft.SqlServer.SmoEnum)”347052973103?(http://support.microsoft.com/kb/973103/)FIX: Error message when you run the Distribution Agent to synchronize the subscribers with the publisher in Microsoft SQL Server 2005 or SQL Server 2008:” The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect”347055973524?(http://support.microsoft.com/kb/973524/)FIX: The execution of the “xp_readerrorlog” command in SQL Server 2005 stops responding and the usage of the CPU that is running the command increases to 100 percent347053973877?(http://support.microsoft.com/kb/973877/)FIX: A performance issue occurs when you run a query by using a Fast Forward cursor in SQL Server 2005 or SQL Server 2008320968974036?(http://support.microsoft.com/kb/974036/)FIX: A specified collation is displayed incorrectly when you use the Advanced/Enterprise installation mode to install a SQL Server 2008 failover cluster through the GUI341273974262?(http://support.microsoft.com/kb/974262/)FIX: After you merge the partitions of a table that have the data compression option enabled, and then re-partition the table, the data compression option is disabled on one of the table partitions in SQL Server 2008341681974398?(http://support.microsoft.com/kb/974398/)FIX: The removal of a transaction log file from the database on the principal server causes a database mirroring session to be suspended in SQL Server 2008345760974766?(http://support.microsoft.com/kb/974766/)FIX: Error message when you run a parallel query in SQL Server 2008: “Trying to use the transaction while there are 1 parallel nested xacts outstanding”333453974816?(http://support.microsoft.com/kb/974816/)FIX: You cannot add a node to a SQL Server 2008 cluster by running the Setup program if there are multiple instances of different languages installed on the same node342927975027?(http://support.microsoft.com/kb/975027/)FIX: You take a long time to stop the SQL Server service and you cannot restart the SQL Server service in a Microsoft SQL Server 2008 cluster environment when the server is under stress347354975037?(http://support.microsoft.com/kb/975037/)FIX: Error message when two or more merge agents are trying to adjust a publisher identity range in parallel in SQL Server 2008: “Msg 548, The insert failed. It conflicted with an identity range check constraint”342349975414?(http://support.microsoft.com/kb/975414/)FIX: The connection information is incorrect after you use “Change Connection” to connect to another server before the initial connection is completed in SQL Server Management Studio in SQL Server 2008
Cumulative update package informationRestart informationYou may have to restart the computer after you apply this cumulative update.Registry informationTo use one of the hotfixes in this package, you do not have to make any changes to the registry.
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.32-bit versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0164,71216-Sep-200905:00×86Distrib.exe2007.100.1818.075,09616-Sep-200905:18×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Iftsph.dll2007.100.1818.038,74416-Sep-200905:54×86Logread.exe2007.100.1818.0423,27216-Sep-200906:43×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.connectioninfo.dll10.0.1818.0149,33616-Sep-200906:50×86Microsoft.sqlserver.dmf.dll10.0.1818.0292,69616-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.management.collectortasks.dll10.0.1818.083,81616-Sep-200906:53×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1818.0403,28816-Sep-200906:54×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Microsoft.sqlserver.replication.dll2007.100.1818.01,765,72016-Sep-200906:54×86Microsoft.sqlserver.smo.dll10.0.1818.02,860,90416-Sep-200906:55×86Microsoft.sqlserver.smoextended.dll10.0.1818.0182,10416-Sep-200906:55×86Microsoft.sqlserver.sqlenum.dll10.0.1818.01,083,24016-Sep-200906:55×86Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Rdistcom.dll2007.100.1818.0651,09616-Sep-200907:23×86Repldp.dll2007.100.1818.0191,32016-Sep-200907:23×86Replmerg.exe2007.100.1818.0341,33616-Sep-200907:24×86Snapshot.exe10.0.1818.013,14416-Sep-200908:40×86Sql_engine_core_shared_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Sqllogship.exe10.0.1818.096,08816-Sep-200908:41×86Sqlmergx.dll2007.100.1818.0192,85616-Sep-200908:41×86Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Sqlwep100.dll2007.100.1818.089,43216-Sep-200908:44×86Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1818.026,47216-Sep-200904:56×86Databasemailengine.dll10.0.1818.075,62416-Sep-200905:01×86Databasemailprotocols.dll10.0.1818.042,85616-Sep-200905:01×86Datacollectorcontroller.dll2007.100.1818.0134,50416-Sep-200905:01×86Sql_engine_core_inst_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Sqlagent.exe2007.100.1818.0367,44816-Sep-200908:40×86Sqlctr100.dll2007.100.1818.077,14416-Sep-200908:41×86Sqlos.dll2007.100.1818.014,68016-Sep-200908:42×86Sqlscriptdowngrade.dll2007.100.1818.014,68016-Sep-200908:42×86Sqlscriptupgrade.dll2007.100.1818.03,376,47216-Sep-200908:42×86Sqlservr.exe2007.100.1818.041,018,20016-Sep-200908:43×86Sqsrvres.dll2007.100.1818.089,94416-Sep-200908:44×86Xpstar.dll2007.100.1818.0300,88816-Sep-200908:47×86SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Microsoft.sqlserver.connectioninfo.dll10.0.1818.0149,33616-Sep-200906:50×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1818.0403,28816-Sep-200906:54×86Microsoft.sqlserver.smo.dll10.0.1818.02,860,90416-Sep-200906:55×86Microsoft.sqlserver.smoextended.dll10.0.1818.0182,10416-Sep-200906:55×86Microsoft.sqlserver.sqlenum.dll10.0.1818.01,083,24016-Sep-200906:55×86Msgprox.dll2007.100.1818.0202,07216-Sep-200906:57×86Replprov.dll2007.100.1818.0575,32016-Sep-200907:24×86Replrec.dll2007.100.1818.0789,84816-Sep-200907:24×86Replsub.dll2007.100.1818.0410,96816-Sep-200907:24×86Sql_common_core_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Svrenumapi100.dll2007.100.1818.0755,54416-Sep-200908:44×86Xmlsub.dll2007.100.1818.0192,34416-Sep-200908:47×86SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0164,71216-Sep-200905:00×86Dataprofileviewer.exe10.0.1818.0313,19216-Sep-200905:02×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Microsoft.analysisservices.controls.dll10.0.1818.03,233,62416-Sep-200906:44×86Microsoft.analysisservices.design.dll10.0.1818.05,920,61616-Sep-200906:44×86Microsoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Microsoft.analysisservices.viewers.dll10.0.1818.01,001,30416-Sep-200906:45×86Microsoft.analysisservices.wizards.dll10.0.1818.05,928,79216-Sep-200906:45×86Microsoft.datatransformationservices.design.dll10.0.1818.04,233,04816-Sep-200906:45×86Microsoft.datatransformationservices.vsintegration.dll10.0.1818.0333,67216-Sep-200906:45×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1818.0563,04816-Sep-200906:46×86Microsoft.reportingservices.datarendering.dll10.0.1818.083,81616-Sep-200906:46×86Microsoft.reportingservices.diagnostics.dll10.0.1818.0898,90416-Sep-200906:47×86Microsoft.reportingservices.excelrendering.dll10.0.1818.0251,73616-Sep-200906:47×86Microsoft.reportingservices.hpbprocessing.dll10.0.1818.0284,50416-Sep-200906:47×86Microsoft.reportingservices.htmlrendering.dll10.0.1818.0198,50416-Sep-200906:47×86Microsoft.reportingservices.imagerendering.dll10.0.1818.0145,24016-Sep-200906:47×86Microsoft.reportingservices.processingcore.dll10.0.1818.04,339,56016-Sep-200906:47×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1818.092,00816-Sep-200906:47×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1818.0829,28816-Sep-200906:47×86Microsoft.reportingservices.richtext.dll10.0.1818.0100,20016-Sep-200906:47×86Microsoft.reportingservices.spbprocessing.dll10.0.1818.0247,65616-Sep-200906:48×86Microsoft.reportingservices.wordrendering.dll10.0.1818.0227,17616-Sep-200906:48×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.dataprofiler.dll10.0.1818.0280,40816-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Msmdlocal.dll10.0.1818.023,464,28016-Sep-200906:58×86Msmdpp.dll10.0.1818.06,127,46416-Sep-200906:58×86Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Msolap100.dll10.0.1818.06,532,44016-Sep-200906:58×86Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Reportingserviceslibrary.dll10.0.1818.01,324,88816-Sep-200907:24×86Sql_bids_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Sqldest.dll2007.100.1818.0180,05616-Sep-200908:41×86Sqlmanagerui.dll10.0.1818.07,554,90416-Sep-200908:41×86Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86Txgroupdups.dll2007.100.1818.0258,39216-Sep-200908:46×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Msmdlocal.dll10.0.1818.023,464,28016-Sep-200906:58×86Msmdpump.dll10.0.1818.06,178,15216-Sep-200906:58×86Msmdredir.dll10.0.1818.06,200,66416-Sep-200906:58×86Msmdspdm.dll10.0.1818.0178,02416-Sep-200906:58×86Msmdsrv.exe10.0.1818.021,958,48816-Sep-200906:58×86Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Msolap100.dll10.0.1818.06,532,44016-Sep-200906:58×86Sql_as_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0164,71216-Sep-200905:00×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.dataprofiler.dll10.0.1818.0280,40816-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Msmdpp.dll10.0.1818.06,127,46416-Sep-200906:58×86Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Sql_is_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Sqldest.dll2007.100.1818.0180,05616-Sep-200908:41×86Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86Txgroupdups.dll2007.100.1818.0258,39216-Sep-200908:46×86SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1818.0563,04816-Sep-200906:46×86Microsoft.reportingservices.datarendering.dll10.0.1818.083,81616-Sep-200906:46×86Microsoft.reportingservices.diagnostics.dll10.0.1818.0898,90416-Sep-200906:47×86Microsoft.reportingservices.excelrendering.dll10.0.1818.0251,73616-Sep-200906:47×86Microsoft.reportingservices.hpbprocessing.dll10.0.1818.0284,50416-Sep-200906:47×86Microsoft.reportingservices.htmlrendering.dll10.0.1818.0198,50416-Sep-200906:47×86Microsoft.reportingservices.imagerendering.dll10.0.1818.0145,24016-Sep-200906:47×86Microsoft.reportingservices.processingcore.dll10.0.1818.04,339,56016-Sep-200906:47×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1818.092,00816-Sep-200906:47×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1818.0829,28816-Sep-200906:47×86Microsoft.reportingservices.richtext.dll10.0.1818.0100,20016-Sep-200906:47×86Microsoft.reportingservices.spbprocessing.dll10.0.1818.0247,65616-Sep-200906:48×86Microsoft.reportingservices.wordrendering.dll10.0.1818.0227,17616-Sep-200906:48×86Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Reportingserviceslibrary.dll10.0.1818.01,324,88816-Sep-200907:24×86Reportingservicesservice.exe2007.100.1818.01,104,21616-Sep-200907:25×86Reportingserviceswebserver.dll10.0.1818.01,906,52016-Sep-200907:25×86Reportingserviceswebuserinterface.dll10.0.1818.01,611,60816-Sep-200907:25×86Rsconfigtool.exe10.0.1818.01,206,10416-Sep-200908:23×86Sql_rs_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0164,71216-Sep-200905:00×86Copydatabasewizard.exe10.0.1818.0661,33616-Sep-200905:00×86Databasemailwizard.exe10.0.1818.0595,81616-Sep-200905:01×86Dataprofileviewer.exe10.0.1818.0313,19216-Sep-200905:02×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Microsoft.datatransformationservices.design.dll10.0.1818.04,233,04816-Sep-200906:45×86Microsoft.datatransformationservices.vsintegration.dll10.0.1818.0333,67216-Sep-200906:45×86Microsoft.reportingservices.diagnostics.dll10.0.1818.0898,90416-Sep-200906:47×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.dataprofiler.dll10.0.1818.0280,40816-Sep-200906:51×86Microsoft.sqlserver.dmf.dll10.0.1818.0292,69616-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.management.collectortasks.dll10.0.1818.083,81616-Sep-200906:53×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1818.03,290,96816-Sep-200906:53×86Microsoft.sqlserver.management.reports.dll10.0.1818.08,968,02416-Sep-200906:53×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1818.0391,01616-Sep-200906:53×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1818.092,00816-Sep-200906:54×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Microsoft.sqlserver.replication.dll2007.100.1818.01,765,72016-Sep-200906:54×86Microsoft.sqlserver.sqlparser.dll10.0.1818.02,148,18416-Sep-200906:55×86Microsoft.sqlserver.sqltools.vsintegration.dll10.0.1818.0280,42416-Sep-200906:55×86Objectexplorer.dll10.0.1818.03,237,72016-Sep-200907:04×86Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Radlangsvc.dll10.0.1818.0120,66416-Sep-200907:22×86Rsconfigtool.exe10.0.1818.01,206,10416-Sep-200908:23×86Sql_ssms_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Sqldest.dll2007.100.1818.0180,05616-Sep-200908:41×86Sqleditors.dll10.0.1818.01,226,58416-Sep-200908:41×86Sqlmanagerui.dll10.0.1818.07,554,90416-Sep-200908:41×86Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86Txgroupdups.dll2007.100.1818.0258,39216-Sep-200908:46×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1818.0937,83216-Sep-200904:56×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Microsoft.analysisservices.controls.dll10.0.1818.03,233,62416-Sep-200906:44×86Microsoft.analysisservices.deployment.exe10.0.1818.0501,60816-Sep-200906:44×86Microsoft.analysisservices.design.dll10.0.1818.05,920,61616-Sep-200906:44×86Microsoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Microsoft.analysisservices.viewers.dll10.0.1818.01,001,30416-Sep-200906:45×86Microsoft.analysisservices.wizards.dll10.0.1818.05,928,79216-Sep-200906:45×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1818.0227,16016-Sep-200906:49×86Microsoft.sqlserver.configuration.sco.dll10.0.1818.01,300,31216-Sep-200906:50×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200803:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Msmdlocal.dll10.0.1818.023,464,28016-Sep-200906:58×86Msmdpp.dll10.0.1818.06,127,46416-Sep-200906:58×86Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Msolap100.dll10.0.1818.06,532,44016-Sep-200906:58×86Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Sql_tools_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,681,25616-Sep-200905:00×86Chtbrkr.dll12.0.9730.06,109,01616-Sep-200905:00×86Fd.dll2007.100.1818.0463,20816-Sep-200905:36×86Iftsph.dll2007.100.1818.038,74416-Sep-200905:54×86Infosoft.dll12.0.9730.0464,72816-Sep-200905:54×86Korwbrkr.dll12.0.9730.067,41616-Sep-200906:41×86Msfte.dll12.0.9732.02,430,82416-Sep-200906:57×86Sql_fulltext_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Xmlfilt.dll12.0.9730.0194,39216-Sep-200908:47×86SQL Server 2008 Browser Service
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdredir.dll10.0.1818.06,200,66416-Sep-200906:58×86Sqlbrowser_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86Sqlncli10.dll2007.100.1818.02,456,92016-Sep-200908:42×86x64-based versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0247,12816-Sep-200922:27×64Distrib.exe2007.100.1818.086,87216-Sep-200922:35×64Dtexec.exe2007.100.1818.064,87216-Sep-200922:36×64Dts.dll2007.100.1818.02,202,96816-Sep-200922:36×64Dtslog.dll2007.100.1818.095,57616-Sep-200922:36×64Dtspipeline.dll2007.100.1818.01,086,82416-Sep-200922:36×64Dtswizard.exe2007.100.1818.0800,60016-Sep-200922:36×64Exceldest.dll2007.100.1818.0260,44016-Sep-200922:44×64Excelsrc.dll2007.100.1818.0279,89616-Sep-200922:44×64Flatfiledest.dll2007.100.1818.0414,55216-Sep-200922:44×64Flatfilesrc.dll2007.100.1818.0424,79216-Sep-200922:44×64Iftsph.dll2007.100.1818.054,61616-Sep-200922:53×64Logread.exe2007.100.1818.0510,80816-Sep-200923:16×64Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,43216-Sep-200923:18×86Microsoft.sqlserver.connectioninfo.dll10.0.1818.0149,33616-Sep-200906:50×86Microsoft.sqlserver.dmf.dll10.0.1818.0292,69616-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.management.collectortasks.dll10.0.1818.083,80016-Sep-200923:21×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1818.0403,28816-Sep-200906:54×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,52816-Sep-200923:23×86Microsoft.sqlserver.replication.dll2007.100.1818.01,765,72016-Sep-200906:54×86Microsoft.sqlserver.replication.dll2007.100.1818.01,939,80016-Sep-200923:23×64Microsoft.sqlserver.smo.dll10.0.1818.02,860,90416-Sep-200906:55×86Microsoft.sqlserver.smoextended.dll10.0.1818.0182,10416-Sep-200906:55×86Microsoft.sqlserver.sqlenum.dll10.0.1818.01,083,24016-Sep-200906:55×86Oledbdest.dll2007.100.1818.0259,92816-Sep-200923:31×64Oledbsrc.dll2007.100.1818.0286,05616-Sep-200923:31×64Rdistcom.dll2007.100.1818.0789,86416-Sep-200923:41×64Repldp.dll2007.100.1818.0191,32016-Sep-200907:23×86Repldp.dll2007.100.1818.0229,72016-Sep-200923:41×64Replmerg.exe2007.100.1818.0408,40816-Sep-200923:42×64Snapshot.exe10.0.1818.013,14416-Sep-200908:40×86Sql_engine_core_shared_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Sqllogship.exe10.0.1818.096,08817-Sep-200900:33×86Sqlmergx.dll2007.100.1818.0229,22417-Sep-200900:33×64Sqltaskconnections.dll2007.100.1818.0161,12817-Sep-200900:35×64Sqlwep100.dll2007.100.1818.0119,64017-Sep-200900:35×64Txdataconvert.dll2007.100.1818.0306,02417-Sep-200900:37×64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1818.030,55216-Sep-200922:26×64Databasemailengine.dll10.0.1818.075,60816-Sep-200922:27×86Databasemailprotocols.dll10.0.1818.042,84016-Sep-200922:27×86Datacollectorcontroller.dll2007.100.1818.0255,33616-Sep-200922:27×64Sql_engine_core_inst_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Sqlagent.exe2007.100.1818.0428,39217-Sep-200900:32×64Sqlctr100.dll2007.100.1818.0108,37617-Sep-200900:33×64Sqlctr100.dll2007.100.1818.077,14416-Sep-200908:41×86Sqlos.dll2007.100.1818.015,19217-Sep-200900:34×64Sqlscriptdowngrade.dll2007.100.1818.015,70417-Sep-200900:34×64Sqlscriptupgrade.dll2007.100.1818.03,375,97617-Sep-200900:34×64Sqlservr.exe2007.100.1818.057,857,36817-Sep-200900:34×64Sqsrvres.dll2007.100.1818.0105,81617-Sep-200900:35×64Xpstar.dll2007.100.1818.0546,66417-Sep-200900:38×64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Microsoft.sqlserver.connectioninfo.dll10.0.1818.0149,33616-Sep-200906:50×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1818.0403,28816-Sep-200906:54×86Microsoft.sqlserver.smo.dll10.0.1818.02,860,88816-Sep-200923:23×86Microsoft.sqlserver.smoextended.dll10.0.1818.0182,10416-Sep-200906:55×86Microsoft.sqlserver.sqlenum.dll10.0.1818.01,083,24016-Sep-200906:55×86Msgprox.dll2007.100.1818.0202,07216-Sep-200906:57×86Msgprox.dll2007.100.1818.0246,10416-Sep-200923:24×64Replprov.dll2007.100.1818.0575,32016-Sep-200907:24×86Replprov.dll2007.100.1818.0727,38416-Sep-200923:42×64Replrec.dll2007.100.1818.0789,84816-Sep-200907:24×86Replrec.dll2007.100.1818.0976,72816-Sep-200923:42×64Replsub.dll2007.100.1818.0410,96816-Sep-200907:24×86Replsub.dll2007.100.1818.0492,37616-Sep-200923:42×64Sql_common_core_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Svrenumapi100.dll2007.100.1818.01,017,17617-Sep-200900:36×64Svrenumapi100.dll2007.100.1818.0755,54416-Sep-200908:44×86Xmlsub.dll2007.100.1818.0192,34416-Sep-200908:47×86Xmlsub.dll2007.100.1818.0308,07217-Sep-200900:38×64SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0164,71216-Sep-200905:00×86Dataprofileviewer.exe10.0.1818.0313,19216-Sep-200905:02×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Microsoft.analysisservices.controls.dll10.0.1818.03,233,62416-Sep-200906:44×86Microsoft.analysisservices.design.dll10.0.1818.05,920,61616-Sep-200906:44×86Microsoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Microsoft.analysisservices.viewers.dll10.0.1818.01,001,30416-Sep-200906:45×86Microsoft.analysisservices.wizards.dll10.0.1818.05,928,79216-Sep-200906:45×86Microsoft.datatransformationservices.design.dll10.0.1818.04,233,04816-Sep-200906:45×86Microsoft.datatransformationservices.vsintegration.dll10.0.1818.0333,67216-Sep-200906:45×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1818.0563,04816-Sep-200906:46×86Microsoft.reportingservices.datarendering.dll10.0.1818.083,81616-Sep-200906:46×86Microsoft.reportingservices.diagnostics.dll10.0.1818.0898,90416-Sep-200906:47×86Microsoft.reportingservices.excelrendering.dll10.0.1818.0251,73616-Sep-200906:47×86Microsoft.reportingservices.hpbprocessing.dll10.0.1818.0284,50416-Sep-200906:47×86Microsoft.reportingservices.htmlrendering.dll10.0.1818.0198,50416-Sep-200906:47×86Microsoft.reportingservices.imagerendering.dll10.0.1818.0145,24016-Sep-200906:47×86Microsoft.reportingservices.processingcore.dll10.0.1818.04,339,56016-Sep-200906:47×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1818.092,00816-Sep-200906:47×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1818.0829,28816-Sep-200906:47×86Microsoft.reportingservices.richtext.dll10.0.1818.0100,20016-Sep-200906:47×86Microsoft.reportingservices.spbprocessing.dll10.0.1818.0247,65616-Sep-200906:48×86Microsoft.reportingservices.wordrendering.dll10.0.1818.0227,17616-Sep-200906:48×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.dataprofiler.dll10.0.1818.0280,40816-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Msmdlocal.dll10.0.1818.023,464,28016-Sep-200906:58×86Msmdlocal.dll10.0.1818.044,443,49616-Sep-200923:25×64Msmdpp.dll10.0.1818.06,127,46416-Sep-200906:58×86Msmgdsrv.dll10.0.1818.012,332,37616-Sep-200923:25×64Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Msolap100.dll10.0.1818.06,532,44016-Sep-200906:58×86Msolap100.dll10.0.1818.08,151,89616-Sep-200923:25×64Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Reportingserviceslibrary.dll10.0.1818.01,324,88816-Sep-200907:24×86Sql_bids_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Sqldest.dll2007.100.1818.0180,05616-Sep-200908:41×86Sqlmanagerui.dll10.0.1818.07,554,90416-Sep-200908:41×86Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86Txgroupdups.dll2007.100.1818.0258,39216-Sep-200908:46×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Msmdlocal.dll10.0.1818.023,464,28016-Sep-200906:58×86Msmdlocal.dll10.0.1818.044,443,49616-Sep-200923:25×64Msmdpump.dll10.0.1818.07,426,90416-Sep-200923:25×64Msmdredir.dll10.0.1818.06,200,66416-Sep-200906:58×86Msmdspdm.dll10.0.1818.0178,00816-Sep-200923:25×86Msmdsrv.exe10.0.1818.043,720,53616-Sep-200923:25×64Msmgdsrv.dll10.0.1818.012,332,37616-Sep-200923:25×64Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Msolap100.dll10.0.1818.06,532,44016-Sep-200906:58×86Msolap100.dll10.0.1818.08,151,89616-Sep-200923:25×64Sql_as_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0247,12816-Sep-200922:27×64Dtexec.exe2007.100.1818.064,87216-Sep-200922:36×64Dts.dll2007.100.1818.02,202,96816-Sep-200922:36×64Dtslog.dll2007.100.1818.095,57616-Sep-200922:36×64Dtspipeline.dll2007.100.1818.01,086,82416-Sep-200922:36×64Dtswizard.exe2007.100.1818.0800,60016-Sep-200922:36×64Exceldest.dll2007.100.1818.0260,44016-Sep-200922:44×64Excelsrc.dll2007.100.1818.0279,89616-Sep-200922:44×64Flatfiledest.dll2007.100.1818.0414,55216-Sep-200922:44×64Flatfilesrc.dll2007.100.1818.0424,79216-Sep-200922:44×64Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,43216-Sep-200923:18×86Microsoft.sqlserver.dataprofiler.dll10.0.1818.0280,40816-Sep-200923:20×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,52816-Sep-200923:23×86Msmdpp.dll10.0.1818.07,362,90416-Sep-200923:25×64Oledbdest.dll2007.100.1818.0259,92816-Sep-200923:31×64Oledbsrc.dll2007.100.1818.0286,05616-Sep-200923:31×64Sql_is_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Sqldest.dll2007.100.1818.0264,55217-Sep-200900:33×64Sqltaskconnections.dll2007.100.1818.0161,12817-Sep-200900:35×64Txdataconvert.dll2007.100.1818.0306,02417-Sep-200900:37×64Txgroupdups.dll2007.100.1818.0478,05617-Sep-200900:37×64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1818.0563,03216-Sep-200923:17×86Microsoft.reportingservices.datarendering.dll10.0.1818.083,80016-Sep-200923:17×86Microsoft.reportingservices.diagnostics.dll10.0.1818.0898,90416-Sep-200923:17×86Microsoft.reportingservices.excelrendering.dll10.0.1818.0251,73616-Sep-200923:17×86Microsoft.reportingservices.hpbprocessing.dll10.0.1818.0284,52016-Sep-200923:17×86Microsoft.reportingservices.htmlrendering.dll10.0.1818.0198,50416-Sep-200923:17×86Microsoft.reportingservices.imagerendering.dll10.0.1818.0145,24016-Sep-200923:17×86Microsoft.reportingservices.processingcore.dll10.0.1818.04,339,54416-Sep-200923:17×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1818.091,99216-Sep-200923:18×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1818.0829,27216-Sep-200923:18×86Microsoft.reportingservices.richtext.dll10.0.1818.0100,18416-Sep-200923:18×86Microsoft.reportingservices.spbprocessing.dll10.0.1818.0247,64016-Sep-200923:18×86Microsoft.reportingservices.wordrendering.dll10.0.1818.0227,17616-Sep-200923:18×86Msmgdsrv.dll10.0.1818.012,332,37616-Sep-200923:25×64Reportingserviceslibrary.dll10.0.1818.01,324,88816-Sep-200923:42×86Reportingservicesservice.exe2007.100.1818.02,042,71216-Sep-200923:42×64Reportingserviceswebserver.dll10.0.1818.01,906,52016-Sep-200923:42×86Reportingserviceswebuserinterface.dll10.0.1818.01,611,60816-Sep-200923:42×86Rsconfigtool.exe10.0.1818.01,206,10416-Sep-200908:23×86Sql_rs_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0164,71216-Sep-200905:00×86Copydatabasewizard.exe10.0.1818.0661,33616-Sep-200905:00×86Databasemailwizard.exe10.0.1818.0595,81616-Sep-200905:01×86Dataprofileviewer.exe10.0.1818.0313,19216-Sep-200905:02×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Microsoft.datatransformationservices.design.dll10.0.1818.04,233,04816-Sep-200906:45×86Microsoft.datatransformationservices.vsintegration.dll10.0.1818.0333,67216-Sep-200906:45×86Microsoft.reportingservices.diagnostics.dll10.0.1818.0898,90416-Sep-200906:47×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.dataprofiler.dll10.0.1818.0280,40816-Sep-200906:51×86Microsoft.sqlserver.dmf.dll10.0.1818.0292,69616-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.management.collectortasks.dll10.0.1818.083,81616-Sep-200906:53×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1818.03,290,96816-Sep-200906:53×86Microsoft.sqlserver.management.reports.dll10.0.1818.08,968,02416-Sep-200906:53×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1818.0391,01616-Sep-200906:53×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1818.092,00816-Sep-200906:54×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Microsoft.sqlserver.replication.dll2007.100.1818.01,765,72016-Sep-200906:54×86Microsoft.sqlserver.sqlparser.dll10.0.1818.02,148,18416-Sep-200906:55×86Microsoft.sqlserver.sqltools.vsintegration.dll10.0.1818.0280,42416-Sep-200906:55×86Objectexplorer.dll10.0.1818.03,237,72016-Sep-200907:04×86Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Radlangsvc.dll10.0.1818.0120,66416-Sep-200907:22×86Rsconfigtool.exe10.0.1818.01,206,10416-Sep-200908:23×86Sql_ssms_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Sqldest.dll2007.100.1818.0180,05616-Sep-200908:41×86Sqleditors.dll10.0.1818.01,226,58416-Sep-200908:41×86Sqlmanagerui.dll10.0.1818.07,554,90416-Sep-200908:41×86Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86Txgroupdups.dll2007.100.1818.0258,39216-Sep-200908:46×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1818.0937,83216-Sep-200904:56×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dtexec.exe2007.100.1818.064,87216-Sep-200922:36×64Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dts.dll2007.100.1818.02,202,96816-Sep-200922:36×64Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtslog.dll2007.100.1818.095,57616-Sep-200922:36×64Dtspipeline.dll2007.100.1818.01,086,82416-Sep-200922:36×64Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0800,60016-Sep-200922:36×64Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Exceldest.dll2007.100.1818.0260,44016-Sep-200922:44×64Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Excelsrc.dll2007.100.1818.0279,89616-Sep-200922:44×64Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfiledest.dll2007.100.1818.0414,55216-Sep-200922:44×64Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0424,79216-Sep-200922:44×64Microsoft.analysisservices.controls.dll10.0.1818.03,233,62416-Sep-200906:44×86Microsoft.analysisservices.deployment.exe10.0.1818.0501,60816-Sep-200906:44×86Microsoft.analysisservices.design.dll10.0.1818.05,920,61616-Sep-200906:44×86Microsoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Microsoft.analysisservices.viewers.dll10.0.1818.01,001,30416-Sep-200906:45×86Microsoft.analysisservices.wizards.dll10.0.1818.05,928,79216-Sep-200906:45×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1818.0227,16016-Sep-200923:19×86Microsoft.sqlserver.configuration.sco.dll10.0.1818.01,300,32816-Sep-200923:20×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200812:20×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Msmdlocal.dll10.0.1818.023,464,28016-Sep-200906:58×86Msmdlocal.dll10.0.1818.044,443,49616-Sep-200923:25×64Msmdpp.dll10.0.1818.06,127,46416-Sep-200906:58×86Msmgdsrv.dll10.0.1818.012,332,37616-Sep-200923:25×64Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Msolap100.dll10.0.1818.06,532,44016-Sep-200906:58×86Msolap100.dll10.0.1818.08,151,89616-Sep-200923:25×64Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbdest.dll2007.100.1818.0259,92816-Sep-200923:31×64Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0286,05616-Sep-200923:31×64Sql_tools_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Sqltaskconnections.dll2007.100.1818.0161,12817-Sep-200900:35×64Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86Txdataconvert.dll2007.100.1818.0306,02417-Sep-200900:37×64SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,690,45616-Sep-200922:27×64Chtbrkr.dll12.0.9730.06,106,47216-Sep-200922:27×64Fd.dll2007.100.1818.0688,98416-Sep-200922:44×64Iftsph.dll2007.100.1818.054,61616-Sep-200922:53×64Infosoft.dll12.0.9730.0617,81616-Sep-200922:53×64Korwbrkr.dll12.0.9730.098,13616-Sep-200923:15×64Msfte.dll12.0.9732.03,812,69616-Sep-200923:24×64Sql_fulltext_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Xmlfilt.dll12.0.9730.0265,56017-Sep-200900:38×64SQL Server 2008 Browser Service
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdredir.dll10.0.1818.06,200,66416-Sep-200906:58×86Sqlbrowser_keyfile.dll2007.100.1818.013,65616-Sep-200906:27×86SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1818.014,16816-Sep-200923:08×64Sqlncli10.dll2007.100.1818.02,456,92016-Sep-200908:42×86Sqlncli10.dll2007.100.1818.03,155,81617-Sep-200900:34×64Itanium-architecture versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0557,91217-Sep-200900:51IA-64Distrib.exe2007.100.1818.0205,65617-Sep-200900:59IA-64Dtexec.exe2007.100.1818.0154,96817-Sep-200900:59IA-64Dts.dll2007.100.1818.04,249,94417-Sep-200900:59IA-64Dtslog.dll2007.100.1818.0183,65617-Sep-200900:59IA-64Dtspipeline.dll2007.100.1818.02,020,71217-Sep-200900:59IA-64Dtswizard.exe2007.100.1818.0800,60017-Sep-200900:59IA-64Exceldest.dll2007.100.1818.0584,04017-Sep-200901:06IA-64Excelsrc.dll2007.100.1818.0641,89617-Sep-200901:06IA-64Flatfiledest.dll2007.100.1818.0951,12817-Sep-200901:06IA-64Flatfilesrc.dll2007.100.1818.0975,19217-Sep-200901:06IA-64Iftsph.dll2007.100.1818.088,40817-Sep-200901:14IA-64Logread.exe2007.100.1818.01,124,69617-Sep-200901:33IA-64Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,43217-Sep-200901:34×86Microsoft.sqlserver.connectioninfo.dll10.0.1818.0149,33616-Sep-200906:50×86Microsoft.sqlserver.dmf.dll10.0.1818.0292,69616-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.management.collectortasks.dll10.0.1818.083,81617-Sep-200901:37×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1818.0403,28816-Sep-200906:54×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51217-Sep-200901:38×86Microsoft.sqlserver.replication.dll2007.100.1818.01,765,72016-Sep-200906:54×86Microsoft.sqlserver.replication.dll2007.100.1818.02,656,60017-Sep-200901:38IA-64Microsoft.sqlserver.smo.dll10.0.1818.02,860,90416-Sep-200906:55×86Microsoft.sqlserver.smoextended.dll10.0.1818.0182,10416-Sep-200906:55×86Microsoft.sqlserver.sqlenum.dll10.0.1818.01,083,24016-Sep-200906:55×86Oledbdest.dll2007.100.1818.0586,07217-Sep-200901:45IA-64Oledbsrc.dll2007.100.1818.0653,65617-Sep-200901:45IA-64Rdistcom.dll2007.100.1818.01,835,36817-Sep-200901:52IA-64Repldp.dll2007.100.1818.0191,32016-Sep-200907:23×86Repldp.dll2007.100.1818.0522,60017-Sep-200901:52IA-64Replmerg.exe2007.100.1818.0969,56017-Sep-200901:53IA-64Snapshot.exe10.0.1818.013,14416-Sep-200908:40×86Sql_engine_core_shared_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64Sqllogship.exe10.0.1818.096,08817-Sep-200902:38×86Sqlmergx.dll2007.100.1818.0428,37617-Sep-200902:38IA-64Sqltaskconnections.dll2007.100.1818.0335,70417-Sep-200902:39IA-64Sqlwep100.dll2007.100.1818.0216,42417-Sep-200902:39IA-64Txdataconvert.dll2007.100.1818.0674,66417-Sep-200902:41IA-64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1818.059,24017-Sep-200900:51IA-64Databasemailengine.dll10.0.1818.075,60817-Sep-200900:52×86Databasemailprotocols.dll10.0.1818.042,84017-Sep-200900:52×86Datacollectorcontroller.dll2007.100.1818.0470,87217-Sep-200900:52IA-64Sql_engine_core_inst_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64Sqlagent.exe2007.100.1818.01,203,54417-Sep-200902:37IA-64Sqlctr100.dll2007.100.1818.0135,01617-Sep-200902:38IA-64Sqlctr100.dll2007.100.1818.077,14416-Sep-200908:41×86Sqlos.dll2007.100.1818.022,36017-Sep-200902:38IA-64Sqlscriptdowngrade.dll2007.100.1818.020,82417-Sep-200902:38IA-64Sqlscriptupgrade.dll2007.100.1818.03,382,10417-Sep-200902:38IA-64Sqlservr.exe2007.100.1818.0110,954,32817-Sep-200902:39IA-64Sqsrvres.dll2007.100.1818.0187,73617-Sep-200902:40IA-64Xpstar.dll2007.100.1818.0936,80817-Sep-200902:42IA-64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Microsoft.sqlserver.connectioninfo.dll10.0.1818.0149,33616-Sep-200906:50×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1818.0403,28816-Sep-200906:54×86Microsoft.sqlserver.smo.dll10.0.1818.02,860,88817-Sep-200901:38×86Microsoft.sqlserver.smoextended.dll10.0.1818.0182,10416-Sep-200906:55×86Microsoft.sqlserver.sqlenum.dll10.0.1818.01,083,22417-Sep-200901:38×86Msgprox.dll2007.100.1818.0202,07216-Sep-200906:57×86Msgprox.dll2007.100.1818.0534,36017-Sep-200901:39IA-64Replprov.dll2007.100.1818.01,640,79217-Sep-200901:53IA-64Replprov.dll2007.100.1818.0575,32016-Sep-200907:24×86Replrec.dll2007.100.1818.02,125,16017-Sep-200901:53IA-64Replrec.dll2007.100.1818.0789,84816-Sep-200907:24×86Replsub.dll2007.100.1818.01,111,89617-Sep-200901:53IA-64Replsub.dll2007.100.1818.0410,96816-Sep-200907:24×86Sql_common_core_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64Svrenumapi100.dll2007.100.1818.02,696,02417-Sep-200902:40IA-64Svrenumapi100.dll2007.100.1818.0755,54416-Sep-200908:44×86Xmlsub.dll2007.100.1818.0192,34416-Sep-200908:47×86Xmlsub.dll2007.100.1818.0558,93617-Sep-200902:42IA-64SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Msmdlocal.dll10.0.1818.023,464,28016-Sep-200906:58×86Msmdlocal.dll10.0.1818.057,519,96017-Sep-200901:39IA-64Msmdpump.dll10.0.1818.08,940,37617-Sep-200901:39IA-64Msmdredir.dll10.0.1818.08,490,84017-Sep-200901:40IA-64Msmdspdm.dll10.0.1818.0178,00817-Sep-200901:40×86Msmdsrv.exe10.0.1818.058,870,10417-Sep-200901:40IA-64Msmgdsrv.dll10.0.1818.015,484,76017-Sep-200901:40IA-64Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Msolap100.dll10.0.1818.010,063,70417-Sep-200901:40IA-64Msolap100.dll10.0.1818.06,532,44016-Sep-200906:58×86Sql_as_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0557,91217-Sep-200900:51IA-64Dtexec.exe2007.100.1818.0154,96817-Sep-200900:59IA-64Dts.dll2007.100.1818.04,249,94417-Sep-200900:59IA-64Dtslog.dll2007.100.1818.0183,65617-Sep-200900:59IA-64Dtspipeline.dll2007.100.1818.02,020,71217-Sep-200900:59IA-64Dtswizard.exe2007.100.1818.0800,60017-Sep-200900:59IA-64Exceldest.dll2007.100.1818.0584,04017-Sep-200901:06IA-64Excelsrc.dll2007.100.1818.0641,89617-Sep-200901:06IA-64Flatfiledest.dll2007.100.1818.0951,12817-Sep-200901:06IA-64Flatfilesrc.dll2007.100.1818.0975,19217-Sep-200901:06IA-64Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,43217-Sep-200901:34×86Microsoft.sqlserver.dataprofiler.dll10.0.1818.0280,40817-Sep-200901:36×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51217-Sep-200901:38×86Msmdpp.dll10.0.1818.08,877,91217-Sep-200901:39IA-64Oledbdest.dll2007.100.1818.0586,07217-Sep-200901:45IA-64Oledbsrc.dll2007.100.1818.0653,65617-Sep-200901:45IA-64Sql_is_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64Sqldest.dll2007.100.1818.0602,96817-Sep-200902:38IA-64Sqltaskconnections.dll2007.100.1818.0335,70417-Sep-200902:39IA-64Txdataconvert.dll2007.100.1818.0674,66417-Sep-200902:41IA-64Txgroupdups.dll2007.100.1818.0941,91217-Sep-200902:41IA-64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1818.0563,03217-Sep-200901:33×86Microsoft.reportingservices.datarendering.dll10.0.1818.083,80017-Sep-200901:33×86Microsoft.reportingservices.diagnostics.dll10.0.1818.0898,90417-Sep-200901:34×86Microsoft.reportingservices.excelrendering.dll10.0.1818.0251,73617-Sep-200901:34×86Microsoft.reportingservices.hpbprocessing.dll10.0.1818.0284,50417-Sep-200901:34×86Microsoft.reportingservices.htmlrendering.dll10.0.1818.0198,48817-Sep-200901:34×86Microsoft.reportingservices.imagerendering.dll10.0.1818.0145,24017-Sep-200901:34×86Microsoft.reportingservices.processingcore.dll10.0.1818.04,339,54417-Sep-200901:34×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1818.091,99217-Sep-200901:34×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1818.0829,27217-Sep-200901:34×86Microsoft.reportingservices.richtext.dll10.0.1818.0100,18417-Sep-200901:34×86Microsoft.reportingservices.spbprocessing.dll10.0.1818.0247,64017-Sep-200901:34×86Microsoft.reportingservices.wordrendering.dll10.0.1818.0227,16017-Sep-200901:34×86Msmgdsrv.dll10.0.1818.015,484,76017-Sep-200901:40IA-64Reportingserviceslibrary.dll10.0.1818.01,324,88817-Sep-200901:53×86Reportingservicesservice.exe2007.100.1818.03,358,55217-Sep-200901:53IA-64Reportingserviceswebserver.dll10.0.1818.01,906,52017-Sep-200901:53×86Reportingserviceswebuserinterface.dll10.0.1818.01,611,62417-Sep-200901:53×86Rsconfigtool.exe10.0.1818.01,206,10416-Sep-200908:23×86Sql_rs_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1818.0164,71216-Sep-200905:00×86Copydatabasewizard.exe10.0.1818.0661,33616-Sep-200905:00×86Databasemailwizard.exe10.0.1818.0595,81616-Sep-200905:01×86Dataprofileviewer.exe10.0.1818.0313,19216-Sep-200905:02×86Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Microsoft.datatransformationservices.design.dll10.0.1818.04,233,04816-Sep-200906:45×86Microsoft.datatransformationservices.vsintegration.dll10.0.1818.0333,67216-Sep-200906:45×86Microsoft.reportingservices.diagnostics.dll10.0.1818.0898,90416-Sep-200906:47×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.dataprofiler.dll10.0.1818.0280,40816-Sep-200906:51×86Microsoft.sqlserver.dmf.dll10.0.1818.0292,69616-Sep-200906:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1818.0296,79216-Sep-200906:52×86Microsoft.sqlserver.management.collectortasks.dll10.0.1818.083,81616-Sep-200906:53×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1818.03,290,96816-Sep-200906:53×86Microsoft.sqlserver.management.reports.dll10.0.1818.08,968,02416-Sep-200906:53×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1818.0391,01616-Sep-200906:53×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1818.092,00816-Sep-200906:54×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Microsoft.sqlserver.replication.dll2007.100.1818.01,765,72016-Sep-200906:54×86Microsoft.sqlserver.sqlparser.dll10.0.1818.02,148,18416-Sep-200906:55×86Microsoft.sqlserver.sqltools.vsintegration.dll10.0.1818.0280,42416-Sep-200906:55×86Objectexplorer.dll10.0.1818.03,237,72016-Sep-200907:04×86Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Radlangsvc.dll10.0.1818.0120,66416-Sep-200907:22×86Rsconfigtool.exe10.0.1818.01,206,10416-Sep-200908:23×86Sql_ssms_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64Sqldest.dll2007.100.1818.0180,05616-Sep-200908:41×86Sqleditors.dll10.0.1818.01,226,58416-Sep-200908:41×86Sqlmanagerui.dll10.0.1818.07,554,90416-Sep-200908:41×86Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86Txgroupdups.dll2007.100.1818.0258,39216-Sep-200908:46×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1818.0937,83216-Sep-200904:56×86Dtexec.exe2007.100.1818.0154,96817-Sep-200900:59IA-64Dtexec.exe2007.100.1818.054,10416-Sep-200905:18×86Dts.dll2007.100.1818.01,429,33616-Sep-200905:18×86Dts.dll2007.100.1818.04,249,94417-Sep-200900:59IA-64Dtslog.dll2007.100.1818.0183,65617-Sep-200900:59IA-64Dtslog.dll2007.100.1818.079,70416-Sep-200905:19×86Dtspipeline.dll2007.100.1818.02,020,71217-Sep-200900:59IA-64Dtspipeline.dll2007.100.1818.0694,10416-Sep-200905:19×86Dtswizard.exe2007.100.1818.0800,60017-Sep-200900:59IA-64Dtswizard.exe2007.100.1818.0804,69616-Sep-200905:19×86Exceldest.dll2007.100.1818.0173,41616-Sep-200905:35×86Exceldest.dll2007.100.1818.0584,04017-Sep-200901:06IA-64Excelsrc.dll2007.100.1818.0183,14416-Sep-200905:35×86Excelsrc.dll2007.100.1818.0641,89617-Sep-200901:06IA-64Flatfiledest.dll2007.100.1818.0276,32816-Sep-200905:36×86Flatfiledest.dll2007.100.1818.0951,12817-Sep-200901:06IA-64Flatfilesrc.dll2007.100.1818.0283,99216-Sep-200905:36×86Flatfilesrc.dll2007.100.1818.0975,19217-Sep-200901:06IA-64Microsoft.analysisservices.controls.dll10.0.1818.03,233,62416-Sep-200906:44×86Microsoft.analysisservices.deployment.exe10.0.1818.0501,60816-Sep-200906:44×86Microsoft.analysisservices.design.dll10.0.1818.05,920,61616-Sep-200906:44×86Microsoft.analysisservices.dll10.0.1818.01,316,69616-Sep-200906:44×86Microsoft.analysisservices.viewers.dll10.0.1818.01,001,30416-Sep-200906:45×86Microsoft.analysisservices.wizards.dll10.0.1818.05,928,79216-Sep-200906:45×86Microsoft.sqlserver.adonetsrc.dll10.0.1818.067,41616-Sep-200906:48×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1818.0227,16017-Sep-200901:35×86Microsoft.sqlserver.configuration.sco.dll10.0.1818.01,300,32817-Sep-200901:36×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200810:16×86Microsoft.sqlserver.pipelinehost.dll10.0.1818.071,51216-Sep-200906:54×86Msmdlocal.dll10.0.1818.023,464,28016-Sep-200906:58×86Msmdlocal.dll10.0.1818.057,519,96017-Sep-200901:39IA-64Msmdpp.dll10.0.1818.06,127,46416-Sep-200906:58×86Msmgdsrv.dll10.0.1818.015,484,76017-Sep-200901:40IA-64Msmgdsrv.dll10.0.1818.08,558,44016-Sep-200906:58×86Msolap100.dll10.0.1818.010,063,70417-Sep-200901:40IA-64Msolap100.dll10.0.1818.06,532,44016-Sep-200906:58×86Oledbdest.dll2007.100.1818.0173,91216-Sep-200907:05×86Oledbdest.dll2007.100.1818.0586,07217-Sep-200901:45IA-64Oledbsrc.dll2007.100.1818.0186,72816-Sep-200907:05×86Oledbsrc.dll2007.100.1818.0653,65617-Sep-200901:45IA-64Sql_tools_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64Sqltaskconnections.dll2007.100.1818.0113,49616-Sep-200908:43×86Sqltaskconnections.dll2007.100.1818.0335,70417-Sep-200902:39IA-64Txdataconvert.dll2007.100.1818.0206,68016-Sep-200908:46×86Txdataconvert.dll2007.100.1818.0674,66417-Sep-200902:41IA-64SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,879,91217-Sep-200900:51IA-64Chtbrkr.dll12.0.9730.06,151,51217-Sep-200900:51IA-64Fd.dll2007.100.1818.01,146,20017-Sep-200901:06IA-64Iftsph.dll2007.100.1818.088,40817-Sep-200901:14IA-64Infosoft.dll12.0.9730.01,911,64017-Sep-200901:14IA-64Korwbrkr.dll12.0.9730.0179,03217-Sep-200901:32IA-64Msfte.dll12.0.9732.07,080,79217-Sep-200901:39IA-64Sql_fulltext_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64Xmlfilt.dll12.0.9730.0438,63217-Sep-200902:42IA-64SQL Server 2008 Browser Service
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdredir.dll10.0.1818.08,490,84017-Sep-200901:40IA-64Sqlbrowser_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1818.019,30417-Sep-200901:26IA-64Sqlncli10.dll2007.100.1818.02,456,92016-Sep-200908:42×86Sqlncli10.dll2007.100.1818.06,346,07217-Sep-200902:38IA-64How to uninstall the cumulative update packageTo uninstall the cumulative update package, follow these steps: In Control Panel, open theAdd or Remove Programsitem.ClickChange or Remove Programs.To see all the updates for the SQL Server 2008 installation, click to select theShow Updatescheck box.Uninstall the cumulative hotfix package.

Cumulative update package 6 for SQL Server 2008

Symptoms
Cumulative Update 6 contains hotfixes for the Microsoft SQL Server 2008 issues that have been fixed since the release of SQL Server 2008.
NoteThis build of the cumulative update package is also known as build 10.00.1812.
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 2008 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:
956909?(http://support.microsoft.com/kb/956909/)The SQL Server 2008 builds that were released after SQL Server 2008 was released
Important notes about the cumulative update packageSQL Server 2008 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.
Resolution
How to obtain Cumulative Update 6 for SQL Server 2008 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 2008 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)
Known issuesAfter you apply this cumulative update, you may encounter an issue when you try to use SQL Server Management Studio to restore a SQL Server 2000 databases.For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
972687?(http://support.microsoft.com/kb/972687/) FIX: Error message when you restore a SQL Server 2000 database by using SQL Server 2005 Management Studio or SQL Server 2008 Management Studio: “Cannot show requested dialog. Failed to retrieve data for this request (Microsoft.SqlServer.SmoEnum)”
SQL Server 2008 hotfixes that are included in Cumulative Update 6 for SQL Server 2008
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
SQL bug numberKB article numberDescription315520948567?(http://support.microsoft.com/kb/948567/)FIX: When you run a query against a table that contains Traditional Chinese characters, the incorrect result is returned in SQL Server 2005 or SQL Server 2008315524956574?(http://support.microsoft.com/kb/956574/)FIX: Data results are inconsistent when you run a search query that uses the NEAR operator against an XML type data that contains the xml:lang attribute262937967315?(http://support.microsoft.com/kb/967315/)FIX: You receive an incorrect result when you run a full-text query against a table that uses the Chinese word breaker in SQL Server 2008287506968722?(http://support.microsoft.com/kb/968722/)FIX: The CPU usage of the resource monitor is very high when the virtual memory is running low in SQL Server 2008303457968834?(http://support.microsoft.com/kb/968834/)FIX: Error message when you send an e-mail by using Database Mail in SQL Server 2005 or in SQL Server 2008: “The operation has timed out”289754969050?(http://support.microsoft.com/kb/969050/)FIX: Error message when you run a SQL Server 2008 Integration Services package that contains an Execute SQL Task that runs a stored procedure: “The type of the value being assigned to variable “<Variable>” differs from the current variable type”321761969528?(http://support.microsoft.com/kb/969528/)FIX: An assertion failure occurs when you switch the schedule of a report subscription between a shared schedule and a custom schedule in SQL Server 2005 Report Services or SQL Server 2008 Reporting Services321769969844?(http://support.microsoft.com/kb/969844/)FIX: You receive inconsistent results when you run index-related DMVs to return statistical information about missing indexes in SQL Server 2005 or in SQL Server 2008302494970014?(http://support.microsoft.com/kb/970014/)FIX: The Management Data Warehouse database grows very large after you enable the Data Collector feature in SQL Server 2008302705970044?(http://support.microsoft.com/kb/970044/)FIX: Error message when you try to stop database mirroring between two servers that are running SQL Server 2008: “Non-yielding Scheduler”309363970058?(http://support.microsoft.com/kb/970058/)FIX: Error message when you open a report by specifying a multivalued parameter in a URL in SQL Server 2005 or SQL Server 2008 Reporting Services: “Default value or value provided for the report parameter ‘<Parameter>’ is not a valid value”303630970133?(http://support.microsoft.com/kb/970133/)FIX: When you create a compressed backup for a database in SQL Server 2008, you cannot stop the backup operation if the backup operation stops responding304160970198?(http://support.microsoft.com/kb/970198/)FIX: You receive an incorrect result when you run a query that uses the row_number function in SQL Server 2008321809970551?(http://support.microsoft.com/kb/970551/)FIX: Error message when you run an MDX query that requests a dimension property on a parent-child hierarchy in Microsoft SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services308509970713?(http://support.microsoft.com/kb/970713/)FIX: A policy is evaluated against an incorrect target when you run the policy category in evaluation mode on a remote server that is running SQL Server 2008317708970823?(http://support.microsoft.com/kb/970823/)FIX: CPU usage increases when you run a query that uses a string comparison function on a computer that has many processors after you upgrade to SQL Server 2005 Service Pack 3 or to SQL Server 2008314027970909?(http://support.microsoft.com/kb/970909/)FIX: You receive an incorrect result when you run a full-text query that combines the NEAR operator together with the AND operator in SQL Server 2008321835970966?(http://support.microsoft.com/kb/970966/)FIX: An MDX query that uses the NON EMPTY clause and the DrillDownLevel function returns null values in SQL Server 2005 Analysis Services or SQL Server 2008 Analysis Services312336971136?(http://support.microsoft.com/kb/971136/)FIX: Error message when you synchronize a database or manually run sp_replcmds after you perform partial updates on a varbinary(max) column in SQL Server 2008: “The rowset does not contain any column with offset -1.”321777971402?(http://support.microsoft.com/kb/971402/)FIX: Error message when you send an e-mail by using a private Database Mail profile in SQL Server 2005 or in SQL Server 2008: “profile name is not valid”315537971780?(http://support.microsoft.com/kb/971780/)FIX: You receive an incorrect result when you run a query that uses the LIKE predicate against a table that uses the “Latin1_General_100_CI_AS” or the “Latin1_General_CI_AS” collation in SQL Server 2008318372971914?(http://support.microsoft.com/kb/971914/)FIX: Error message when you run a multithreaded application that uses SQL Server Management Objects (SMO) version 10.00: “An item with the same key has already been added”313949972650?(http://support.microsoft.com/kb/972650/)FIX: Error message when you run a full-text query in SQL Server 2008 after you register an IFilter: “No appropriate filter was found during full-text index population for table or indexed view”324153972681?(http://support.microsoft.com/kb/972681/)FIX: The removal of a transaction log file of the database on the principal server breaks a database mirroring session in SQL Server 2008321378972767?(http://support.microsoft.com/kb/972767/)FIX: The SQL Server 2008 database engine and Reporting Services consume more power on Windows client computers than expected314565973204?(http://support.microsoft.com/kb/973204/)FIX: A change to the Maximum File Size property on a large database takes a long time to finish in SQL Server 2008 Management Studio320974973301?(http://support.microsoft.com/kb/973301/)FIX: Error message when you install SQL Server 2008 or SQL Server 2008 Service Pack 1 on a Windows XP-based computer that has SQL Server 2000 installed: “Object reference not set to an instance of an object.”319578973302?(http://support.microsoft.com/kb/973302/)FIX: Error message when you capture a SQL Server trace file in SQL Server 2008: “Non-yielding Scheduler”325998973303?(http://support.microsoft.com/kb/973303/)FIX: Error message when you run the sp_add_alert stored procedure in SQL Server 2008 on a computer that is running Windows Server 2008 or Windows Vista: “SQLServerAgent Error: WMI error: 0×80041003″303467969086?(http://support.microsoft.com/kb/969086/)FIX: The SQL Server service stops responding, and event ID 2019 is logged in the System log in SQL Server 2005 or in SQL Server 2008324370972498?(http://support.microsoft.com/kb/972498/)FIX: You receive error messages or data is damaged after you run an SSIS package that contains a data flow task in a low memory situation in SQL Server 2005 or in SQL Server 2008
Cumulative update package informationRestart informationYou may have to restart the computer after you apply this cumulative update.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 theTime Zonetab in theDate and Timeitem in Control Panel.32-bit versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0164,71202-Jul-200914:25×86Distrib.exe2007.100.1812.075,09602-Jul-200914:40×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Iftsph.dll2007.100.1812.038,76002-Jul-200915:10×86Logread.exe2007.100.1812.0423,25602-Jul-200915:51×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.connectioninfo.dll10.0.1812.0149,35202-Jul-200915:56×86Microsoft.sqlserver.dmf.dll10.0.1812.0292,71202-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.management.collectortasks.dll10.0.1812.083,80002-Jul-200915:58×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1812.0403,30402-Jul-200915:59×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Microsoft.sqlserver.replication.dll2007.100.1812.01,765,72002-Jul-200915:59×86Microsoft.sqlserver.smo.dll10.0.1812.02,860,88802-Jul-200916:00×86Microsoft.sqlserver.smoextended.dll10.0.1812.0182,12002-Jul-200916:00×86Microsoft.sqlserver.sqlenum.dll10.0.1812.01,083,24002-Jul-200916:00×86Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Rdistcom.dll2007.100.1812.0651,11202-Jul-200916:24×86Repldp.dll2007.100.1812.0191,33602-Jul-200916:24×86Replmerg.exe2007.100.1812.0341,33602-Jul-200916:25×86Snapshot.exe10.0.1812.013,14402-Jul-200917:32×86Sql_engine_core_shared_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86Sqllogship.exe10.0.1812.096,10402-Jul-200917:33×86Sqlmergx.dll2007.100.1812.0192,85602-Jul-200917:33×86Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Sqlwep100.dll2007.100.1812.089,43202-Jul-200917:34×86Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1812.026,47202-Jul-200914:22×86Databasemailengine.dll10.0.1812.075,62402-Jul-200914:26×86Databasemailprotocols.dll10.0.1812.042,85602-Jul-200914:26×86Datacollectorcontroller.dll2007.100.1812.0134,50402-Jul-200914:26×86Sql_engine_core_inst_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86Sqlagent.exe2007.100.1812.0366,93602-Jul-200917:32×86Sqlctr100.dll2007.100.1812.077,16002-Jul-200917:32×86Sqlos.dll2007.100.1812.014,68002-Jul-200917:33×86Sqlscriptdowngrade.dll2007.100.1812.014,69602-Jul-200917:33×86Sqlscriptupgrade.dll2007.100.1812.03,375,44802-Jul-200917:33×86Sqlservr.exe2007.100.1812.041,017,19202-Jul-200917:33×86SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Microsoft.sqlserver.connectioninfo.dll10.0.1812.0149,35202-Jul-200915:56×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1812.0403,30402-Jul-200915:59×86Microsoft.sqlserver.smo.dll10.0.1812.02,860,88802-Jul-200916:00×86Microsoft.sqlserver.smoextended.dll10.0.1812.0182,12002-Jul-200916:00×86Microsoft.sqlserver.sqlenum.dll10.0.1812.01,083,24002-Jul-200916:00×86Msgprox.dll2007.100.1812.0202,07202-Jul-200916:02×86Replprov.dll2007.100.1812.0575,33602-Jul-200916:25×86Replrec.dll2007.100.1812.0789,84802-Jul-200916:25×86Replsub.dll2007.100.1812.0410,98402-Jul-200916:25×86Sql_common_core_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86Svrenumapi100.dll2007.100.1812.0755,54402-Jul-200917:35×86Xmlsub.dll2007.100.1812.0192,36002-Jul-200917:37×86SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0164,71202-Jul-200914:25×86Dataprofileviewer.exe10.0.1812.0313,19202-Jul-200914:27×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Microsoft.analysisservices.controls.dll10.0.1812.03,233,62402-Jul-200915:51×86Microsoft.analysisservices.design.dll10.0.1812.05,920,60002-Jul-200915:52×86Microsoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Microsoft.analysisservices.viewers.dll10.0.1812.01,001,30402-Jul-200915:52×86Microsoft.analysisservices.wizards.dll10.0.1812.05,928,80802-Jul-200915:52×86Microsoft.datatransformationservices.design.dll10.0.1812.04,233,04802-Jul-200915:53×86Microsoft.datatransformationservices.vsintegration.dll10.0.1812.0333,67202-Jul-200915:53×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1812.0563,04802-Jul-200915:53×86Microsoft.reportingservices.datarendering.dll10.0.1812.083,80002-Jul-200915:53×86Microsoft.reportingservices.diagnostics.dll10.0.1812.0898,90402-Jul-200915:53×86Microsoft.reportingservices.excelrendering.dll10.0.1812.0251,73602-Jul-200915:53×86Microsoft.reportingservices.hpbprocessing.dll10.0.1812.0284,52002-Jul-200915:54×86Microsoft.reportingservices.htmlrendering.dll10.0.1812.0198,50402-Jul-200915:54×86Microsoft.reportingservices.imagerendering.dll10.0.1812.0145,24002-Jul-200915:54×86Microsoft.reportingservices.processingcore.dll10.0.1812.04,339,56002-Jul-200915:54×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1812.092,00802-Jul-200915:54×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1812.0829,27202-Jul-200915:54×86Microsoft.reportingservices.richtext.dll10.0.1812.0100,20002-Jul-200915:54×86Microsoft.reportingservices.spbprocessing.dll10.0.1812.0247,65602-Jul-200915:54×86Microsoft.reportingservices.wordrendering.dll10.0.1812.0227,17602-Jul-200915:54×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.dataprofiler.dll10.0.1812.0280,40802-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Msmdlocal.dll10.0.1812.023,463,78402-Jul-200916:02×86Msmdpp.dll10.0.1812.06,127,46402-Jul-200916:02×86Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Msolap100.dll10.0.1812.06,532,45602-Jul-200916:02×86Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Reportingserviceslibrary.dll10.0.1812.01,324,90402-Jul-200916:25×86Sql_bids_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86Sqldest.dll2007.100.1812.0180,05602-Jul-200917:32×86Sqlmanagerui.dll10.0.1812.07,554,90402-Jul-200917:33×86Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86Txgroupdups.dll2007.100.1812.0258,40802-Jul-200917:36×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Msmdlocal.dll10.0.1812.023,463,78402-Jul-200916:02×86Msmdpump.dll10.0.1812.06,178,15202-Jul-200916:02×86Msmdredir.dll10.0.1812.06,200,66402-Jul-200916:02×86Msmdspdm.dll10.0.1812.0178,02402-Jul-200916:02×86Msmdsrv.exe10.0.1812.021,959,52802-Jul-200916:02×86Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Msolap100.dll10.0.1812.06,532,45602-Jul-200916:02×86Sql_as_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0164,71202-Jul-200914:25×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.dataprofiler.dll10.0.1812.0280,40802-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Msmdpp.dll10.0.1812.06,127,46402-Jul-200916:02×86Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Sql_is_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86Sqldest.dll2007.100.1812.0180,05602-Jul-200917:32×86Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86Txgroupdups.dll2007.100.1812.0258,40802-Jul-200917:36×86SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1812.0563,04802-Jul-200915:53×86Microsoft.reportingservices.datarendering.dll10.0.1812.083,80002-Jul-200915:53×86Microsoft.reportingservices.diagnostics.dll10.0.1812.0898,90402-Jul-200915:53×86Microsoft.reportingservices.excelrendering.dll10.0.1812.0251,73602-Jul-200915:53×86Microsoft.reportingservices.hpbprocessing.dll10.0.1812.0284,52002-Jul-200915:54×86Microsoft.reportingservices.htmlrendering.dll10.0.1812.0198,50402-Jul-200915:54×86Microsoft.reportingservices.imagerendering.dll10.0.1812.0145,24002-Jul-200915:54×86Microsoft.reportingservices.processingcore.dll10.0.1812.04,339,56002-Jul-200915:54×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1812.092,00802-Jul-200915:54×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1812.0829,27202-Jul-200915:54×86Microsoft.reportingservices.richtext.dll10.0.1812.0100,20002-Jul-200915:54×86Microsoft.reportingservices.spbprocessing.dll10.0.1812.0247,65602-Jul-200915:54×86Microsoft.reportingservices.wordrendering.dll10.0.1812.0227,17602-Jul-200915:54×86Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Reportingserviceslibrary.dll10.0.1812.01,324,90402-Jul-200916:25×86Reportingservicesservice.exe2007.100.1812.01,104,23202-Jul-200916:25×86Reportingserviceswebserver.dll10.0.1812.01,906,52002-Jul-200916:25×86Reportingserviceswebuserinterface.dll10.0.1812.01,611,62402-Jul-200916:25×86Rsconfigtool.exe10.0.1812.01,197,91202-Jul-200917:17×86Sql_rs_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0164,71202-Jul-200914:25×86Copydatabasewizard.exe10.0.1812.0661,35202-Jul-200914:25×86Dataprofileviewer.exe10.0.1812.0313,19202-Jul-200914:27×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Microsoft.datatransformationservices.design.dll10.0.1812.04,233,04802-Jul-200915:53×86Microsoft.datatransformationservices.vsintegration.dll10.0.1812.0333,67202-Jul-200915:53×86Microsoft.reportingservices.diagnostics.dll10.0.1812.0898,90402-Jul-200915:53×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.dataprofiler.dll10.0.1812.0280,40802-Jul-200915:56×86Microsoft.sqlserver.dmf.dll10.0.1812.0292,71202-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.management.collectortasks.dll10.0.1812.083,80002-Jul-200915:58×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1812.03,290,98402-Jul-200915:58×86Microsoft.sqlserver.management.reports.dll10.0.1812.08,968,04002-Jul-200915:58×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1812.0391,01602-Jul-200915:59×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1812.091,99202-Jul-200915:59×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Microsoft.sqlserver.replication.dll2007.100.1812.01,765,72002-Jul-200915:59×86Microsoft.sqlserver.sqlparser.dll10.0.1812.02,148,20002-Jul-200916:00×86Objectexplorer.dll10.0.1812.03,237,72002-Jul-200916:09×86Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Radlangsvc.dll10.0.1812.0120,66402-Jul-200916:23×86Rsconfigtool.exe10.0.1812.01,197,91202-Jul-200917:17×86Sql_ssms_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86Sqldest.dll2007.100.1812.0180,05602-Jul-200917:32×86Sqleditors.dll10.0.1812.01,222,50402-Jul-200917:32×86Sqlmanagerui.dll10.0.1812.07,554,90402-Jul-200917:33×86Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86Txgroupdups.dll2007.100.1812.0258,40802-Jul-200917:36×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1812.0937,83202-Jul-200914:22×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Microsoft.analysisservices.controls.dll10.0.1812.03,233,62402-Jul-200915:51×86Microsoft.analysisservices.deployment.exe10.0.1812.0501,59202-Jul-200915:51×86Microsoft.analysisservices.design.dll10.0.1812.05,920,60002-Jul-200915:52×86Microsoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Microsoft.analysisservices.viewers.dll10.0.1812.01,001,30402-Jul-200915:52×86Microsoft.analysisservices.wizards.dll10.0.1812.05,928,80802-Jul-200915:52×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1812.0227,16002-Jul-200915:55×86Microsoft.sqlserver.configuration.sco.dll10.0.1812.01,300,31202-Jul-200915:56×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200803:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Msmdlocal.dll10.0.1812.023,463,78402-Jul-200916:02×86Msmdpp.dll10.0.1812.06,127,46402-Jul-200916:02×86Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Msolap100.dll10.0.1812.06,532,45602-Jul-200916:02×86Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Sql_tools_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1812.013,65602-Jul-200915:37×86Sqlncli10.dll2007.100.1812.02,457,44802-Jul-200917:33×86x64-based versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0247,14402-Jul-200919:58×64Distrib.exe2007.100.1812.086,87202-Jul-200920:05×64Dtexec.exe2007.100.1812.064,85602-Jul-200920:06×64Dts.dll2007.100.1812.02,202,96802-Jul-200920:06×64Dtslog.dll2007.100.1812.095,57602-Jul-200920:06×64Dtspipeline.dll2007.100.1812.01,086,80802-Jul-200920:06×64Dtswizard.exe2007.100.1812.0800,61602-Jul-200920:06×64Exceldest.dll2007.100.1812.0260,44002-Jul-200920:12×64Excelsrc.dll2007.100.1812.0279,91202-Jul-200920:12×64Flatfiledest.dll2007.100.1812.0414,55202-Jul-200920:13×64Flatfilesrc.dll2007.100.1812.0424,79202-Jul-200920:13×64Iftsph.dll2007.100.1812.054,63202-Jul-200920:20×64Logread.exe2007.100.1812.0510,82402-Jul-200920:40×64Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200920:41×86Microsoft.sqlserver.connectioninfo.dll10.0.1812.0149,35202-Jul-200915:56×86Microsoft.sqlserver.dmf.dll10.0.1812.0292,71202-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.management.collectortasks.dll10.0.1812.083,80002-Jul-200920:44×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1812.0403,30402-Jul-200915:59×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200920:44×86Microsoft.sqlserver.replication.dll2007.100.1812.01,765,72002-Jul-200915:59×86Microsoft.sqlserver.replication.dll2007.100.1812.01,939,81602-Jul-200920:45×64Microsoft.sqlserver.smo.dll10.0.1812.02,860,88802-Jul-200916:00×86Microsoft.sqlserver.smoextended.dll10.0.1812.0182,12002-Jul-200916:00×86Microsoft.sqlserver.sqlenum.dll10.0.1812.01,083,24002-Jul-200916:00×86Oledbdest.dll2007.100.1812.0259,92802-Jul-200920:51×64Oledbsrc.dll2007.100.1812.0286,05602-Jul-200920:51×64Rdistcom.dll2007.100.1812.0789,84802-Jul-200920:59×64Repldp.dll2007.100.1812.0191,33602-Jul-200916:24×86Repldp.dll2007.100.1812.0229,72002-Jul-200920:59×64Replmerg.exe2007.100.1812.0408,40802-Jul-200921:00×64Snapshot.exe10.0.1812.013,14402-Jul-200917:32×86Sql_engine_core_shared_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64Sqllogship.exe10.0.1812.096,10402-Jul-200921:46×86Sqlmergx.dll2007.100.1812.0229,22402-Jul-200921:46×64Sqltaskconnections.dll2007.100.1812.0161,12802-Jul-200921:47×64Sqlwep100.dll2007.100.1812.0119,65602-Jul-200921:47×64Txdataconvert.dll2007.100.1812.0306,02402-Jul-200921:49×64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1812.030,56802-Jul-200919:58×64Databasemailengine.dll10.0.1812.075,60802-Jul-200919:59×86Databasemailprotocols.dll10.0.1812.042,85602-Jul-200919:59×86Datacollectorcontroller.dll2007.100.1812.0255,32002-Jul-200919:59×64Sql_engine_core_inst_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64Sqlagent.exe2007.100.1812.0427,88002-Jul-200921:46×64Sqlctr100.dll2007.100.1812.0108,39202-Jul-200921:46×64Sqlctr100.dll2007.100.1812.077,16002-Jul-200917:32×86Sqlos.dll2007.100.1812.015,20802-Jul-200921:46×64Sqlscriptdowngrade.dll2007.100.1812.015,72002-Jul-200921:47×64Sqlscriptupgrade.dll2007.100.1812.03,374,95202-Jul-200921:47×64Sqlservr.exe2007.100.1812.057,611,62402-Jul-200921:47×64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Microsoft.sqlserver.connectioninfo.dll10.0.1812.0149,35202-Jul-200915:56×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1812.0403,28802-Jul-200920:44×86Microsoft.sqlserver.smo.dll10.0.1812.02,860,88802-Jul-200916:00×86Microsoft.sqlserver.smoextended.dll10.0.1812.0182,10402-Jul-200920:45×86Microsoft.sqlserver.sqlenum.dll10.0.1812.01,083,24002-Jul-200916:00×86Msgprox.dll2007.100.1812.0202,07202-Jul-200916:02×86Msgprox.dll2007.100.1812.0246,12002-Jul-200920:46×64Replprov.dll2007.100.1812.0575,33602-Jul-200916:25×86Replprov.dll2007.100.1812.0727,38402-Jul-200921:00×64Replrec.dll2007.100.1812.0789,84802-Jul-200916:25×86Replrec.dll2007.100.1812.0976,72802-Jul-200921:00×64Replsub.dll2007.100.1812.0410,98402-Jul-200916:25×86Replsub.dll2007.100.1812.0492,39202-Jul-200921:00×64Sql_common_core_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64Svrenumapi100.dll2007.100.1812.01,017,19202-Jul-200921:48×64Svrenumapi100.dll2007.100.1812.0755,54402-Jul-200917:35×86Xmlsub.dll2007.100.1812.0192,36002-Jul-200917:37×86Xmlsub.dll2007.100.1812.0308,07202-Jul-200921:50×64SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0164,71202-Jul-200914:25×86Dataprofileviewer.exe10.0.1812.0313,19202-Jul-200914:27×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Microsoft.analysisservices.controls.dll10.0.1812.03,233,62402-Jul-200915:51×86Microsoft.analysisservices.design.dll10.0.1812.05,920,60002-Jul-200915:52×86Microsoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Microsoft.analysisservices.viewers.dll10.0.1812.01,001,30402-Jul-200915:52×86Microsoft.analysisservices.wizards.dll10.0.1812.05,928,80802-Jul-200915:52×86Microsoft.datatransformationservices.design.dll10.0.1812.04,233,04802-Jul-200915:53×86Microsoft.datatransformationservices.vsintegration.dll10.0.1812.0333,67202-Jul-200915:53×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1812.0563,04802-Jul-200915:53×86Microsoft.reportingservices.datarendering.dll10.0.1812.083,80002-Jul-200915:53×86Microsoft.reportingservices.diagnostics.dll10.0.1812.0898,90402-Jul-200915:53×86Microsoft.reportingservices.excelrendering.dll10.0.1812.0251,73602-Jul-200915:53×86Microsoft.reportingservices.hpbprocessing.dll10.0.1812.0284,52002-Jul-200915:54×86Microsoft.reportingservices.htmlrendering.dll10.0.1812.0198,50402-Jul-200915:54×86Microsoft.reportingservices.imagerendering.dll10.0.1812.0145,24002-Jul-200915:54×86Microsoft.reportingservices.processingcore.dll10.0.1812.04,339,56002-Jul-200915:54×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1812.092,00802-Jul-200915:54×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1812.0829,27202-Jul-200915:54×86Microsoft.reportingservices.richtext.dll10.0.1812.0100,20002-Jul-200915:54×86Microsoft.reportingservices.spbprocessing.dll10.0.1812.0247,65602-Jul-200915:54×86Microsoft.reportingservices.wordrendering.dll10.0.1812.0227,17602-Jul-200915:54×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.dataprofiler.dll10.0.1812.0280,40802-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Msmdlocal.dll10.0.1812.023,463,78402-Jul-200916:02×86Msmdlocal.dll10.0.1812.044,438,87202-Jul-200920:46×64Msmdpp.dll10.0.1812.06,127,46402-Jul-200916:02×86Msmgdsrv.dll10.0.1812.012,332,37602-Jul-200920:46×64Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Msolap100.dll10.0.1812.06,532,45602-Jul-200916:02×86Msolap100.dll10.0.1812.08,151,89602-Jul-200920:46×64Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Reportingserviceslibrary.dll10.0.1812.01,324,90402-Jul-200916:25×86Sql_bids_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64Sqldest.dll2007.100.1812.0180,05602-Jul-200917:32×86Sqlmanagerui.dll10.0.1812.07,554,90402-Jul-200917:33×86Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86Txgroupdups.dll2007.100.1812.0258,40802-Jul-200917:36×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Msmdlocal.dll10.0.1812.023,463,78402-Jul-200916:02×86Msmdlocal.dll10.0.1812.044,438,87202-Jul-200920:46×64Msmdpump.dll10.0.1812.07,426,92002-Jul-200920:46×64Msmdredir.dll10.0.1812.06,200,66402-Jul-200916:02×86Msmdspdm.dll10.0.1812.0178,02402-Jul-200920:46×86Msmdsrv.exe10.0.1812.043,715,43202-Jul-200920:46×64Msmgdsrv.dll10.0.1812.012,332,37602-Jul-200920:46×64Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Msolap100.dll10.0.1812.06,532,45602-Jul-200916:02×86Msolap100.dll10.0.1812.08,151,89602-Jul-200920:46×64Sql_as_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0247,14402-Jul-200919:58×64Dtexec.exe2007.100.1812.064,85602-Jul-200920:06×64Dts.dll2007.100.1812.02,202,96802-Jul-200920:06×64Dtslog.dll2007.100.1812.095,57602-Jul-200920:06×64Dtspipeline.dll2007.100.1812.01,086,80802-Jul-200920:06×64Dtswizard.exe2007.100.1812.0800,61602-Jul-200920:06×64Exceldest.dll2007.100.1812.0260,44002-Jul-200920:12×64Excelsrc.dll2007.100.1812.0279,91202-Jul-200920:12×64Flatfiledest.dll2007.100.1812.0414,55202-Jul-200920:13×64Flatfilesrc.dll2007.100.1812.0424,79202-Jul-200920:13×64Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200920:41×86Microsoft.sqlserver.dataprofiler.dll10.0.1812.0280,42402-Jul-200920:43×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200920:44×86Msmdpp.dll10.0.1812.07,362,92002-Jul-200920:46×64Oledbdest.dll2007.100.1812.0259,92802-Jul-200920:51×64Oledbsrc.dll2007.100.1812.0286,05602-Jul-200920:51×64Sql_is_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64Sqldest.dll2007.100.1812.0264,55202-Jul-200921:46×64Sqltaskconnections.dll2007.100.1812.0161,12802-Jul-200921:47×64Txdataconvert.dll2007.100.1812.0306,02402-Jul-200921:49×64Txgroupdups.dll2007.100.1812.0478,05602-Jul-200921:49×64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1812.0563,04802-Jul-200920:40×86Microsoft.reportingservices.datarendering.dll10.0.1812.083,81602-Jul-200920:40×86Microsoft.reportingservices.diagnostics.dll10.0.1812.0898,92002-Jul-200920:40×86Microsoft.reportingservices.excelrendering.dll10.0.1812.0251,75202-Jul-200920:40×86Microsoft.reportingservices.hpbprocessing.dll10.0.1812.0284,50402-Jul-200920:40×86Microsoft.reportingservices.htmlrendering.dll10.0.1812.0198,48802-Jul-200920:40×86Microsoft.reportingservices.imagerendering.dll10.0.1812.0145,24002-Jul-200920:40×86Microsoft.reportingservices.processingcore.dll10.0.1812.04,339,56002-Jul-200920:41×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1812.091,99202-Jul-200920:41×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1812.0829,28802-Jul-200920:41×86Microsoft.reportingservices.richtext.dll10.0.1812.0100,20002-Jul-200920:41×86Microsoft.reportingservices.spbprocessing.dll10.0.1812.0247,65602-Jul-200920:41×86Microsoft.reportingservices.wordrendering.dll10.0.1812.0227,17602-Jul-200920:41×86Msmgdsrv.dll10.0.1812.012,332,37602-Jul-200920:46×64Reportingserviceslibrary.dll10.0.1812.01,324,88802-Jul-200921:00×86Reportingservicesservice.exe2007.100.1812.02,042,71202-Jul-200921:00×64Reportingserviceswebserver.dll10.0.1812.01,906,53602-Jul-200921:00×86Reportingserviceswebuserinterface.dll10.0.1812.01,611,60802-Jul-200921:00×86Rsconfigtool.exe10.0.1812.01,197,91202-Jul-200917:17×86Sql_rs_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0164,71202-Jul-200914:25×86Copydatabasewizard.exe10.0.1812.0661,35202-Jul-200914:25×86Dataprofileviewer.exe10.0.1812.0313,19202-Jul-200914:27×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Microsoft.datatransformationservices.design.dll10.0.1812.04,233,04802-Jul-200915:53×86Microsoft.datatransformationservices.vsintegration.dll10.0.1812.0333,67202-Jul-200915:53×86Microsoft.reportingservices.diagnostics.dll10.0.1812.0898,90402-Jul-200915:53×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.dataprofiler.dll10.0.1812.0280,40802-Jul-200915:56×86Microsoft.sqlserver.dmf.dll10.0.1812.0292,71202-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.management.collectortasks.dll10.0.1812.083,80002-Jul-200915:58×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1812.03,290,98402-Jul-200915:58×86Microsoft.sqlserver.management.reports.dll10.0.1812.08,968,04002-Jul-200915:58×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1812.0391,01602-Jul-200915:59×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1812.091,99202-Jul-200915:59×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Microsoft.sqlserver.replication.dll2007.100.1812.01,765,72002-Jul-200915:59×86Microsoft.sqlserver.sqlparser.dll10.0.1812.02,148,20002-Jul-200916:00×86Objectexplorer.dll10.0.1812.03,237,72002-Jul-200916:09×86Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Radlangsvc.dll10.0.1812.0120,66402-Jul-200916:23×86Rsconfigtool.exe10.0.1812.01,197,91202-Jul-200917:17×86Sql_ssms_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64Sqldest.dll2007.100.1812.0180,05602-Jul-200917:32×86Sqleditors.dll10.0.1812.01,222,50402-Jul-200917:32×86Sqlmanagerui.dll10.0.1812.07,554,90402-Jul-200917:33×86Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86Txgroupdups.dll2007.100.1812.0258,40802-Jul-200917:36×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1812.0937,83202-Jul-200914:22×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dtexec.exe2007.100.1812.064,85602-Jul-200920:06×64Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dts.dll2007.100.1812.02,202,96802-Jul-200920:06×64Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtslog.dll2007.100.1812.095,57602-Jul-200920:06×64Dtspipeline.dll2007.100.1812.01,086,80802-Jul-200920:06×64Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0800,61602-Jul-200920:06×64Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Exceldest.dll2007.100.1812.0260,44002-Jul-200920:12×64Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Excelsrc.dll2007.100.1812.0279,91202-Jul-200920:12×64Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfiledest.dll2007.100.1812.0414,55202-Jul-200920:13×64Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0424,79202-Jul-200920:13×64Microsoft.analysisservices.controls.dll10.0.1812.03,233,62402-Jul-200915:51×86Microsoft.analysisservices.deployment.exe10.0.1812.0501,59202-Jul-200915:51×86Microsoft.analysisservices.design.dll10.0.1812.05,920,60002-Jul-200915:52×86Microsoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Microsoft.analysisservices.viewers.dll10.0.1812.01,001,30402-Jul-200915:52×86Microsoft.analysisservices.wizards.dll10.0.1812.05,928,80802-Jul-200915:52×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1812.0227,17602-Jul-200920:41×86Microsoft.sqlserver.configuration.sco.dll10.0.1812.01,300,31202-Jul-200920:42×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200812:20×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Msmdlocal.dll10.0.1812.023,463,78402-Jul-200916:02×86Msmdlocal.dll10.0.1812.044,438,87202-Jul-200920:46×64Msmdpp.dll10.0.1812.06,127,46402-Jul-200916:02×86Msmgdsrv.dll10.0.1812.012,332,37602-Jul-200920:46×64Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Msolap100.dll10.0.1812.06,532,45602-Jul-200916:02×86Msolap100.dll10.0.1812.08,151,89602-Jul-200920:46×64Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbdest.dll2007.100.1812.0259,92802-Jul-200920:51×64Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0286,05602-Jul-200920:51×64Sql_tools_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Sqltaskconnections.dll2007.100.1812.0161,12802-Jul-200921:47×64Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86Txdataconvert.dll2007.100.1812.0306,02402-Jul-200921:49×64SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1812.014,16802-Jul-200920:32×64Sqlncli10.dll2007.100.1812.02,457,44802-Jul-200917:33×86Sqlncli10.dll2007.100.1812.03,155,81602-Jul-200921:46×64Itanium-architecture versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0557,91202-Jul-200917:54IA-64Distrib.exe2007.100.1812.0205,65602-Jul-200918:01IA-64Dtexec.exe2007.100.1812.0154,96802-Jul-200918:01IA-64Dts.dll2007.100.1812.04,249,96002-Jul-200918:01IA-64Dtslog.dll2007.100.1812.0183,65602-Jul-200918:01IA-64Dtspipeline.dll2007.100.1812.02,020,69602-Jul-200918:02IA-64Dtswizard.exe2007.100.1812.0800,60002-Jul-200918:02IA-64Exceldest.dll2007.100.1812.0584,04002-Jul-200918:08IA-64Excelsrc.dll2007.100.1812.0641,89602-Jul-200918:08IA-64Flatfiledest.dll2007.100.1812.0951,14402-Jul-200918:08IA-64Flatfilesrc.dll2007.100.1812.0975,20802-Jul-200918:08IA-64Iftsph.dll2007.100.1812.088,42402-Jul-200918:16IA-64Logread.exe2007.100.1812.01,124,69602-Jul-200918:34IA-64Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200918:36×86Microsoft.sqlserver.connectioninfo.dll10.0.1812.0149,35202-Jul-200915:56×86Microsoft.sqlserver.dmf.dll10.0.1812.0292,71202-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.management.collectortasks.dll10.0.1812.083,80002-Jul-200918:38×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1812.0403,30402-Jul-200915:59×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,51202-Jul-200918:39×86Microsoft.sqlserver.replication.dll2007.100.1812.01,765,72002-Jul-200915:59×86Microsoft.sqlserver.replication.dll2007.100.1812.02,656,60002-Jul-200918:39IA-64Microsoft.sqlserver.smo.dll10.0.1812.02,860,88802-Jul-200916:00×86Microsoft.sqlserver.smoextended.dll10.0.1812.0182,12002-Jul-200916:00×86Microsoft.sqlserver.sqlenum.dll10.0.1812.01,083,24002-Jul-200916:00×86Oledbdest.dll2007.100.1812.0586,07202-Jul-200918:46IA-64Oledbsrc.dll2007.100.1812.0653,65602-Jul-200918:46IA-64Rdistcom.dll2007.100.1812.01,835,35202-Jul-200918:54IA-64Repldp.dll2007.100.1812.0191,33602-Jul-200916:24×86Repldp.dll2007.100.1812.0522,58402-Jul-200918:54IA-64Replmerg.exe2007.100.1812.0969,56002-Jul-200918:54IA-64Snapshot.exe10.0.1812.013,14402-Jul-200917:32×86Sql_engine_core_shared_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64Sqllogship.exe10.0.1812.096,08802-Jul-200919:39×86Sqlmergx.dll2007.100.1812.0428,37602-Jul-200919:39IA-64Sqltaskconnections.dll2007.100.1812.0335,70402-Jul-200919:40IA-64Sqlwep100.dll2007.100.1812.0216,40802-Jul-200919:40IA-64Txdataconvert.dll2007.100.1812.0674,64802-Jul-200919:42IA-64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1812.059,22402-Jul-200917:54IA-64Databasemailengine.dll10.0.1812.075,60802-Jul-200917:54×86Databasemailprotocols.dll10.0.1812.042,84002-Jul-200917:54×86Datacollectorcontroller.dll2007.100.1812.0470,88802-Jul-200917:54IA-64Sql_engine_core_inst_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64Sqlagent.exe2007.100.1812.01,201,49602-Jul-200919:38IA-64Sqlctr100.dll2007.100.1812.0135,01602-Jul-200919:38IA-64Sqlctr100.dll2007.100.1812.077,16002-Jul-200917:32×86Sqlos.dll2007.100.1812.022,36002-Jul-200919:39IA-64Sqlscriptdowngrade.dll2007.100.1812.020,82402-Jul-200919:39IA-64Sqlscriptupgrade.dll2007.100.1812.03,381,08002-Jul-200919:39IA-64Sqlservr.exe2007.100.1812.0110,950,74402-Jul-200919:40IA-64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Microsoft.sqlserver.connectioninfo.dll10.0.1812.0149,35202-Jul-200915:56×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.1812.0403,28802-Jul-200918:39×86Microsoft.sqlserver.smo.dll10.0.1812.02,860,88802-Jul-200916:00×86Microsoft.sqlserver.smoextended.dll10.0.1812.0182,10402-Jul-200918:40×86Microsoft.sqlserver.sqlenum.dll10.0.1812.01,083,24002-Jul-200916:00×86Msgprox.dll2007.100.1812.0202,07202-Jul-200916:02×86Msgprox.dll2007.100.1812.0534,36002-Jul-200918:41IA-64Replprov.dll2007.100.1812.01,640,79202-Jul-200918:54IA-64Replprov.dll2007.100.1812.0575,33602-Jul-200916:25×86Replrec.dll2007.100.1812.02,125,14402-Jul-200918:54IA-64Replrec.dll2007.100.1812.0789,84802-Jul-200916:25×86Replsub.dll2007.100.1812.01,111,89602-Jul-200918:55IA-64Replsub.dll2007.100.1812.0410,98402-Jul-200916:25×86Sql_common_core_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64Svrenumapi100.dll2007.100.1812.02,696,02402-Jul-200919:41IA-64Svrenumapi100.dll2007.100.1812.0755,54402-Jul-200917:35×86Xmlsub.dll2007.100.1812.0192,36002-Jul-200917:37×86Xmlsub.dll2007.100.1812.0558,93602-Jul-200919:43IA-64SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Msmdlocal.dll10.0.1812.023,463,78402-Jul-200916:02×86Msmdlocal.dll10.0.1812.057,515,86402-Jul-200918:41IA-64Msmdpump.dll10.0.1812.08,940,37602-Jul-200918:41IA-64Msmdredir.dll10.0.1812.08,490,85602-Jul-200918:41IA-64Msmdspdm.dll10.0.1812.0178,02402-Jul-200918:41×86Msmdsrv.exe10.0.1812.058,868,56802-Jul-200918:41IA-64Msmgdsrv.dll10.0.1812.015,484,76002-Jul-200918:41IA-64Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Msolap100.dll10.0.1812.010,063,70402-Jul-200918:41IA-64Msolap100.dll10.0.1812.06,532,45602-Jul-200916:02×86Sql_as_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0557,91202-Jul-200917:54IA-64Dtexec.exe2007.100.1812.0154,96802-Jul-200918:01IA-64Dts.dll2007.100.1812.04,249,96002-Jul-200918:01IA-64Dtslog.dll2007.100.1812.0183,65602-Jul-200918:01IA-64Dtspipeline.dll2007.100.1812.02,020,69602-Jul-200918:02IA-64Dtswizard.exe2007.100.1812.0800,60002-Jul-200918:02IA-64Exceldest.dll2007.100.1812.0584,04002-Jul-200918:08IA-64Excelsrc.dll2007.100.1812.0641,89602-Jul-200918:08IA-64Flatfiledest.dll2007.100.1812.0951,14402-Jul-200918:08IA-64Flatfilesrc.dll2007.100.1812.0975,20802-Jul-200918:08IA-64Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200918:36×86Microsoft.sqlserver.dataprofiler.dll10.0.1812.0280,42402-Jul-200918:37×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,51202-Jul-200918:39×86Msmdpp.dll10.0.1812.08,877,92802-Jul-200918:41IA-64Oledbdest.dll2007.100.1812.0586,07202-Jul-200918:46IA-64Oledbsrc.dll2007.100.1812.0653,65602-Jul-200918:46IA-64Sql_is_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64Sqldest.dll2007.100.1812.0602,96802-Jul-200919:38IA-64Sqltaskconnections.dll2007.100.1812.0335,70402-Jul-200919:40IA-64Txdataconvert.dll2007.100.1812.0674,64802-Jul-200919:42IA-64Txgroupdups.dll2007.100.1812.0941,91202-Jul-200919:42IA-64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1812.0563,03202-Jul-200918:35×86Microsoft.reportingservices.datarendering.dll10.0.1812.083,80002-Jul-200918:35×86Microsoft.reportingservices.diagnostics.dll10.0.1812.0898,90402-Jul-200918:35×86Microsoft.reportingservices.excelrendering.dll10.0.1812.0251,75202-Jul-200918:35×86Microsoft.reportingservices.hpbprocessing.dll10.0.1812.0284,50402-Jul-200918:35×86Microsoft.reportingservices.htmlrendering.dll10.0.1812.0198,48802-Jul-200918:35×86Microsoft.reportingservices.imagerendering.dll10.0.1812.0145,24002-Jul-200918:35×86Microsoft.reportingservices.processingcore.dll10.0.1812.04,339,56002-Jul-200918:35×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1812.092,00802-Jul-200918:35×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1812.0829,27202-Jul-200918:35×86Microsoft.reportingservices.richtext.dll10.0.1812.0100,18402-Jul-200918:35×86Microsoft.reportingservices.spbprocessing.dll10.0.1812.0247,65602-Jul-200918:36×86Microsoft.reportingservices.wordrendering.dll10.0.1812.0227,17602-Jul-200918:36×86Msmgdsrv.dll10.0.1812.015,484,76002-Jul-200918:41IA-64Reportingserviceslibrary.dll10.0.1812.01,324,88802-Jul-200918:55×86Reportingservicesservice.exe2007.100.1812.03,358,55202-Jul-200918:55IA-64Reportingserviceswebserver.dll10.0.1812.01,906,52002-Jul-200918:55×86Reportingserviceswebuserinterface.dll10.0.1812.01,611,60802-Jul-200918:55×86Rsconfigtool.exe10.0.1812.01,197,91202-Jul-200917:17×86Sql_rs_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1812.0164,71202-Jul-200914:25×86Copydatabasewizard.exe10.0.1812.0661,35202-Jul-200914:25×86Dataprofileviewer.exe10.0.1812.0313,19202-Jul-200914:27×86Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Microsoft.datatransformationservices.design.dll10.0.1812.04,233,04802-Jul-200915:53×86Microsoft.datatransformationservices.vsintegration.dll10.0.1812.0333,67202-Jul-200915:53×86Microsoft.reportingservices.diagnostics.dll10.0.1812.0898,90402-Jul-200915:53×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.dataprofiler.dll10.0.1812.0280,40802-Jul-200915:56×86Microsoft.sqlserver.dmf.dll10.0.1812.0292,71202-Jul-200915:56×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1812.0296,79202-Jul-200915:58×86Microsoft.sqlserver.management.collectortasks.dll10.0.1812.083,80002-Jul-200915:58×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1812.03,290,98402-Jul-200915:58×86Microsoft.sqlserver.management.reports.dll10.0.1812.08,968,04002-Jul-200915:58×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1812.0391,01602-Jul-200915:59×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1812.091,99202-Jul-200915:59×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,52802-Jul-200915:59×86Microsoft.sqlserver.replication.dll2007.100.1812.01,765,72002-Jul-200915:59×86Microsoft.sqlserver.sqlparser.dll10.0.1812.02,148,20002-Jul-200916:00×86Objectexplorer.dll10.0.1812.03,237,72002-Jul-200916:09×86Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Radlangsvc.dll10.0.1812.0120,66402-Jul-200916:23×86Rsconfigtool.exe10.0.1812.01,197,91202-Jul-200917:17×86Sql_ssms_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64Sqldest.dll2007.100.1812.0180,05602-Jul-200917:32×86Sqleditors.dll10.0.1812.01,222,50402-Jul-200917:32×86Sqlmanagerui.dll10.0.1812.07,554,90402-Jul-200917:33×86Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86Txgroupdups.dll2007.100.1812.0258,40802-Jul-200917:36×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1812.0937,83202-Jul-200914:22×86Dtexec.exe2007.100.1812.0154,96802-Jul-200918:01IA-64Dtexec.exe2007.100.1812.054,12002-Jul-200914:40×86Dts.dll2007.100.1812.01,429,35202-Jul-200914:41×86Dts.dll2007.100.1812.04,249,96002-Jul-200918:01IA-64Dtslog.dll2007.100.1812.0183,65602-Jul-200918:01IA-64Dtslog.dll2007.100.1812.079,72002-Jul-200914:41×86Dtspipeline.dll2007.100.1812.02,020,69602-Jul-200918:02IA-64Dtspipeline.dll2007.100.1812.0694,12002-Jul-200914:41×86Dtswizard.exe2007.100.1812.0800,60002-Jul-200918:02IA-64Dtswizard.exe2007.100.1812.0804,71202-Jul-200914:41×86Exceldest.dll2007.100.1812.0173,41602-Jul-200914:54×86Exceldest.dll2007.100.1812.0584,04002-Jul-200918:08IA-64Excelsrc.dll2007.100.1812.0183,12802-Jul-200914:54×86Excelsrc.dll2007.100.1812.0641,89602-Jul-200918:08IA-64Flatfiledest.dll2007.100.1812.0276,31202-Jul-200914:55×86Flatfiledest.dll2007.100.1812.0951,14402-Jul-200918:08IA-64Flatfilesrc.dll2007.100.1812.0283,99202-Jul-200914:55×86Flatfilesrc.dll2007.100.1812.0975,20802-Jul-200918:08IA-64Microsoft.analysisservices.controls.dll10.0.1812.03,233,62402-Jul-200915:51×86Microsoft.analysisservices.deployment.exe10.0.1812.0501,59202-Jul-200915:51×86Microsoft.analysisservices.design.dll10.0.1812.05,920,60002-Jul-200915:52×86Microsoft.analysisservices.dll10.0.1812.01,316,71202-Jul-200915:52×86Microsoft.analysisservices.viewers.dll10.0.1812.01,001,30402-Jul-200915:52×86Microsoft.analysisservices.wizards.dll10.0.1812.05,928,80802-Jul-200915:52×86Microsoft.sqlserver.adonetsrc.dll10.0.1812.067,43202-Jul-200915:55×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1812.0227,17602-Jul-200918:36×86Microsoft.sqlserver.configuration.sco.dll10.0.1812.01,300,32802-Jul-200918:37×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200810:16×86Microsoft.sqlserver.pipelinehost.dll10.0.1812.071,51202-Jul-200918:39×86Msmdlocal.dll10.0.1812.023,463,78402-Jul-200916:02×86Msmdlocal.dll10.0.1812.057,515,86402-Jul-200918:41IA-64Msmdpp.dll10.0.1812.06,127,46402-Jul-200916:02×86Msmgdsrv.dll10.0.1812.015,484,76002-Jul-200918:41IA-64Msmgdsrv.dll10.0.1812.08,558,44002-Jul-200916:02×86Msolap100.dll10.0.1812.010,063,70402-Jul-200918:41IA-64Msolap100.dll10.0.1812.06,532,45602-Jul-200916:02×86Oledbdest.dll2007.100.1812.0173,91202-Jul-200916:09×86Oledbdest.dll2007.100.1812.0586,07202-Jul-200918:46IA-64Oledbsrc.dll2007.100.1812.0186,71202-Jul-200916:09×86Oledbsrc.dll2007.100.1812.0653,65602-Jul-200918:46IA-64Sql_tools_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64Sqltaskconnections.dll2007.100.1812.0113,51202-Jul-200917:34×86Sqltaskconnections.dll2007.100.1812.0335,70402-Jul-200919:40IA-64Txdataconvert.dll2007.100.1812.0206,69602-Jul-200917:36×86Txdataconvert.dll2007.100.1812.0674,64802-Jul-200919:42IA-64SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.1812.019,30402-Jul-200918:28IA-64Sqlncli10.dll2007.100.1812.02,457,44802-Jul-200917:33×86Sqlncli10.dll2007.100.1812.06,347,60802-Jul-200919:39IA-64

Cumulative update package 5 for SQL Server 2008

Symptoms
Cumulative Update 5 contains hotfixes for the Microsoft SQL Server 2008 issues that have been fixed since the release of SQL Server 2008.
NoteThis build of the cumulative update package is also known as build 10.00.1806.
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 2008 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:
956909?(http://support.microsoft.com/kb/956909/)The SQL Server 2008 builds that were released after SQL Server 2008 was released
Important notes about the cumulative update packageSQL Server 2008 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.
Resolution
How to obtain Cumulative Update 5 for SQL Server 2008 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 2008 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)
Known issuesAfter you apply this cumulative update, you may encounter an issue when you try to use SQL Server Management Studio to restore a SQL Server 2000 databases.For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
972687?(http://support.microsoft.com/kb/972687/) FIX: Error message when you restore a SQL Server 2000 database by using SQL Server 2005 Management Studio or SQL Server 2008 Management Studio: “Cannot show requested dialog. Failed to retrieve data for this request (Microsoft.SqlServer.SmoEnum)”After you apply this cumulative update, you may encounter an issue when you try to use SQL Server Analysis Service. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
975783?(http://support.microsoft.com/kb/975783/) FIX:You receive an incorrect result when you run an MDX query against a dimension that has a parent/child relationship, and uses the unary operator after you install Cumulative Update 3 for SQL Server 2005 Analysis Services S975783
SQL Server 2008 hotfixes that are included in Cumulative Update 5 for SQL Server 2008
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
VSTS bug numberKB article numberDescription303367961049?(http://support.microsoft.com/kb/961049/)FIX: When you run a query that uses the NOLOCK table hint in SQL Server 2005 or in SQL Server 2008 to retrieve BLOB data, the query runs very slowly303344961106?(http://support.microsoft.com/kb/961106/)FIX: Error message when you run a query in SQL Server 2005 or in SQL Server 2008: “Internal Query Processor Error: The query processor could not produce a query plan”303353961811?(http://support.microsoft.com/kb/961811/)FIX: The CPU usage and the memory usage increase gradually and many session IDs are in the dormant status in SQL Server 2005 and in SQL Server 2008275161965217?(http://support.microsoft.com/kb/965217/)FIX: An incorrect backup set is listed when you restore a database from a backup file by using SQL Server Management Studio in SQL Server 2005 or in SQL Server 2008303443967206?(http://support.microsoft.com/kb/967206/)FIX: You obtain incorrect values for a column when you use the OPENROWSET function to import data from a data file by using an XML format file in SQL Server 2005 or in SQL Server 2008303323967337?(http://support.microsoft.com/kb/967337/)FIX: When you run a stored procedure that contains a query that uses the FOR XML EXPLICIT clause, you may obtain a schema that is badly formed in SQL Server 2005 or in SQL Server 2008278292967522?(http://support.microsoft.com/kb/967522/)FIX: The SQL Server engine in SQL Server 2005 and in SQL Server 2008 may consume large amounts of memory during the setup configuration phase278508967552?(http://support.microsoft.com/kb/967552/)FIX: SQL Server 2008 Database Auditing shows query criteria as a parameterized value instead of the actual record303333967983?(http://support.microsoft.com/kb/967983/)FIX: You receive an incorrect result when you enable the ANSI_NULLS database option and run a query against an indexed view in SQL Server 2005 or in SQL Server 2008283852968215?(http://support.microsoft.com/kb/968215/)FIX: Error message when you try to bulk insert data into a table that contains a DATE type column that uses a US date format in SQL Server 2008: “Bulk load data conversion error”303340968290?(http://support.microsoft.com/kb/968290/)FIX: A mining model of the Microsoft Decision Tree algorithm generates incorrect nodes when you set the MINIMUM_SUPPORT parameter to “9″ in SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services282685968449?(http://support.microsoft.com/kb/968449/)FIX: A query that runs in parallel on a multiprocessor computer returns incorrect results in SQL Server 2005 or in SQL Server 2008286592968543?(http://support.microsoft.com/kb/968543/)FIX: Error message is logged in the SQL Server 2008 Errorlog file when you perform operations on some temporary tables in SQL Server 2008: “Time out occurred while waiting for buffer latch”286966968615?(http://support.microsoft.com/kb/968615/)FIX: SQL Server 2008 Integration Services Import and Export Wizard does not provide the ConnectionString property for the .NET Framework Data Provider for ODBC287864968740?(http://support.microsoft.com/kb/968740/)FIX: Error message when you perform an online index rebuild operation for a table that has no clustered index in SQL Server 2008: “Location: pageref.cpp:913 Expression: IS_OFF”287866968741?(http://support.microsoft.com/kb/968741/)FIX: You receive asserts after you delete a row that contains BLOB data from a SQL Server 2008 database287868968742?(http://support.microsoft.com/kb/968742/)FIX: Error message when you rebuild a table that has sparse columns in SQL Server 2008: “Cannot alter table ‘<TableName>’ because the table either contains sparse columns or a column set column which are incompatible with compression”303463968900?(http://support.microsoft.com/kb/968900/)FIX: Measures, measure groups, and dimensions that are not part of a perspective are exposed incorrectly when you create a grouping on the perspective in SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services293105969357?(http://support.microsoft.com/kb/969357/)FIX: SQL Server 2008 Report Designer renders numbers in an order opposite to what you expect when you add a special character to a Textbox control that contains both Hebrew characters and numbers288137969453?(http://support.microsoft.com/kb/969453/)FIX: The cascading report parameters are inconsistent in a SQL Server 2008 Reporting Services report that contains three or more levels of cascading report parameters293822969467?(http://support.microsoft.com/kb/969467/)FIX: Error message when you run a query that uses the CASE function in SQL Server 2008: “Conversion failed when converting the <Type1> value ‘<A value>’ to data type <Type2>.”294381969513?(http://support.microsoft.com/kb/969513/)FIX: When you read an input column by using the managed code within a script component in a SQL Server 2008 Integration Services package, some meaningless characters are added to the returned data303371969588?(http://support.microsoft.com/kb/969588/)FIX: Some cell values are doubled when you run an MDX query against a database that has the AllowedSet permission set for a dimension in SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services304169969611?(http://support.microsoft.com/kb/969611/)FIX: Error message when you run a job whose owner is a Windows user account after SQL Server 2008 Agent is restarted: “The job failed. The owner () of job <Job Name> does not have server access”291146969653?(http://support.microsoft.com/kb/969653/)FIX: All SQL Server 2008 database engine performance counters appear to be missing when you try to monitor the performance counters through WMI interfaces303313969775?(http://support.microsoft.com/kb/969775/)FIX: Distribution Agent fails when you try to apply a snapshot for a newly added view in a publication in SQL Server 2005 or in SQL Server 2008296959969793?(http://support.microsoft.com/kb/969793/)FIX: Error message when you click the Columns tab in OLE DB Source Editor in SQL Server 2008 Integration Services: “Error at Data Flow Task [OLE DB Source [1]]: SSIS Error Code DTS_E_OLEDBERROR”302276969997?(http://support.microsoft.com/kb/969997/)FIX: You receive an incorrect result when you query data from a linked server that is created by using an index OLE DB provider in SQL Server 2008301245970287?(http://support.microsoft.com/kb/970287/)FIX: A performance issue occurs when you run a full-text query that contains the “AND NOT” clause in SQL Server 2008305670970349?(http://support.microsoft.com/kb/970349/)FIX: Queries from a query notification that has a lot of subscriptions run slowly when you change the Auto Close option to False in SQL Server 2008285347971064?(http://support.microsoft.com/kb/971064/)FIX: Quotation marks are rendered incorrectly when you export a SQL Server 2008 Reporting Services report to a .csv file287670971068?(http://support.microsoft.com/kb/971068/)FIX: Error message when you create a SharePoint subscription on a SQL Server 2008 Reporting Services report that uses cascading parameters: “This report requires a default or user-defined value for the report parameter ‘<Parameter>’”284144971125?(http://support.microsoft.com/kb/971125/)FIX: The Data Profiling task shows “is_nullable” in the Control Flow window after you configure the Data Profiling task for a data source that uses the Turkish_CI_AS or Turkish_CS_AS collation in SQL Server 2008 Integration Services302010971132?(http://support.microsoft.com/kb/971132/)FIX: The HTML format of a SQL Server 2008 Reporting Services report is not compliant with the 1194.22 compliancy in the Section 508 standards
Cumulative update package informationRestart informationYou may have to restart the computer after you apply this cumulative update.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 theTime Zonetab in theDate and Timeitem in Control Panel.32-bit versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0164,69602-May-200907:46×86Distrib.exe2007.100.1806.075,11202-May-200908:01×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Iftsph.dll2007.100.1806.038,74402-May-200908:30×86Logread.exe2007.100.1806.0423,27202-May-200909:11×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.connectioninfo.dll10.0.1806.0149,35202-May-200909:15×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,71202-May-200909:16×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.management.collectortasks.dll10.0.1806.083,81602-May-200909:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Microsoft.sqlserver.replication.dll2007.100.1806.01,765,73602-May-200909:19×86Microsoft.sqlserver.smo.dll10.0.1806.02,860,90402-May-200909:19×86Microsoft.sqlserver.smoextended.dll10.0.1806.0182,12002-May-200909:19×86Microsoft.sqlserver.sqlenum.dll10.0.1806.01,083,24002-May-200909:19×86Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Rdistcom.dll2007.100.1806.0651,11202-May-200909:41×86Repldp.dll2007.100.1806.0191,33602-May-200909:41×86Replmerg.exe2007.100.1806.0341,33602-May-200909:42×86Snapshot.exe10.0.1806.013,14402-May-200910:49×86Sql_engine_core_shared_keyfile.dll2007.100.1806.013,65602-May-200908:57×86Sqllogship.exe10.0.1806.096,08802-May-200910:50×86Sqlmergx.dll2007.100.1806.0192,85602-May-200910:50×86Sqlwep100.dll2007.100.1806.087,38402-May-200910:51×86Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1806.026,45602-May-200907:43×86Datacollectorcontroller.dll2007.100.1806.0134,48802-May-200907:47×86Mssqlsystemresource.ldfNot applicable524,28801-May-200920:23Not applicableMssqlsystemresource.mdfNot applicable63,307,77601-May-200920:23Not applicableSql_engine_core_inst_keyfile.dll2007.100.1806.013,65602-May-200908:57×86Sqlagent.exe2007.100.1806.0366,93602-May-200910:49×86Sqlctr100.dll2007.100.1806.077,16002-May-200910:49×86Sqlos.dll2007.100.1806.014,69602-May-200910:50×86Sqlservr.exe2007.100.1806.041,013,59202-May-200910:50×86SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Microsoft.sqlserver.connectioninfo.dll10.0.1806.0149,35202-May-200909:15×86Microsoft.sqlserver.smo.dll10.0.1806.02,860,90402-May-200909:19×86Microsoft.sqlserver.smoextended.dll10.0.1806.0182,12002-May-200909:19×86Microsoft.sqlserver.sqlenum.dll10.0.1806.01,083,24002-May-200909:19×86Msgprox.dll2007.100.1806.0202,08802-May-200909:21×86Replprov.dll2007.100.1806.0575,32002-May-200909:42×86Replrec.dll2007.100.1806.0789,84802-May-200909:42×86Replsub.dll2007.100.1806.0410,96802-May-200909:42×86Sql_common_core_keyfile.dll2007.100.1806.013,65602-May-200908:57×86Svrenumapi100.dll2007.100.1806.0755,54402-May-200910:52×86Xmlsub.dll2007.100.1806.0192,34402-May-200910:54×86SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0164,69602-May-200907:46×86Dataprofileviewer.exe10.0.1806.0313,17602-May-200907:48×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Microsoft.analysisservices.controls.dll10.0.1806.03,233,64002-May-200909:11×86Microsoft.analysisservices.design.dll10.0.1806.05,920,61602-May-200909:11×86Microsoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Microsoft.analysisservices.viewers.dll10.0.1806.01,001,32002-May-200909:12×86Microsoft.analysisservices.wizards.dll10.0.1806.05,928,80802-May-200909:12×86Microsoft.datatransformationservices.design.dll10.0.1806.04,233,06402-May-200909:12×86Microsoft.datatransformationservices.vsintegration.dll10.0.1806.0333,67202-May-200909:12×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1806.0563,04802-May-200909:13×86Microsoft.reportingservices.datarendering.dll10.0.1806.083,81602-May-200909:13×86Microsoft.reportingservices.diagnostics.dll10.0.1806.0898,92002-May-200909:13×86Microsoft.reportingservices.excelrendering.dll10.0.1806.0251,75202-May-200909:13×86Microsoft.reportingservices.hpbprocessing.dll10.0.1806.0284,52002-May-200909:13×86Microsoft.reportingservices.htmlrendering.dll10.0.1806.0198,50402-May-200909:13×86Microsoft.reportingservices.imagerendering.dll10.0.1806.0145,25602-May-200909:13×86Microsoft.reportingservices.processingcore.dll10.0.1806.04,339,56002-May-200909:13×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1806.092,00802-May-200909:13×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1806.0829,28802-May-200909:13×86Microsoft.reportingservices.richtext.dll10.0.1806.0100,20002-May-200909:13×86Microsoft.reportingservices.spbprocessing.dll10.0.1806.0247,65602-May-200909:14×86Microsoft.reportingservices.wordrendering.dll10.0.1806.0227,17602-May-200909:14×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.dataprofiler.dll10.0.1806.0280,42402-May-200909:16×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Msmdlocal.dll10.0.1806.023,463,27202-May-200909:21×86Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Msolap100.dll10.0.1806.06,532,45602-May-200909:21×86Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Reportingserviceslibrary.dll10.0.1806.01,324,88802-May-200909:42×86Sql_bids_keyfile.dll2007.100.1806.013,65602-May-200908:57×86Sqldest.dll2007.100.1806.0180,05602-May-200910:49×86Sqlmanagerui.dll10.0.1806.07,554,90402-May-200910:50×86Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86Txgroupdups.dll2007.100.1806.0258,39202-May-200910:53×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Msmdlocal.dll10.0.1806.023,463,27202-May-200909:21×86Msmdpump.dll10.0.1806.06,178,15202-May-200909:21×86Msmdspdm.dll10.0.1806.0178,00802-May-200909:21×86Msmdsrv.exe10.0.1806.021,957,99202-May-200909:21×86Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Msolap100.dll10.0.1806.06,532,45602-May-200909:21×86Sql_as_keyfile.dll2007.100.1806.013,65602-May-200908:57×86SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0164,69602-May-200907:46×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.dataprofiler.dll10.0.1806.0280,42402-May-200909:16×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Sql_is_keyfile.dll2007.100.1806.013,65602-May-200908:57×86Sqldest.dll2007.100.1806.0180,05602-May-200910:49×86Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86Txgroupdups.dll2007.100.1806.0258,39202-May-200910:53×86SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1806.0563,04802-May-200909:13×86Microsoft.reportingservices.datarendering.dll10.0.1806.083,81602-May-200909:13×86Microsoft.reportingservices.diagnostics.dll10.0.1806.0898,92002-May-200909:13×86Microsoft.reportingservices.excelrendering.dll10.0.1806.0251,75202-May-200909:13×86Microsoft.reportingservices.hpbprocessing.dll10.0.1806.0284,52002-May-200909:13×86Microsoft.reportingservices.htmlrendering.dll10.0.1806.0198,50402-May-200909:13×86Microsoft.reportingservices.imagerendering.dll10.0.1806.0145,25602-May-200909:13×86Microsoft.reportingservices.processingcore.dll10.0.1806.04,339,56002-May-200909:13×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1806.092,00802-May-200909:13×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1806.0829,28802-May-200909:13×86Microsoft.reportingservices.richtext.dll10.0.1806.0100,20002-May-200909:13×86Microsoft.reportingservices.spbprocessing.dll10.0.1806.0247,65602-May-200909:14×86Microsoft.reportingservices.wordrendering.dll10.0.1806.0227,17602-May-200909:14×86Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Reportingserviceslibrary.dll10.0.1806.01,324,88802-May-200909:42×86Reportingservicesservice.exe2007.100.1806.01,104,21602-May-200909:43×86Reportingserviceswebserver.dll10.0.1806.01,906,52002-May-200909:43×86Reportingserviceswebuserinterface.dll10.0.1806.01,611,60802-May-200909:43×86Rsconfigtool.exe10.0.1806.01,206,12002-May-200910:35×86Sql_rs_keyfile.dll2007.100.1806.013,65602-May-200908:57×86SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0164,69602-May-200907:46×86Copydatabasewizard.exe10.0.1806.0661,33602-May-200907:47×86Dataprofileviewer.exe10.0.1806.0313,17602-May-200907:48×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Microsoft.datatransformationservices.design.dll10.0.1806.04,233,06402-May-200909:12×86Microsoft.datatransformationservices.vsintegration.dll10.0.1806.0333,67202-May-200909:12×86Microsoft.reportingservices.diagnostics.dll10.0.1806.0898,92002-May-200909:13×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.dataprofiler.dll10.0.1806.0280,42402-May-200909:16×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,71202-May-200909:16×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.management.collectortasks.dll10.0.1806.083,81602-May-200909:17×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1806.03,290,98402-May-200909:17×86Microsoft.sqlserver.management.reports.dll10.0.1806.08,968,04002-May-200909:18×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1806.0391,01602-May-200909:18×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1806.092,00802-May-200909:18×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Microsoft.sqlserver.replication.dll2007.100.1806.01,765,73602-May-200909:19×86Microsoft.sqlserver.sqlparser.dll10.0.1806.02,148,20002-May-200909:19×86Objectexplorer.dll10.0.1806.03,237,73602-May-200909:26×86Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Radlangsvc.dll10.0.1806.0120,68002-May-200909:41×86Rsconfigtool.exe10.0.1806.01,206,12002-May-200910:35×86Sql_ssms_keyfile.dll2007.100.1806.013,65602-May-200908:57×86Sqldest.dll2007.100.1806.0180,05602-May-200910:49×86Sqleditors.dll10.0.1806.01,222,48802-May-200910:49×86Sqlmanagerui.dll10.0.1806.07,554,90402-May-200910:50×86Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86Txgroupdups.dll2007.100.1806.0258,39202-May-200910:53×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1806.0937,81602-May-200907:43×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Microsoft.analysisservices.controls.dll10.0.1806.03,233,64002-May-200909:11×86Microsoft.analysisservices.deployment.exe10.0.1806.0501,60802-May-200909:11×86Microsoft.analysisservices.design.dll10.0.1806.05,920,61602-May-200909:11×86Microsoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Microsoft.analysisservices.viewers.dll10.0.1806.01,001,32002-May-200909:12×86Microsoft.analysisservices.wizards.dll10.0.1806.05,928,80802-May-200909:12×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1806.0227,17602-May-200909:15×86Microsoft.sqlserver.configuration.sco.dll10.0.1806.01,300,32802-May-200909:15×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200803:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Msmdlocal.dll10.0.1806.023,463,27202-May-200909:21×86Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Msolap100.dll10.0.1806.06,532,45602-May-200909:21×86Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Sql_tools_keyfile.dll2007.100.1806.013,65602-May-200908:57×86Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli10.dll2007.100.1806.02,457,43202-May-200910:50×86Sqlncli_keyfile.dll2007.100.1806.013,65602-May-200908:57×86x64-based versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0247,14402-May-200915:08×64Distrib.exe2007.100.1806.086,88802-May-200915:15×64Dtexec.exe2007.100.1806.064,87202-May-200915:15×64Dts.dll2007.100.1806.02,202,98402-May-200915:15×64Dtslog.dll2007.100.1806.095,59202-May-200915:15×64Dtspipeline.dll2007.100.1806.01,086,82402-May-200915:15×64Dtswizard.exe2007.100.1806.0800,61602-May-200915:15×64Exceldest.dll2007.100.1806.0260,45602-May-200915:22×64Excelsrc.dll2007.100.1806.0279,91202-May-200915:22×64Flatfiledest.dll2007.100.1806.0414,55202-May-200915:22×64Flatfilesrc.dll2007.100.1806.0424,80802-May-200915:22×64Iftsph.dll2007.100.1806.054,63202-May-200915:29×64Logread.exe2007.100.1806.0510,82402-May-200915:48×64Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200915:50×86Microsoft.sqlserver.connectioninfo.dll10.0.1806.0149,35202-May-200909:15×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,71202-May-200909:16×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,71202-May-200915:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.management.collectortasks.dll10.0.1806.083,80002-May-200915:52×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200915:53×86Microsoft.sqlserver.replication.dll2007.100.1806.01,765,73602-May-200909:19×86Microsoft.sqlserver.replication.dll2007.100.1806.01,939,81602-May-200915:53×64Microsoft.sqlserver.smo.dll10.0.1806.02,860,90402-May-200909:19×86Microsoft.sqlserver.smoextended.dll10.0.1806.0182,12002-May-200909:19×86Microsoft.sqlserver.sqlenum.dll10.0.1806.01,083,24002-May-200909:19×86Oledbdest.dll2007.100.1806.0259,92802-May-200915:59×64Oledbsrc.dll2007.100.1806.0286,05602-May-200915:59×64Rdistcom.dll2007.100.1806.0789,84802-May-200916:07×64Repldp.dll2007.100.1806.0191,33602-May-200909:41×86Repldp.dll2007.100.1806.0229,73602-May-200916:07×64Replmerg.exe2007.100.1806.0408,40802-May-200916:08×64Snapshot.exe10.0.1806.013,14402-May-200910:49×86Snapshot.exe10.0.1806.013,16002-May-200916:51×86Sql_engine_core_shared_keyfile.dll2007.100.1806.014,16802-May-200915:42×64Sqllogship.exe10.0.1806.096,08802-May-200916:52×86Sqlmergx.dll2007.100.1806.0229,20802-May-200916:52×64Sqlwep100.dll2007.100.1806.0116,56802-May-200916:53×64Txdataconvert.dll2007.100.1806.0306,00802-May-200916:55×64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1806.030,56802-May-200915:07×64Datacollectorcontroller.dll2007.100.1806.0255,33602-May-200915:08×64Mssqlsystemresource.ldfNot applicable524,28801-May-200920:23Not applicableMssqlsystemresource.mdfNot applicable63,307,77601-May-200920:23Not applicableSql_engine_core_inst_keyfile.dll2007.100.1806.014,16802-May-200915:42×64Sqlagent.exe2007.100.1806.0427,86402-May-200916:51×64Sqlctr100.dll2007.100.1806.077,16002-May-200910:49×86Sqlctr100.dll2007.100.1806.0108,39202-May-200916:52×64Sqlos.dll2007.100.1806.015,19202-May-200916:52×64Sqlservr.exe2007.100.1806.057,875,28802-May-200916:53×64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Microsoft.sqlserver.connectioninfo.dll10.0.1806.0149,35202-May-200909:15×86Microsoft.sqlserver.connectioninfo.dll10.0.1806.0149,33602-May-200915:51×86Microsoft.sqlserver.smo.dll10.0.1806.02,860,90402-May-200909:19×86Microsoft.sqlserver.smo.dll10.0.1806.02,860,88802-May-200915:53×86Microsoft.sqlserver.smoextended.dll10.0.1806.0182,12002-May-200909:19×86Microsoft.sqlserver.smoextended.dll10.0.1806.0182,10402-May-200915:53×86Microsoft.sqlserver.sqlenum.dll10.0.1806.01,083,24002-May-200909:19×86Microsoft.sqlserver.sqlenum.dll10.0.1806.01,083,22402-May-200915:53×86Msgprox.dll2007.100.1806.0202,08802-May-200909:21×86Msgprox.dll2007.100.1806.0246,12002-May-200915:54×64Replprov.dll2007.100.1806.0575,32002-May-200909:42×86Replprov.dll2007.100.1806.0727,38402-May-200916:08×64Replrec.dll2007.100.1806.0789,84802-May-200909:42×86Replrec.dll2007.100.1806.0976,72802-May-200916:08×64Replsub.dll2007.100.1806.0410,96802-May-200909:42×86Replsub.dll2007.100.1806.0492,37602-May-200916:08×64Sql_common_core_keyfile.dll2007.100.1806.014,16802-May-200915:42×64Svrenumapi100.dll2007.100.1806.0755,54402-May-200910:52×86Svrenumapi100.dll2007.100.1806.01,016,68002-May-200916:54×64Xmlsub.dll2007.100.1806.0192,34402-May-200910:54×86Xmlsub.dll2007.100.1806.0308,05602-May-200916:55×64SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0164,69602-May-200907:46×86Dataprofileviewer.exe10.0.1806.0313,17602-May-200907:48×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Microsoft.analysisservices.controls.dll10.0.1806.03,233,64002-May-200909:11×86Microsoft.analysisservices.design.dll10.0.1806.05,920,61602-May-200909:11×86Microsoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Microsoft.analysisservices.viewers.dll10.0.1806.01,001,32002-May-200909:12×86Microsoft.analysisservices.wizards.dll10.0.1806.05,928,80802-May-200909:12×86Microsoft.datatransformationservices.design.dll10.0.1806.04,233,06402-May-200909:12×86Microsoft.datatransformationservices.vsintegration.dll10.0.1806.0333,67202-May-200909:12×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1806.0563,04802-May-200909:13×86Microsoft.reportingservices.datarendering.dll10.0.1806.083,81602-May-200909:13×86Microsoft.reportingservices.diagnostics.dll10.0.1806.0898,92002-May-200909:13×86Microsoft.reportingservices.excelrendering.dll10.0.1806.0251,75202-May-200909:13×86Microsoft.reportingservices.hpbprocessing.dll10.0.1806.0284,52002-May-200909:13×86Microsoft.reportingservices.htmlrendering.dll10.0.1806.0198,50402-May-200909:13×86Microsoft.reportingservices.imagerendering.dll10.0.1806.0145,25602-May-200909:13×86Microsoft.reportingservices.processingcore.dll10.0.1806.04,339,56002-May-200909:13×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1806.092,00802-May-200909:13×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1806.0829,28802-May-200909:13×86Microsoft.reportingservices.richtext.dll10.0.1806.0100,20002-May-200909:13×86Microsoft.reportingservices.spbprocessing.dll10.0.1806.0247,65602-May-200909:14×86Microsoft.reportingservices.wordrendering.dll10.0.1806.0227,17602-May-200909:14×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.dataprofiler.dll10.0.1806.0280,42402-May-200909:16×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Msmdlocal.dll10.0.1806.023,463,27202-May-200909:21×86Msmdlocal.dll10.0.1806.044,438,37602-May-200915:54×64Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Msmgdsrv.dll10.0.1806.012,332,39202-May-200915:55×64Msolap100.dll10.0.1806.06,532,45602-May-200909:21×86Msolap100.dll10.0.1806.08,151,91202-May-200915:55×64Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Reportingserviceslibrary.dll10.0.1806.01,324,88802-May-200909:42×86Sql_bids_keyfile.dll2007.100.1806.014,16802-May-200915:42×64Sqldest.dll2007.100.1806.0180,05602-May-200910:49×86Sqlmanagerui.dll10.0.1806.07,554,90402-May-200910:50×86Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86Txgroupdups.dll2007.100.1806.0258,39202-May-200910:53×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Msmdlocal.dll10.0.1806.023,463,27202-May-200909:21×86Msmdlocal.dll10.0.1806.044,438,37602-May-200915:54×64Msmdpump.dll10.0.1806.07,426,92002-May-200915:54×64Msmdspdm.dll10.0.1806.0178,02402-May-200915:54×86Msmdsrv.exe10.0.1806.043,714,92002-May-200915:55×64Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Msmgdsrv.dll10.0.1806.012,332,39202-May-200915:55×64Msolap100.dll10.0.1806.06,532,45602-May-200909:21×86Msolap100.dll10.0.1806.08,151,91202-May-200915:55×64Sql_as_keyfile.dll2007.100.1806.014,16802-May-200915:42×64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0247,14402-May-200915:08×64Dtexec.exe2007.100.1806.064,87202-May-200915:15×64Dts.dll2007.100.1806.02,202,98402-May-200915:15×64Dtslog.dll2007.100.1806.095,59202-May-200915:15×64Dtspipeline.dll2007.100.1806.01,086,82402-May-200915:15×64Dtswizard.exe2007.100.1806.0800,61602-May-200915:15×64Exceldest.dll2007.100.1806.0260,45602-May-200915:22×64Excelsrc.dll2007.100.1806.0279,91202-May-200915:22×64Flatfiledest.dll2007.100.1806.0414,55202-May-200915:22×64Flatfilesrc.dll2007.100.1806.0424,80802-May-200915:22×64Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200915:50×86Microsoft.sqlserver.dataprofiler.dll10.0.1806.0280,40802-May-200915:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200915:53×86Oledbdest.dll2007.100.1806.0259,92802-May-200915:59×64Oledbsrc.dll2007.100.1806.0286,05602-May-200915:59×64Sql_is_keyfile.dll2007.100.1806.014,16802-May-200915:42×64Sqldest.dll2007.100.1806.0264,55202-May-200916:52×64Txdataconvert.dll2007.100.1806.0306,00802-May-200916:55×64Txgroupdups.dll2007.100.1806.0478,04002-May-200916:55×64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1806.0563,04802-May-200915:49×86Microsoft.reportingservices.datarendering.dll10.0.1806.083,81602-May-200915:49×86Microsoft.reportingservices.diagnostics.dll10.0.1806.0898,92002-May-200915:49×86Microsoft.reportingservices.excelrendering.dll10.0.1806.0251,75202-May-200915:49×86Microsoft.reportingservices.hpbprocessing.dll10.0.1806.0284,52002-May-200915:49×86Microsoft.reportingservices.htmlrendering.dll10.0.1806.0198,50402-May-200915:49×86Microsoft.reportingservices.imagerendering.dll10.0.1806.0145,25602-May-200915:49×86Microsoft.reportingservices.processingcore.dll10.0.1806.04,339,56002-May-200915:49×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1806.092,00802-May-200915:49×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1806.0829,27202-May-200915:49×86Microsoft.reportingservices.richtext.dll10.0.1806.0100,20002-May-200915:49×86Microsoft.reportingservices.spbprocessing.dll10.0.1806.0247,65602-May-200915:49×86Microsoft.reportingservices.wordrendering.dll10.0.1806.0227,17602-May-200915:49×86Msmgdsrv.dll10.0.1806.012,332,39202-May-200915:55×64Reportingserviceslibrary.dll10.0.1806.01,324,88802-May-200916:08×86Reportingservicesservice.exe2007.100.1806.02,042,72802-May-200916:08×64Reportingserviceswebserver.dll10.0.1806.01,906,52002-May-200916:08×86Reportingserviceswebuserinterface.dll10.0.1806.01,611,60802-May-200916:08×86Rsconfigtool.exe10.0.1806.01,206,12002-May-200910:35×86Sql_rs_keyfile.dll2007.100.1806.014,16802-May-200915:42×64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0164,69602-May-200907:46×86Copydatabasewizard.exe10.0.1806.0661,33602-May-200907:47×86Dataprofileviewer.exe10.0.1806.0313,17602-May-200907:48×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Microsoft.datatransformationservices.design.dll10.0.1806.04,233,06402-May-200909:12×86Microsoft.datatransformationservices.vsintegration.dll10.0.1806.0333,67202-May-200909:12×86Microsoft.reportingservices.diagnostics.dll10.0.1806.0898,92002-May-200909:13×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.dataprofiler.dll10.0.1806.0280,42402-May-200909:16×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,71202-May-200909:16×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,71202-May-200915:51×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.management.collectortasks.dll10.0.1806.083,81602-May-200909:17×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1806.03,290,98402-May-200909:17×86Microsoft.sqlserver.management.reports.dll10.0.1806.08,968,04002-May-200909:18×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1806.0391,01602-May-200909:18×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1806.092,00802-May-200909:18×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Microsoft.sqlserver.replication.dll2007.100.1806.01,765,73602-May-200909:19×86Microsoft.sqlserver.sqlparser.dll10.0.1806.02,148,20002-May-200909:19×86Objectexplorer.dll10.0.1806.03,237,73602-May-200909:26×86Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Radlangsvc.dll10.0.1806.0120,68002-May-200909:41×86Rsconfigtool.exe10.0.1806.01,206,12002-May-200910:35×86Sql_ssms_keyfile.dll2007.100.1806.014,16802-May-200915:42×64Sqldest.dll2007.100.1806.0180,05602-May-200910:49×86Sqleditors.dll10.0.1806.01,222,48802-May-200910:49×86Sqlmanagerui.dll10.0.1806.07,554,90402-May-200910:50×86Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86Txgroupdups.dll2007.100.1806.0258,39202-May-200910:53×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1806.0937,81602-May-200907:43×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dtexec.exe2007.100.1806.064,87202-May-200915:15×64Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dts.dll2007.100.1806.02,202,98402-May-200915:15×64Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtslog.dll2007.100.1806.095,59202-May-200915:15×64Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtspipeline.dll2007.100.1806.01,086,82402-May-200915:15×64Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Dtswizard.exe2007.100.1806.0800,61602-May-200915:15×64Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Exceldest.dll2007.100.1806.0260,45602-May-200915:22×64Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Excelsrc.dll2007.100.1806.0279,91202-May-200915:22×64Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfiledest.dll2007.100.1806.0414,55202-May-200915:22×64Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0424,80802-May-200915:22×64Microsoft.analysisservices.controls.dll10.0.1806.03,233,64002-May-200909:11×86Microsoft.analysisservices.deployment.exe10.0.1806.0501,60802-May-200909:11×86Microsoft.analysisservices.design.dll10.0.1806.05,920,61602-May-200909:11×86Microsoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Microsoft.analysisservices.viewers.dll10.0.1806.01,001,32002-May-200909:12×86Microsoft.analysisservices.wizards.dll10.0.1806.05,928,80802-May-200909:12×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200915:50×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1806.0227,17602-May-200915:50×86Microsoft.sqlserver.configuration.sco.dll10.0.1806.01,300,32802-May-200915:51×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200812:20×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200915:53×86Msmdlocal.dll10.0.1806.023,463,27202-May-200909:21×86Msmdlocal.dll10.0.1806.044,438,37602-May-200915:54×64Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Msmgdsrv.dll10.0.1806.012,332,39202-May-200915:55×64Msolap100.dll10.0.1806.06,532,45602-May-200909:21×86Msolap100.dll10.0.1806.08,151,91202-May-200915:55×64Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbdest.dll2007.100.1806.0259,92802-May-200915:59×64Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Oledbsrc.dll2007.100.1806.0286,05602-May-200915:59×64Sql_tools_keyfile.dll2007.100.1806.014,16802-May-200915:42×64Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86Txdataconvert.dll2007.100.1806.0306,00802-May-200916:55×64SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli10.dll2007.100.1806.02,457,43202-May-200910:50×86Sqlncli10.dll2007.100.1806.03,155,80002-May-200916:52×64Sqlncli_keyfile.dll2007.100.1806.014,16802-May-200915:42×64Itanium-architecture versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0557,92802-May-200912:47IA-64Distrib.exe2007.100.1806.0205,67202-May-200912:54IA-64Dtexec.exe2007.100.1806.0154,98402-May-200912:55IA-64Dts.dll2007.100.1806.04,249,96002-May-200912:55IA-64Dtslog.dll2007.100.1806.0183,65602-May-200912:55IA-64Dtspipeline.dll2007.100.1806.02,020,69602-May-200912:55IA-64Dtswizard.exe2007.100.1806.0800,60002-May-200912:55IA-64Exceldest.dll2007.100.1806.0584,04002-May-200913:01IA-64Excelsrc.dll2007.100.1806.0641,89602-May-200913:01IA-64Flatfiledest.dll2007.100.1806.0951,14402-May-200913:01IA-64Flatfilesrc.dll2007.100.1806.0975,19202-May-200913:01IA-64Iftsph.dll2007.100.1806.088,42402-May-200913:09IA-64Logread.exe2007.100.1806.01,124,69602-May-200913:27IA-64Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,41602-May-200913:29×86Microsoft.sqlserver.connectioninfo.dll10.0.1806.0149,35202-May-200909:15×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,71202-May-200909:16×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,69602-May-200913:30×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.management.collectortasks.dll10.0.1806.083,81602-May-200913:31×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,51202-May-200913:32×86Microsoft.sqlserver.replication.dll2007.100.1806.01,765,73602-May-200909:19×86Microsoft.sqlserver.replication.dll2007.100.1806.02,656,60002-May-200913:32IA-64Microsoft.sqlserver.smo.dll10.0.1806.02,860,90402-May-200909:19×86Microsoft.sqlserver.smoextended.dll10.0.1806.0182,12002-May-200909:19×86Microsoft.sqlserver.sqlenum.dll10.0.1806.01,083,24002-May-200909:19×86Oledbdest.dll2007.100.1806.0586,07202-May-200913:39IA-64Oledbsrc.dll2007.100.1806.0653,65602-May-200913:39IA-64Rdistcom.dll2007.100.1806.01,835,35202-May-200913:47IA-64Repldp.dll2007.100.1806.0191,33602-May-200909:41×86Repldp.dll2007.100.1806.0522,58402-May-200913:47IA-64Replmerg.exe2007.100.1806.0969,57602-May-200913:48IA-64Snapshot.exe10.0.1806.013,14402-May-200910:49×86Snapshot.exe10.0.1806.013,14402-May-200914:31×86Sql_engine_core_shared_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64Sqllogship.exe10.0.1806.096,10402-May-200914:32×86Sqlmergx.dll2007.100.1806.0428,37602-May-200914:32IA-64Sqlwep100.dll2007.100.1806.0212,31202-May-200914:34IA-64Txdataconvert.dll2007.100.1806.0674,64802-May-200914:35IA-64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1806.059,22402-May-200912:47IA-64Datacollectorcontroller.dll2007.100.1806.0470,87202-May-200912:48IA-64Mssqlsystemresource.ldfNot applicable524,28801-May-200920:23Not applicableMssqlsystemresource.mdfNot applicable63,307,77601-May-200920:23Not applicableSql_engine_core_inst_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64Sqlagent.exe2007.100.1806.01,201,49602-May-200914:32IA-64Sqlctr100.dll2007.100.1806.077,16002-May-200910:49×86Sqlctr100.dll2007.100.1806.0135,00002-May-200914:32IA-64Sqlos.dll2007.100.1806.022,36002-May-200914:33IA-64Sqlservr.exe2007.100.1806.0111,148,37602-May-200914:33IA-64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Microsoft.sqlserver.connectioninfo.dll10.0.1806.0149,35202-May-200909:15×86Microsoft.sqlserver.connectioninfo.dll10.0.1806.0149,33602-May-200913:30×86Microsoft.sqlserver.smo.dll10.0.1806.02,860,90402-May-200909:19×86Microsoft.sqlserver.smo.dll10.0.1806.02,860,90402-May-200913:32×86Microsoft.sqlserver.smoextended.dll10.0.1806.0182,12002-May-200909:19×86Microsoft.sqlserver.smoextended.dll10.0.1806.0182,12002-May-200913:33×86Microsoft.sqlserver.sqlenum.dll10.0.1806.01,083,24002-May-200909:19×86Microsoft.sqlserver.sqlenum.dll10.0.1806.01,083,24002-May-200913:33×86Msgprox.dll2007.100.1806.0202,08802-May-200909:21×86Msgprox.dll2007.100.1806.0534,36002-May-200913:34IA-64Replprov.dll2007.100.1806.0575,32002-May-200909:42×86Replprov.dll2007.100.1806.01,640,79202-May-200913:48IA-64Replrec.dll2007.100.1806.0789,84802-May-200909:42×86Replrec.dll2007.100.1806.02,125,14402-May-200913:48IA-64Replsub.dll2007.100.1806.0410,96802-May-200909:42×86Replsub.dll2007.100.1806.01,111,91202-May-200913:48IA-64Sql_common_core_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64Svrenumapi100.dll2007.100.1806.0755,54402-May-200910:52×86Svrenumapi100.dll2007.100.1806.02,696,02402-May-200914:35IA-64Xmlsub.dll2007.100.1806.0192,34402-May-200910:54×86Xmlsub.dll2007.100.1806.0558,93602-May-200914:36IA-64SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Msmdlocal.dll10.0.1806.023,463,27202-May-200909:21×86Msmdlocal.dll10.0.1806.057,514,84002-May-200913:34IA-64Msmdpump.dll10.0.1806.08,940,37602-May-200913:34IA-64Msmdspdm.dll10.0.1806.0178,00802-May-200913:34×86Msmdsrv.exe10.0.1806.058,860,37602-May-200913:34IA-64Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Msmgdsrv.dll10.0.1806.015,484,76002-May-200913:34IA-64Msolap100.dll10.0.1806.06,532,45602-May-200909:21×86Msolap100.dll10.0.1806.010,063,72002-May-200913:34IA-64Sql_as_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0557,92802-May-200912:47IA-64Dtexec.exe2007.100.1806.0154,98402-May-200912:55IA-64Dts.dll2007.100.1806.04,249,96002-May-200912:55IA-64Dtslog.dll2007.100.1806.0183,65602-May-200912:55IA-64Dtspipeline.dll2007.100.1806.02,020,69602-May-200912:55IA-64Dtswizard.exe2007.100.1806.0800,60002-May-200912:55IA-64Exceldest.dll2007.100.1806.0584,04002-May-200913:01IA-64Excelsrc.dll2007.100.1806.0641,89602-May-200913:01IA-64Flatfiledest.dll2007.100.1806.0951,14402-May-200913:01IA-64Flatfilesrc.dll2007.100.1806.0975,19202-May-200913:01IA-64Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,41602-May-200913:29×86Microsoft.sqlserver.dataprofiler.dll10.0.1806.0280,42402-May-200913:30×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,51202-May-200913:32×86Oledbdest.dll2007.100.1806.0586,07202-May-200913:39IA-64Oledbsrc.dll2007.100.1806.0653,65602-May-200913:39IA-64Sql_is_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64Sqldest.dll2007.100.1806.0602,96802-May-200914:32IA-64Txdataconvert.dll2007.100.1806.0674,64802-May-200914:35IA-64Txgroupdups.dll2007.100.1806.0941,91202-May-200914:35IA-64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1806.0563,03202-May-200913:28×86Microsoft.reportingservices.datarendering.dll10.0.1806.083,80002-May-200913:28×86Microsoft.reportingservices.diagnostics.dll10.0.1806.0898,90402-May-200913:28×86Microsoft.reportingservices.excelrendering.dll10.0.1806.0251,73602-May-200913:28×86Microsoft.reportingservices.hpbprocessing.dll10.0.1806.0284,50402-May-200913:28×86Microsoft.reportingservices.htmlrendering.dll10.0.1806.0198,48802-May-200913:28×86Microsoft.reportingservices.imagerendering.dll10.0.1806.0145,24002-May-200913:28×86Microsoft.reportingservices.processingcore.dll10.0.1806.04,339,54402-May-200913:28×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1806.091,99202-May-200913:28×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1806.0829,27202-May-200913:28×86Microsoft.reportingservices.richtext.dll10.0.1806.0100,18402-May-200913:28×86Microsoft.reportingservices.spbprocessing.dll10.0.1806.0247,64002-May-200913:29×86Microsoft.reportingservices.wordrendering.dll10.0.1806.0227,16002-May-200913:29×86Msmgdsrv.dll10.0.1806.015,484,76002-May-200913:34IA-64Reportingserviceslibrary.dll10.0.1806.01,324,88802-May-200913:48×86Reportingservicesservice.exe2007.100.1806.03,358,55202-May-200913:48IA-64Reportingserviceswebserver.dll10.0.1806.01,906,52002-May-200913:48×86Reportingserviceswebuserinterface.dll10.0.1806.01,611,62402-May-200913:48×86Rsconfigtool.exe10.0.1806.01,206,12002-May-200910:35×86Sql_rs_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.1806.0164,69602-May-200907:46×86Copydatabasewizard.exe10.0.1806.0661,33602-May-200907:47×86Dataprofileviewer.exe10.0.1806.0313,17602-May-200907:48×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Microsoft.datatransformationservices.design.dll10.0.1806.04,233,06402-May-200909:12×86Microsoft.datatransformationservices.vsintegration.dll10.0.1806.0333,67202-May-200909:12×86Microsoft.reportingservices.diagnostics.dll10.0.1806.0898,92002-May-200909:13×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.dataprofiler.dll10.0.1806.0280,42402-May-200909:16×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,71202-May-200909:16×86Microsoft.sqlserver.dmf.dll10.0.1806.0292,69602-May-200913:30×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1806.0296,80802-May-200909:17×86Microsoft.sqlserver.management.collectortasks.dll10.0.1806.083,81602-May-200909:17×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1806.03,290,98402-May-200909:17×86Microsoft.sqlserver.management.reports.dll10.0.1806.08,968,04002-May-200909:18×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1806.0391,01602-May-200909:18×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1806.092,00802-May-200909:18×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Microsoft.sqlserver.replication.dll2007.100.1806.01,765,73602-May-200909:19×86Microsoft.sqlserver.sqlparser.dll10.0.1806.02,148,20002-May-200909:19×86Objectexplorer.dll10.0.1806.03,237,73602-May-200909:26×86Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Radlangsvc.dll10.0.1806.0120,68002-May-200909:41×86Rsconfigtool.exe10.0.1806.01,206,12002-May-200910:35×86Sql_ssms_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64Sqldest.dll2007.100.1806.0180,05602-May-200910:49×86Sqleditors.dll10.0.1806.01,222,48802-May-200910:49×86Sqlmanagerui.dll10.0.1806.07,554,90402-May-200910:50×86Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86Txgroupdups.dll2007.100.1806.0258,39202-May-200910:53×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1806.0937,81602-May-200907:43×86Dtexec.exe2007.100.1806.054,10402-May-200908:02×86Dtexec.exe2007.100.1806.0154,98402-May-200912:55IA-64Dts.dll2007.100.1806.01,429,33602-May-200908:02×86Dts.dll2007.100.1806.04,249,96002-May-200912:55IA-64Dtslog.dll2007.100.1806.079,72002-May-200908:02×86Dtslog.dll2007.100.1806.0183,65602-May-200912:55IA-64Dtspipeline.dll2007.100.1806.0694,12002-May-200908:02×86Dtspipeline.dll2007.100.1806.02,020,69602-May-200912:55IA-64Dtswizard.exe2007.100.1806.0804,69602-May-200908:02×86Dtswizard.exe2007.100.1806.0800,60002-May-200912:55IA-64Exceldest.dll2007.100.1806.0173,40002-May-200908:15×86Exceldest.dll2007.100.1806.0584,04002-May-200913:01IA-64Excelsrc.dll2007.100.1806.0183,14402-May-200908:15×86Excelsrc.dll2007.100.1806.0641,89602-May-200913:01IA-64Flatfiledest.dll2007.100.1806.0276,32802-May-200908:16×86Flatfiledest.dll2007.100.1806.0951,14402-May-200913:01IA-64Flatfilesrc.dll2007.100.1806.0284,00802-May-200908:16×86Flatfilesrc.dll2007.100.1806.0975,19202-May-200913:01IA-64Microsoft.analysisservices.controls.dll10.0.1806.03,233,64002-May-200909:11×86Microsoft.analysisservices.deployment.exe10.0.1806.0501,60802-May-200909:11×86Microsoft.analysisservices.design.dll10.0.1806.05,920,61602-May-200909:11×86Microsoft.analysisservices.dll10.0.1806.01,316,71202-May-200909:11×86Microsoft.analysisservices.viewers.dll10.0.1806.01,001,32002-May-200909:12×86Microsoft.analysisservices.wizards.dll10.0.1806.05,928,80802-May-200909:12×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,43202-May-200909:14×86Microsoft.sqlserver.adonetsrc.dll10.0.1806.067,41602-May-200913:29×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1806.0227,16002-May-200913:29×86Microsoft.sqlserver.configuration.sco.dll10.0.1806.01,300,32802-May-200913:30×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200810:16×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,52802-May-200909:18×86Microsoft.sqlserver.pipelinehost.dll10.0.1806.071,51202-May-200913:32×86Msmdlocal.dll10.0.1806.023,463,27202-May-200909:21×86Msmdlocal.dll10.0.1806.057,514,84002-May-200913:34IA-64Msmgdsrv.dll10.0.1806.08,558,44002-May-200909:21×86Msmgdsrv.dll10.0.1806.015,484,76002-May-200913:34IA-64Msolap100.dll10.0.1806.06,532,45602-May-200909:21×86Msolap100.dll10.0.1806.010,063,72002-May-200913:34IA-64Oledbdest.dll2007.100.1806.0173,92802-May-200909:26×86Oledbdest.dll2007.100.1806.0586,07202-May-200913:39IA-64Oledbsrc.dll2007.100.1806.0186,72802-May-200909:26×86Oledbsrc.dll2007.100.1806.0653,65602-May-200913:39IA-64Sql_tools_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64Txdataconvert.dll2007.100.1806.0206,68002-May-200910:53×86Txdataconvert.dll2007.100.1806.0674,64802-May-200914:35IA-64SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli10.dll2007.100.1806.02,457,43202-May-200910:50×86Sqlncli10.dll2007.100.1806.06,348,13602-May-200914:33IA-64Sqlncli_keyfile.dll2007.100.1806.019,30402-May-200913:21IA-64