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 ‘service pack 1’

FIX: Error message when you resize a Chart control in the Report Designer in SQL Server 2008 Business Intelligence Development Studio on a computer that is running Windows 7: “Chart Exception: Pa …

Symptoms
Consider the following scenario:On a computer that is running Windows 7, you design a Reporting Services report in Microsoft SQL Server 2008 Business Intelligence Development Studio (BIDS).The report contains a Chart control.In BIDS, you try to resize the Chart control in the Report Designer.In this scenario, you may receive the following error message:

Chart Exception: Parameter is not valid.
Resolution
The fix for this issue was first released in Cumulative Update4 for SQL Server 2008 Service Pack 1. For more information about this cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:
973602?(http://support.microsoft.com/kb/973602/LN/) Cumulative update package 4 for SQL Server 2008 Service Pack 1Note 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. Microsoft recommends 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:
970365?(http://support.microsoft.com/kb/970365/LN/) The SQL Server 2008 builds that were released after SQL Server 2008 Service Pack 1 was releasedMicrosoft SQL Server 2008hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2008 Service Pack 1 hotfix to an installation of SQL Server 2008 Service Pack 1. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.

FIX: An access violation occurs intermittently during message processing for service broker, and the session may be disconnected in SQL Server 2008

Symptoms
In Microsoft SQL Server 2008, an access violation occurs intermittently during message processing for service broker,and the session may be disconnected. When this problem occurs, a mini-dump file is generated in the SQL Server log folder, and the following error message is logged in the SQL Server log file:

<Date><Time> spid18s***Stack Dump being sent to <drive>:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\LOG\SQLDump0005.txt
<Date><Time> spid18sSqlDumpExceptionHandler: Process 18 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.
<Date><Time> spid18s* *******************************************************************************
<Date><Time> spid18s*
<Date><Time> spid18s* BEGIN STACK DUMP:
<Date><Time> spid18s*<Date><Time> spid <spid>
<Date><Time> spid18s*
<Date><Time> spid18s*
<Date><Time> spid18s*Exception Address = 0000000002164AC2 Module(sqlservr+0000000001164AC2)
<Date><Time> spid18s*Exception Code= c0000005 EXCEPTION_ACCESS_VIOLATION
<Date><Time> spid18s*Access Violation occurred reading address 0000000000000000
<Date><Time> spid18sStack Signature for the dump is 0×00000001CCC51BCC
<Date><Time> spid18sExternal dump process return code 0×20000001.External dump process returned no errors.
<Date><Time> spid15sThe Service Broker protocol transport has stopped listening for connections.
<Date><Time> spid15sService Broker manager has shut down.
Resolution
The fix for this issue was first released in Cumulative Update5 for SQL Server 2008 Service Pack 1. For more information about this cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:
975977?(http://support.microsoft.com/kb/975977/LN/) Cumulative update package 5 for SQL Server 2008 Service Pack 1Note 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. Microsoft recommends 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:
970365?(http://support.microsoft.com/kb/970365/LN/) The SQL Server 2008 builds that were released after SQL Server 2008 Service Pack 1 was releasedMicrosoft SQL Server 2008hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2008 Service Pack 1 hotfix to an installation of SQL Server 2008 Service Pack 1. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.

FIX: A validation error is returned when you use the MSOLAP10 provider to connect to a SQL Server 2008 R2 Analysis Services server and set the value of the SubQueries property to 2 in the connect …

Symptoms
You use Microsoft SQL Server 2008 MSOLAP10 provider to connect to a SQL Server 2008 R2 Analysis Services server. However, when you set the value of the SubQueries property to 2 in the connection string, a validation error is returned on the client-side.
For example, you use Microsoft Excel to connect to an Analysis Services data source. You set the value of the SubQueries property to 2 in the connection string, and you receive the following error message:

Initialization of the data source failed.
Check the database server or contact your database administrator. Make sure the external database is available, and then try the operation again. If you see this message again, create a new data source to connect to the database.
Resolution
The fix for this issue was first released in Cumulative Update4 for SQL Server 2008 Service Pack 1. For more information about this cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:
973602?(http://support.microsoft.com/kb/973602/LN/) Cumulative update package 4 for SQL Server 2008 Service Pack 1Note 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. Microsoft recommends 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:
970365?(http://support.microsoft.com/kb/970365/LN/) The SQL Server 2008 builds that were released after SQL Server 2008 Service Pack 1 was releasedMicrosoft SQL Server 2008hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2008 Service Pack 1 hotfix to an installation of SQL Server 2008 Service Pack 1. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.

Error message when you run a query in SQL Server Management Studio in SQL Server 2008 after you upgrade to Windows Vista: “The type initializer for ‘Microsoft.SqlServer.Management.UI.Grid.ColumnI …

Symptoms
You install Microsoft SQL Server 2008 on a computer that is running Windows XP. Then, you upgrade Windows XP to Windows Vista. When you run a query in SQL Server Management Studio, you receive the following error message:

The type initializer for ‘Microsoft.SqlServer.Management.UI.Grid.ColumnInfo’ threw an exception.However, you can successfully run the query in Windows XP.
Resolution
This problem occurs because the Windows Vista Setup program incorrectly replaces the Mscorlib.dll file of the Microsoft .NET Framework 2.0 Service Pack 1 (SP1). The Mscorlib.dll file of the later version of the file contains the DateTimeOffset data type. This data type does not exist in the earlier version of the Mscorlib.dll file.
When you install SQL Server 2008, SQL Server 2008 installs the .NET Framework 3.5 Service Pack (SP1). The .NET Framework 3.5 SP1 also installs the .NET Framework 2.0 SP1, and this service pack contains the later version of the Mscorlib.dll file. However, the Windows Vista Setup program replaces this version of the Mscorlib.dll file with the earlier version of the Mscorlib.dll file.

Cumulative update package 4 for SQL Server 2008 Service Pack 1

Symptoms
Cumulative Update 4 for SQL Server 2008 Service Pack 1 contains hotfixes for the Microsoft SQL Server 2008 issues that have been fixed since the release of SQL Server 2008 Service Pack 1.
NoteThis build of the cumulative update package is also known as build 10.00.2734.
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:
970365?(http://support.microsoft.com/kb/970365/) The SQL Server 2008 builds that were released after SQL Server 2008 Service Pack 1 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 4 for SQL Server 2008 Service Pack 1 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 4 for SQL Server 2008 Service Pack 1
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 numberDescription315522948567?(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 2008315525956574?(http://support.microsoft.com/kb/956574/)FIX: Data results are inconsistent in SQL Server 2005 and in SQL Server 2008 when you run a search query that uses the NEAR operator against an XML type data that contains the xml:lang attribute336709956686?(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 2000330559967315?(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 2008334839968722?(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 2008334840970014?(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 2008334841970044?(http://support.microsoft.com/kb/970044/)FIX: Error message when you try to break database mirroring between two servers that are running SQL Server 2008: “Non-yielding Scheduler”334842970133?(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 responding334845971780?(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 2008334849971914?(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”346495972271?(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”334843972650?(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”340080972687?(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)”326105972939?(http://support.microsoft.com/kb/972939/)FIX: A validation error is returned when you use the MSOLAP10 provider to connect to a SQL Server 2008 R2 Analysis Services server and set the value of the SubQueries property to 2 in the connection string327458973090?(http://support.microsoft.com/kb/973090/)FIX: Prefix search with extended characters or accents returns incorrect result in SQL Server 2008347515973103?(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”334844973204?(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 Studio330369973223?(http://support.microsoft.com/kb/973223/)FIX: You cannot synchronize data for a peer-to-peer replication after you perform a dummy update operation in SQL Server 2008329208973255?(http://support.microsoft.com/kb/973255/)FIX: When you run a query that uses the MIN or MAX function against a partitioned view in SQL Server 2008, the query runs much slower than when you run the same query in SQL Server 2005329507973292?(http://support.microsoft.com/kb/973292/)FIX: Error message when you use Microsoft Connector 1.0 for SAP BI in a SQL Server 2008 Integration Services package to extract data from SAP BW: “System.OutOfMemoryException: Exception of type ‘System.OutOfMemoryException’ was thrown”334850973302?(http://support.microsoft.com/kb/973302/)FIX: Error message when you capture a SQL Server trace file in SQL Server 2008: “Non-yielding Scheduler”334854973303?(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″331579973524?(http://support.microsoft.com/kb/973524/)FIX: The execution of the xp_readerrorlog command in SQL Server 2005 and in SQL Server 2008 stops responding and the usage of the CPU that is running the command increases to 100 percent331899973580?(http://support.microsoft.com/kb/973580/)FIX: A query that uses the WITH CUBE aggregation incorrectly returns NULL values when you set the ANSI_WARNINGS option to “ON” in SQL Server 2008 Analysis Services332017973588?(http://support.microsoft.com/kb/973588/)FIX: You receive various error messages when you open a SQL Server Reporting Services report whose data source uses the HTTP protocol to connect to SQL Server 2008 Analysis Services332759973696?(http://support.microsoft.com/kb/973696/)FIX: Change tracking cleanup does not clean up the sys.syscommittab system table in SQL Server 2008347516973877?(http://support.microsoft.com/kb/973877/)FIX: A performance issue in which you run a query by using a Fast Forward cursor in SQL Server 2005 or SQL Server 2008334786973897?(http://support.microsoft.com/kb/973897/)FIX: The Database Mirroring session is disconnected when you manually perform a failover in SQL Server 2008336490974076?(http://support.microsoft.com/kb/974076/)FIX: Error message when you use the DTExec.exe or DTExecUi.exe utility run a SQL Server 2008 Integration Services package by specifying a configuration file: “The package path referenced an object that cannot be found”339146974231?(http://support.microsoft.com/kb/974231/)FIX: Some files are not rolled back to the original file versions after you uninstall a SQL Server 2008 Service Pack 1 hotfix that is applied when you use a slipstream installation339578974262?(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 2008339954974276?(http://support.microsoft.com/kb/974276/)FIX: Error message when you preview a report in Report Builder 2.0 when the Report server uses Basic Authentication: “The request failed with HTTP status 401: Unauthorized.”341683974398?(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 2008341757974404?(http://support.microsoft.com/kb/974404/)FIX: A subreport does not display if you set the MergeTransactions property of the subreport to “True” in SQL Server 2008 Reporting Services339995974712?(http://support.microsoft.com/kb/974712/)FIX: Error message when you use the BCP utility with the -R option in SQL Server 2008 to load a file that contains the dates of the non-English format: “[Microsoft][SQL Server Native Client 10.0]Invalid date format”345763974766?(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”333450974816?(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 node343727975055?(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.”350537975171?(http://support.microsoft.com/kb/975171/)FIX: You cannot synchronize BLOB data by using a transactional replication when you set the SubscriptionStreams parameter of the Distribution Agent to a value that is larger than 1 in SQL Server 2008351197975272?(http://support.microsoft.com/kb/975272/)FIX: An access violation occurs when you run a MDX query that involves a calculated member that uses the SUM({set of measures}) function where the set contains measures from different measure groups in SQL Server 2008339555974289?(http://support.microsoft.com/kb/974289/)FIX: Error message when you analyze a trace file in Database Engine Tuning Advisor in SQL Server 2008: “Error converting data type varchar to datetime”341353974371?(http://support.microsoft.com/kb/974371/)FIX: The performance decreases when you open the Report Builder (RB) ClickOnce application after you install SQL Server 2008 Service Pack 1
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.32-bit versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2007.100.2734.088,42415-Sep-200918:27×86Commanddest.dll2007.100.2734.0164,71215-Sep-200918:31×86Datacollectorenumerators.dll2007.100.2734.069,46415-Sep-200918:33×86Distrib.exe2007.100.2734.075,11215-Sep-200918:49×86Dts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Iftsph.dll2007.100.2734.038,23215-Sep-200919:22×86Logread.exe2007.100.2734.0423,27215-Sep-200920:03×86Microsoft.sqlserver.dmf.dll10.0.2734.0296,80815-Sep-200920:09×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.2734.0403,30415-Sep-200920:11×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52815-Sep-200920:12×86Microsoft.sqlserver.smo.dll10.0.2734.02,860,88815-Sep-200920:12×86Microsoft.sqlserver.sqlenum.dll10.0.2734.01,083,24015-Sep-200920:13×86Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Rdistcom.dll2007.100.2734.0651,09615-Sep-200920:40×86Repldp.dll2007.100.2734.0191,33615-Sep-200920:41×86Replmerg.exe2007.100.2734.0341,35215-Sep-200920:41×86Snapshot.exe10.0.2734.013,14415-Sep-200921:47×86Sql_engine_core_shared_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Sqllogship.exe10.0.2734.096,08815-Sep-200921:49×86Sqlmergx.dll2007.100.2734.0192,85615-Sep-200921:49×86Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Sqlwep100.dll2007.100.2734.089,43215-Sep-200921:50×86Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2734.075,60815-Sep-200918:33×86Databasemailprotocols.dll10.0.2734.042,84015-Sep-200918:33×86Sql_engine_core_inst_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Sqlaccess.dll2007.100.2734.0405,35215-Sep-200921:47×86Sqlagent.exe2007.100.2734.0367,97615-Sep-200921:48×86Sqlctr100.dll2007.100.2734.072,55215-Sep-200921:48×86Sqlscriptdowngrade.dll2007.100.2734.014,69615-Sep-200921:49×86Sqlscriptupgrade.dll2007.100.2734.03,379,03215-Sep-200921:49×86Sqlservr.exe2007.100.2734.042,729,81615-Sep-200921:50×86Xpstar.dll2007.100.2734.0300,88815-Sep-200921:55×86SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2734.0546,66415-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.analysisservices.xmla.dll10.0.2734.0227,16015-Sep-200920:04×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.2734.0403,30415-Sep-200920:11×86Microsoft.sqlserver.smo.dll10.0.2734.02,860,88815-Sep-200920:12×86Microsoft.sqlserver.sqlenum.dll10.0.2734.01,083,24015-Sep-200920:13×86Msgprox.dll2007.100.2734.0202,07215-Sep-200920:14×86Replprov.dll2007.100.2734.0575,32015-Sep-200920:41×86Replrec.dll2007.100.2734.0789,84815-Sep-200920:41×86Replsub.dll2007.100.2734.0410,96815-Sep-200920:41×86Sql_common_core_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Xmlsub.dll2007.100.2734.0192,34415-Sep-200921:55×86SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2734.0164,71215-Sep-200918:31×86Dts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Microsoft.analysisservices.controls.dll10.0.2734.03,233,64015-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.datatransformationservices.design.dll10.0.2734.04,233,06415-Sep-200920:05×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2734.02,828,13615-Sep-200920:05×86Microsoft.reportingservices.chartwincontrol.dll10.0.2734.03,827,56015-Sep-200920:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2734.0563,04815-Sep-200920:05×86Microsoft.reportingservices.datarendering.dll10.0.2734.083,81615-Sep-200920:05×86Microsoft.reportingservices.designer.controls.dll10.0.2734.012,433,25615-Sep-200920:06×86Microsoft.reportingservices.diagnostics.dll10.0.2734.0903,01615-Sep-200920:06×86Microsoft.reportingservices.hpbprocessing.dll10.0.2734.0284,52015-Sep-200920:06×86Microsoft.reportingservices.htmlrendering.dll10.0.2734.0198,48815-Sep-200920:06×86Microsoft.reportingservices.imagerendering.dll10.0.2734.0145,24015-Sep-200920:06×86Microsoft.reportingservices.processingcore.dll10.0.2734.04,339,56015-Sep-200920:07×86Microsoft.reportingservices.reportpreview.dll10.0.2734.0567,12815-Sep-200920:07×86Microsoft.reportingservices.richtext.dll10.0.2734.0104,29615-Sep-200920:07×86Microsoft.reportingservices.spbprocessing.dll10.0.2734.0247,64015-Sep-200920:07×86Microsoft.reportingservices.wordrendering.dll10.0.2734.0227,17615-Sep-200920:07×86Microsoft.sqlserver.dataprofiler.dll10.0.2734.0280,42415-Sep-200920:09×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2734.0759,65615-Sep-200920:10×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52815-Sep-200920:12×86Msmdlocal.dll10.0.2734.023,476,58415-Sep-200920:15×86Msmdpp.dll10.0.2734.06,131,03215-Sep-200920:15×86Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msolap100.dll10.0.2734.06,536,02415-Sep-200920:15×86Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Reportingserviceslibrary.dll10.0.2734.01,324,90415-Sep-200920:41×86Sql_bids_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Sqldest.dll2007.100.2734.0180,07215-Sep-200921:48×86Sqlmanagerui.dll10.0.2734.07,559,00015-Sep-200921:49×86Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86Txgroupdups.dll2007.100.2734.0258,39215-Sep-200921:54×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Msmdlocal.dll10.0.2734.023,476,58415-Sep-200920:15×86Msmdpump.dll10.0.2734.06,183,27215-Sep-200920:15×86Msmdredir.dll10.0.2734.06,210,39215-Sep-200920:15×86Msmdspdm.dll10.0.2734.0178,00815-Sep-200920:15×86Msmdsrv.exe10.0.2734.021,968,74415-Sep-200920:15×86Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msolap100.dll10.0.2734.06,536,02415-Sep-200920:15×86Sql_as_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2734.0164,71215-Sep-200918:31×86Dts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Microsoft.sqlserver.dataprofiler.dll10.0.2734.0280,42415-Sep-200920:09×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52815-Sep-200920:12×86Msmdpp.dll10.0.2734.06,131,03215-Sep-200920:15×86Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Sql_is_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Sqldest.dll2007.100.2734.0180,07215-Sep-200921:48×86Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86Txgroupdups.dll2007.100.2734.0258,39215-Sep-200921:54×86SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2734.0546,66415-Sep-200920:04×86Microsoft.analysisservices.controls.dll10.0.2734.03,233,64015-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2734.02,828,13615-Sep-200920:05×86Microsoft.reportingservices.chartwincontrol.dll10.0.2734.03,827,56015-Sep-200920:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2734.0563,04815-Sep-200920:05×86Microsoft.reportingservices.datarendering.dll10.0.2734.083,81615-Sep-200920:05×86Microsoft.reportingservices.designer.controls.dll10.0.2734.012,433,25615-Sep-200920:06×86Microsoft.reportingservices.diagnostics.dll10.0.2734.0903,01615-Sep-200920:06×86Microsoft.reportingservices.hpbprocessing.dll10.0.2734.0284,52015-Sep-200920:06×86Microsoft.reportingservices.htmlrendering.dll10.0.2734.0198,48815-Sep-200920:06×86Microsoft.reportingservices.imagerendering.dll10.0.2734.0145,24015-Sep-200920:06×86Microsoft.reportingservices.processingcore.dll10.0.2734.04,339,56015-Sep-200920:07×86Microsoft.reportingservices.reportpreview.dll10.0.2734.0567,12815-Sep-200920:07×86Microsoft.reportingservices.richtext.dll10.0.2734.0104,29615-Sep-200920:07×86Microsoft.reportingservices.spbprocessing.dll10.0.2734.0247,64015-Sep-200920:07×86Microsoft.reportingservices.wordrendering.dll10.0.2734.0227,17615-Sep-200920:07×86Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msreportbuilder.exe10.0.2734.01,173,35215-Sep-200920:15×86Reportingserviceslibrary.dll10.0.2734.01,324,90415-Sep-200920:41×86Reportingservicesservice.exe2007.100.2734.01,113,44815-Sep-200920:41×86Reportingserviceswebserver.dll10.0.2734.01,906,52015-Sep-200920:41×86Sql_rs_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2007.100.2734.088,42415-Sep-200918:27×86Commanddest.dll2007.100.2734.0164,71215-Sep-200918:31×86Databasemailwizard.exe10.0.2734.0595,80015-Sep-200918:33×86Datacollectorenumerators.dll2007.100.2734.069,46415-Sep-200918:33×86Dts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Microsoft.datatransformationservices.design.dll10.0.2734.04,233,06415-Sep-200920:05×86Microsoft.reportingservices.diagnostics.dll10.0.2734.0903,01615-Sep-200920:06×86Microsoft.sqlserver.dataprofiler.dll10.0.2734.0280,42415-Sep-200920:09×86Microsoft.sqlserver.dmf.dll10.0.2734.0296,80815-Sep-200920:09×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2734.0759,65615-Sep-200920:10×86Microsoft.sqlserver.management.reports.dll10.0.2734.08,968,04015-Sep-200920:11×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52815-Sep-200920:12×86Objectexplorer.dll10.0.2734.03,237,72015-Sep-200920:22×86Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Pfclnt.dll2007.100.2734.01,098,08815-Sep-200920:23×86Sql_ssms_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Sqldest.dll2007.100.2734.0180,07215-Sep-200921:48×86Sqlmanagerui.dll10.0.2734.07,559,00015-Sep-200921:49×86Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86Txgroupdups.dll2007.100.2734.0258,39215-Sep-200921:54×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Microsoft.analysisservices.controls.dll10.0.2734.03,233,64015-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52815-Sep-200920:12×86Msmdlocal.dll10.0.2734.023,476,58415-Sep-200920:15×86Msmdpp.dll10.0.2734.06,131,03215-Sep-200920:15×86Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msolap100.dll10.0.2734.06,536,02415-Sep-200920:15×86Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Sql_tools_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,681,25615-Sep-200918:31×86Chtbrkr.dll12.0.9730.06,109,03215-Sep-200918:31×86Iftsph.dll2007.100.2734.038,23215-Sep-200919:22×86Infosoft.dll12.0.9730.0464,72815-Sep-200919:22×86Korwbrkr.dll12.0.9730.067,43215-Sep-200920:03×86Sql_fulltext_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Xmlfilt.dll12.0.9730.0194,39215-Sep-200921:55×86SQL Server 2008 Browser Service
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdredir.dll10.0.2734.06,210,39215-Sep-200920:15×86Sqlbrowser_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.2734.013,65615-Sep-200919:49×86Sqlncli10.dll2007.100.2734.02,556,24815-Sep-200921:49×86x64-based versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2007.100.2734.0103,76812-Sep-200912:39×64Commanddest.dll2007.100.2734.0247,14412-Sep-200912:39×64Datacollectorenumerators.dll2007.100.2734.093,54412-Sep-200912:42×64Distrib.exe2007.100.2734.086,87212-Sep-200912:48×64Dts.dll2007.100.2734.02,203,48012-Sep-200912:48×64Dtspipeline.dll2007.100.2734.01,086,82412-Sep-200912:48×64Dtswizard.exe2007.100.2734.0800,61612-Sep-200912:48×64Exceldest.dll2007.100.2734.0260,45612-Sep-200912:56×64Excelsrc.dll2007.100.2734.0279,89612-Sep-200912:56×64Flatfiledest.dll2007.100.2734.0414,55212-Sep-200912:57×64Flatfilesrc.dll2007.100.2734.0424,79212-Sep-200912:57×64Iftsph.dll2007.100.2734.054,61612-Sep-200913:05×64Logread.exe2007.100.2734.0510,82412-Sep-200913:25×64Microsoft.sqlserver.dmf.dll10.0.2734.0296,79212-Sep-200913:28×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.2734.0403,30415-Sep-200920:11×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52812-Sep-200913:29×86Microsoft.sqlserver.smo.dll10.0.2734.02,860,88815-Sep-200920:12×86Microsoft.sqlserver.sqlenum.dll10.0.2734.01,083,24015-Sep-200920:13×86Oledbdest.dll2007.100.2734.0259,94412-Sep-200913:37×64Oledbsrc.dll2007.100.2734.0286,05612-Sep-200913:37×64Rdistcom.dll2007.100.2734.0789,35212-Sep-200913:47×64Repldp.dll2007.100.2734.0191,33615-Sep-200920:41×86Repldp.dll2007.100.2734.0229,73612-Sep-200913:47×64Replmerg.exe2007.100.2734.0408,42412-Sep-200913:47×64Snapshot.exe10.0.2734.013,14415-Sep-200921:47×86Sql_engine_core_shared_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Sqllogship.exe10.0.2734.096,08812-Sep-200914:31×86Sqlmergx.dll2007.100.2734.0229,20812-Sep-200914:32×64Sqltaskconnections.dll2007.100.2734.0161,11212-Sep-200914:33×64Sqlwep100.dll2007.100.2734.0119,65612-Sep-200914:33×64Txdataconvert.dll2007.100.2734.0306,00812-Sep-200914:36×64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2734.075,60812-Sep-200912:41×86Databasemailprotocols.dll10.0.2734.042,85612-Sep-200912:42×86Sql_engine_core_inst_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Sqlaccess.dll2007.100.2734.0412,00812-Sep-200914:31×86Sqlagent.exe2007.100.2734.0428,90412-Sep-200914:31×64Sqlctr100.dll2007.100.2734.0108,37612-Sep-200914:31×64Sqlctr100.dll2007.100.2734.072,55215-Sep-200921:48×86Sqlscriptdowngrade.dll2007.100.2734.015,70412-Sep-200914:32×64Sqlscriptupgrade.dll2007.100.2734.03,378,52012-Sep-200914:32×64Sqlservr.exe2007.100.2734.057,864,04012-Sep-200914:33×64Xpstar.dll2007.100.2734.0546,64812-Sep-200914:37×64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2734.0546,64812-Sep-200913:25×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.analysisservices.xmla.dll10.0.2734.0227,16012-Sep-200913:25×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.2734.0403,28812-Sep-200913:29×86Microsoft.sqlserver.smo.dll10.0.2734.02,860,88812-Sep-200913:30×86Microsoft.sqlserver.sqlenum.dll10.0.2734.01,083,24012-Sep-200913:30×86Msgprox.dll2007.100.2734.0202,07215-Sep-200920:14×86Msgprox.dll2007.100.2734.0246,10412-Sep-200913:31×64Replprov.dll2007.100.2734.0575,32015-Sep-200920:41×86Replprov.dll2007.100.2734.0727,40012-Sep-200913:47×64Replrec.dll2007.100.2734.0789,84815-Sep-200920:41×86Replrec.dll2007.100.2734.0976,72812-Sep-200913:47×64Replsub.dll2007.100.2734.0410,96815-Sep-200920:41×86Replsub.dll2007.100.2734.0492,37612-Sep-200913:47×64Sql_common_core_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Xmlsub.dll2007.100.2734.0192,34415-Sep-200921:55×86Xmlsub.dll2007.100.2734.0308,07212-Sep-200914:37×64SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2734.0164,71215-Sep-200918:31×86Dts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Microsoft.analysisservices.controls.dll10.0.2734.03,233,64015-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.datatransformationservices.design.dll10.0.2734.04,233,06415-Sep-200920:05×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2734.02,828,13615-Sep-200920:05×86Microsoft.reportingservices.chartwincontrol.dll10.0.2734.03,827,56015-Sep-200920:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2734.0563,04815-Sep-200920:05×86Microsoft.reportingservices.datarendering.dll10.0.2734.083,81615-Sep-200920:05×86Microsoft.reportingservices.designer.controls.dll10.0.2734.012,433,25615-Sep-200920:06×86Microsoft.reportingservices.diagnostics.dll10.0.2734.0903,01615-Sep-200920:06×86Microsoft.reportingservices.hpbprocessing.dll10.0.2734.0284,52015-Sep-200920:06×86Microsoft.reportingservices.htmlrendering.dll10.0.2734.0198,48815-Sep-200920:06×86Microsoft.reportingservices.imagerendering.dll10.0.2734.0145,24015-Sep-200920:06×86Microsoft.reportingservices.processingcore.dll10.0.2734.04,339,56015-Sep-200920:07×86Microsoft.reportingservices.reportpreview.dll10.0.2734.0567,12815-Sep-200920:07×86Microsoft.reportingservices.richtext.dll10.0.2734.0104,29615-Sep-200920:07×86Microsoft.reportingservices.spbprocessing.dll10.0.2734.0247,64015-Sep-200920:07×86Microsoft.reportingservices.wordrendering.dll10.0.2734.0227,17615-Sep-200920:07×86Microsoft.sqlserver.dataprofiler.dll10.0.2734.0280,42415-Sep-200920:09×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2734.0759,65615-Sep-200920:10×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52815-Sep-200920:12×86Msmdlocal.dll10.0.2734.023,476,58415-Sep-200920:15×86Msmdlocal.dll10.0.2734.044,457,32012-Sep-200913:31×64Msmdpp.dll10.0.2734.06,131,03215-Sep-200920:15×86Msmgdsrv.dll10.0.2734.012,338,53612-Sep-200913:31×64Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msolap100.dll10.0.2734.06,536,02415-Sep-200920:15×86Msolap100.dll10.0.2734.08,154,98412-Sep-200913:31×64Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Reportingserviceslibrary.dll10.0.2734.01,324,90415-Sep-200920:41×86Sql_bids_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Sqldest.dll2007.100.2734.0180,07215-Sep-200921:48×86Sqlmanagerui.dll10.0.2734.07,559,00015-Sep-200921:49×86Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86Txgroupdups.dll2007.100.2734.0258,39215-Sep-200921:54×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Msmdlocal.dll10.0.2734.023,476,58415-Sep-200920:15×86Msmdlocal.dll10.0.2734.044,457,32012-Sep-200913:31×64Msmdpump.dll10.0.2734.07,431,51212-Sep-200913:31×64Msmdredir.dll10.0.2734.06,210,39215-Sep-200920:15×86Msmdspdm.dll10.0.2734.0178,02412-Sep-200913:31×86Msmdsrv.exe10.0.2734.043,731,30412-Sep-200913:31×64Msmgdsrv.dll10.0.2734.012,338,53612-Sep-200913:31×64Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msolap100.dll10.0.2734.06,536,02415-Sep-200920:15×86Msolap100.dll10.0.2734.08,154,98412-Sep-200913:31×64Sql_as_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2734.0247,14412-Sep-200912:39×64Dts.dll2007.100.2734.02,203,48012-Sep-200912:48×64Dtspipeline.dll2007.100.2734.01,086,82412-Sep-200912:48×64Dtswizard.exe2007.100.2734.0800,61612-Sep-200912:48×64Exceldest.dll2007.100.2734.0260,45612-Sep-200912:56×64Excelsrc.dll2007.100.2734.0279,89612-Sep-200912:56×64Flatfiledest.dll2007.100.2734.0414,55212-Sep-200912:57×64Flatfilesrc.dll2007.100.2734.0424,79212-Sep-200912:57×64Microsoft.sqlserver.dataprofiler.dll10.0.2734.0280,40812-Sep-200913:28×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52812-Sep-200913:29×86Msmdpp.dll10.0.2734.07,364,96812-Sep-200913:31×64Oledbdest.dll2007.100.2734.0259,94412-Sep-200913:37×64Oledbsrc.dll2007.100.2734.0286,05612-Sep-200913:37×64Sql_is_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Sqldest.dll2007.100.2734.0264,53612-Sep-200914:31×64Sqltaskconnections.dll2007.100.2734.0161,11212-Sep-200914:33×64Txdataconvert.dll2007.100.2734.0306,00812-Sep-200914:36×64Txgroupdups.dll2007.100.2734.0478,05612-Sep-200914:36×64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2734.0546,66415-Sep-200920:04×86Microsoft.analysisservices.controls.dll10.0.2734.03,233,64015-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2734.02,828,13612-Sep-200913:25×86Microsoft.reportingservices.chartwincontrol.dll10.0.2734.03,827,56015-Sep-200920:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2734.0563,04812-Sep-200913:25×86Microsoft.reportingservices.datarendering.dll10.0.2734.083,81612-Sep-200913:25×86Microsoft.reportingservices.designer.controls.dll10.0.2734.012,433,25615-Sep-200920:06×86Microsoft.reportingservices.diagnostics.dll10.0.2734.0903,01612-Sep-200913:25×86Microsoft.reportingservices.hpbprocessing.dll10.0.2734.0284,52012-Sep-200913:25×86Microsoft.reportingservices.htmlrendering.dll10.0.2734.0198,48815-Sep-200920:06×86Microsoft.reportingservices.imagerendering.dll10.0.2734.0145,24015-Sep-200920:06×86Microsoft.reportingservices.processingcore.dll10.0.2734.04,339,56012-Sep-200913:25×86Microsoft.reportingservices.reportpreview.dll10.0.2734.0567,12815-Sep-200920:07×86Microsoft.reportingservices.richtext.dll10.0.2734.0104,29612-Sep-200913:26×86Microsoft.reportingservices.spbprocessing.dll10.0.2734.0247,64015-Sep-200920:07×86Microsoft.reportingservices.wordrendering.dll10.0.2734.0227,17612-Sep-200913:26×86Msmgdsrv.dll10.0.2734.012,338,53612-Sep-200913:31×64Msreportbuilder.exe10.0.2734.01,173,35215-Sep-200920:15×86Reportingserviceslibrary.dll10.0.2734.01,324,90412-Sep-200913:47×86Reportingservicesservice.exe2007.100.2734.02,075,48012-Sep-200913:47×64Reportingserviceswebserver.dll10.0.2734.01,906,53612-Sep-200913:48×86Sql_rs_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2007.100.2734.0103,76812-Sep-200912:39×64Commanddest.dll2007.100.2734.0164,71215-Sep-200918:31×86Databasemailwizard.exe10.0.2734.0595,80015-Sep-200918:33×86Datacollectorenumerators.dll2007.100.2734.069,46415-Sep-200918:33×86Dts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Microsoft.datatransformationservices.design.dll10.0.2734.04,233,06415-Sep-200920:05×86Microsoft.reportingservices.diagnostics.dll10.0.2734.0903,01615-Sep-200920:06×86Microsoft.sqlserver.dataprofiler.dll10.0.2734.0280,42415-Sep-200920:09×86Microsoft.sqlserver.dmf.dll10.0.2734.0296,79212-Sep-200913:28×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2734.0759,65615-Sep-200920:10×86Microsoft.sqlserver.management.reports.dll10.0.2734.08,968,04015-Sep-200920:11×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52815-Sep-200920:12×86Objectexplorer.dll10.0.2734.03,237,72015-Sep-200920:22×86Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Pfclnt.dll2007.100.2734.01,098,08815-Sep-200920:23×86Sql_ssms_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Sqldest.dll2007.100.2734.0180,07215-Sep-200921:48×86Sqlmanagerui.dll10.0.2734.07,559,00015-Sep-200921:49×86Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86Txgroupdups.dll2007.100.2734.0258,39215-Sep-200921:54×86SQL Server 2008 Tools and Workstation Components .MsoNormal{height:20px;width:23px;}
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dts.dll2007.100.2734.02,203,48012-Sep-200912:48×64Dtspipeline.dll2007.100.2734.01,086,82412-Sep-200912:48×64Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0800,61612-Sep-200912:48×64Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Exceldest.dll2007.100.2734.0260,45612-Sep-200912:56×64Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Excelsrc.dll2007.100.2734.0279,89612-Sep-200912:56×64Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfiledest.dll2007.100.2734.0414,55212-Sep-200912:57×64Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0424,79212-Sep-200912:57×64Microsoft.analysisservices.controls.dll10.0.2734.03,233,64015-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52812-Sep-200913:29×86Msmdlocal.dll10.0.2734.023,476,58415-Sep-200920:15×86Msmdlocal.dll10.0.2734.044,457,32012-Sep-200913:31×64Msmdpp.dll10.0.2734.06,131,03215-Sep-200920:15×86Msmgdsrv.dll10.0.2734.012,338,53612-Sep-200913:31×64Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msolap100.dll10.0.2734.06,536,02415-Sep-200920:15×86Msolap100.dll10.0.2734.08,154,98412-Sep-200913:31×64Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbdest.dll2007.100.2734.0259,94412-Sep-200913:37×64Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0286,05612-Sep-200913:37×64Sql_tools_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Sqltaskconnections.dll2007.100.2734.0161,11212-Sep-200914:33×64Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86Txdataconvert.dll2007.100.2734.0306,00812-Sep-200914:36×64SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,690,47212-Sep-200912:39×64Chtbrkr.dll12.0.9730.06,106,47212-Sep-200912:39×64Iftsph.dll2007.100.2734.054,61612-Sep-200913:05×64Infosoft.dll12.0.9730.0617,83212-Sep-200913:05×64Korwbrkr.dll12.0.9730.098,15212-Sep-200913:24×64Sql_fulltext_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Xmlfilt.dll12.0.9730.0265,56012-Sep-200914:37×64SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.2734.014,16812-Sep-200913:18×64Sqlncli10.dll2007.100.2734.02,556,24815-Sep-200921:49×86Sqlncli10.dll2007.100.2734.03,157,84812-Sep-200914:32×64Itanium-architecture versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2007.100.2734.0176,98412-Sep-200909:48IA-64Commanddest.dll2007.100.2734.0557,91212-Sep-200909:48IA-64Datacollectorenumerators.dll2007.100.2734.0190,31212-Sep-200909:50IA-64Distrib.exe2007.100.2734.0205,65612-Sep-200909:57IA-64Dts.dll2007.100.2734.04,250,96812-Sep-200909:57IA-64Dtspipeline.dll2007.100.2734.02,020,69612-Sep-200909:57IA-64Dtswizard.exe2007.100.2734.0800,60012-Sep-200909:57IA-64Exceldest.dll2007.100.2734.0584,04012-Sep-200910:05IA-64Excelsrc.dll2007.100.2734.0641,88012-Sep-200910:05IA-64Flatfiledest.dll2007.100.2734.0951,14412-Sep-200910:06IA-64Flatfilesrc.dll2007.100.2734.0975,20812-Sep-200910:06IA-64Iftsph.dll2007.100.2734.088,40812-Sep-200910:14IA-64Logread.exe2007.100.2734.01,124,69612-Sep-200910:34IA-64Microsoft.sqlserver.dmf.dll10.0.2734.0296,79212-Sep-200910:37×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.2734.0403,30415-Sep-200920:11×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,51212-Sep-200910:38×86Microsoft.sqlserver.smo.dll10.0.2734.02,860,88815-Sep-200920:12×86Microsoft.sqlserver.sqlenum.dll10.0.2734.01,083,24015-Sep-200920:13×86Oledbdest.dll2007.100.2734.0586,08812-Sep-200910:47IA-64Oledbsrc.dll2007.100.2734.0653,65612-Sep-200910:47IA-64Rdistcom.dll2007.100.2734.01,835,35212-Sep-200910:56IA-64Repldp.dll2007.100.2734.0191,33615-Sep-200920:41×86Repldp.dll2007.100.2734.0522,60012-Sep-200910:56IA-64Replmerg.exe2007.100.2734.0969,56012-Sep-200910:57IA-64Snapshot.exe10.0.2734.013,14415-Sep-200921:47×86Sql_engine_core_shared_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64Sqllogship.exe10.0.2734.096,08812-Sep-200911:41×86Sqlmergx.dll2007.100.2734.0428,39212-Sep-200911:41IA-64Sqltaskconnections.dll2007.100.2734.0335,72012-Sep-200911:43IA-64Sqlwep100.dll2007.100.2734.0216,40812-Sep-200911:43IA-64Txdataconvert.dll2007.100.2734.0674,64812-Sep-200911:46IA-64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2734.075,60812-Sep-200909:50×86Databasemailprotocols.dll10.0.2734.042,85612-Sep-200909:50×86Sql_engine_core_inst_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64Sqlaccess.dll2007.100.2734.0398,68012-Sep-200911:40×86Sqlagent.exe2007.100.2734.01,205,59212-Sep-200911:40IA-64Sqlctr100.dll2007.100.2734.0135,00012-Sep-200911:41IA-64Sqlctr100.dll2007.100.2734.072,55215-Sep-200921:48×86Sqlscriptdowngrade.dll2007.100.2734.020,82412-Sep-200911:42IA-64Sqlscriptupgrade.dll2007.100.2734.03,384,66412-Sep-200911:42IA-64Sqlservr.exe2007.100.2734.0111,081,32012-Sep-200911:42IA-64Xpstar.dll2007.100.2734.0936,79212-Sep-200911:47IA-64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2734.0546,64812-Sep-200910:34×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.analysisservices.xmla.dll10.0.2734.0227,16012-Sep-200910:34×86Microsoft.sqlserver.management.sdk.sfc.dll10.0.2734.0403,30412-Sep-200910:38×86Microsoft.sqlserver.smo.dll10.0.2734.02,860,88815-Sep-200920:12×86Microsoft.sqlserver.sqlenum.dll10.0.2734.01,083,22412-Sep-200910:39×86Msgprox.dll2007.100.2734.0202,07215-Sep-200920:14×86Msgprox.dll2007.100.2734.0534,37612-Sep-200910:40IA-64Replprov.dll2007.100.2734.01,640,80812-Sep-200910:57IA-64Replprov.dll2007.100.2734.0575,32015-Sep-200920:41×86Replrec.dll2007.100.2734.02,125,14412-Sep-200910:57IA-64Replrec.dll2007.100.2734.0789,84815-Sep-200920:41×86Replsub.dll2007.100.2734.01,111,89612-Sep-200910:57IA-64Replsub.dll2007.100.2734.0410,96815-Sep-200920:41×86Sql_common_core_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64Xmlsub.dll2007.100.2734.0192,34415-Sep-200921:55×86Xmlsub.dll2007.100.2734.0558,95212-Sep-200911:47IA-64SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Msmdlocal.dll10.0.2734.023,476,58415-Sep-200920:15×86Msmdlocal.dll10.0.2734.057,548,12012-Sep-200910:40IA-64Msmdpump.dll10.0.2734.08,946,52012-Sep-200910:40IA-64Msmdredir.dll10.0.2734.08,507,22412-Sep-200910:40IA-64Msmdspdm.dll10.0.2734.0178,00812-Sep-200910:40×86Msmdsrv.exe10.0.2734.058,887,52812-Sep-200910:40IA-64Msmgdsrv.dll10.0.2734.015,500,12012-Sep-200910:40IA-64Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msolap100.dll10.0.2734.010,068,82412-Sep-200910:41IA-64Msolap100.dll10.0.2734.06,536,02415-Sep-200920:15×86Sql_as_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2734.0557,91212-Sep-200909:48IA-64Dts.dll2007.100.2734.04,250,96812-Sep-200909:57IA-64Dtspipeline.dll2007.100.2734.02,020,69612-Sep-200909:57IA-64Dtswizard.exe2007.100.2734.0800,60012-Sep-200909:57IA-64Exceldest.dll2007.100.2734.0584,04012-Sep-200910:05IA-64Excelsrc.dll2007.100.2734.0641,88012-Sep-200910:05IA-64Flatfiledest.dll2007.100.2734.0951,14412-Sep-200910:06IA-64Flatfilesrc.dll2007.100.2734.0975,20812-Sep-200910:06IA-64Microsoft.sqlserver.dataprofiler.dll10.0.2734.0280,42412-Sep-200910:37×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,51212-Sep-200910:38×86Msmdpp.dll10.0.2734.08,883,03212-Sep-200910:40IA-64Oledbdest.dll2007.100.2734.0586,08812-Sep-200910:47IA-64Oledbsrc.dll2007.100.2734.0653,65612-Sep-200910:47IA-64Sql_is_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64Sqldest.dll2007.100.2734.0602,96812-Sep-200911:41IA-64Sqltaskconnections.dll2007.100.2734.0335,72012-Sep-200911:43IA-64Txdataconvert.dll2007.100.2734.0674,64812-Sep-200911:46IA-64Txgroupdups.dll2007.100.2734.0941,92812-Sep-200911:46IA-64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2734.0546,66415-Sep-200920:04×86Microsoft.analysisservices.controls.dll10.0.2734.03,233,64015-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2734.02,828,12012-Sep-200910:34×86Microsoft.reportingservices.chartwincontrol.dll10.0.2734.03,827,56015-Sep-200920:05×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2734.0563,03212-Sep-200910:34×86Microsoft.reportingservices.datarendering.dll10.0.2734.083,80012-Sep-200910:34×86Microsoft.reportingservices.designer.controls.dll10.0.2734.012,433,25615-Sep-200920:06×86Microsoft.reportingservices.diagnostics.dll10.0.2734.0903,01612-Sep-200910:34×86Microsoft.reportingservices.hpbprocessing.dll10.0.2734.0284,52012-Sep-200910:35×86Microsoft.reportingservices.htmlrendering.dll10.0.2734.0198,48812-Sep-200910:35×86Microsoft.reportingservices.imagerendering.dll10.0.2734.0145,24012-Sep-200910:35×86Microsoft.reportingservices.processingcore.dll10.0.2734.04,339,56012-Sep-200910:35×86Microsoft.reportingservices.reportpreview.dll10.0.2734.0567,12815-Sep-200920:07×86Microsoft.reportingservices.richtext.dll10.0.2734.0104,29612-Sep-200910:35×86Microsoft.reportingservices.spbprocessing.dll10.0.2734.0247,64012-Sep-200910:35×86Microsoft.reportingservices.wordrendering.dll10.0.2734.0227,16012-Sep-200910:35×86Msmgdsrv.dll10.0.2734.015,500,12012-Sep-200910:40IA-64Msreportbuilder.exe10.0.2734.01,173,35215-Sep-200920:15×86Reportingserviceslibrary.dll10.0.2734.01,324,88812-Sep-200910:57×86Reportingservicesservice.exe2007.100.2734.03,397,48012-Sep-200910:57IA-64Reportingserviceswebserver.dll10.0.2734.01,906,52012-Sep-200910:57×86Sql_rs_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformBcp.exe2007.100.2734.0176,98412-Sep-200909:48IA-64Commanddest.dll2007.100.2734.0164,71215-Sep-200918:31×86Databasemailwizard.exe10.0.2734.0595,80015-Sep-200918:33×86Datacollectorenumerators.dll2007.100.2734.069,46415-Sep-200918:33×86Dts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Microsoft.datatransformationservices.design.dll10.0.2734.04,233,06415-Sep-200920:05×86Microsoft.reportingservices.diagnostics.dll10.0.2734.0903,01615-Sep-200920:06×86Microsoft.sqlserver.dataprofiler.dll10.0.2734.0280,42415-Sep-200920:09×86Microsoft.sqlserver.dmf.dll10.0.2734.0296,79212-Sep-200910:37×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2734.0759,65615-Sep-200920:10×86Microsoft.sqlserver.management.reports.dll10.0.2734.08,968,04015-Sep-200920:11×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,52815-Sep-200920:12×86Objectexplorer.dll10.0.2734.03,237,72015-Sep-200920:22×86Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Pfclnt.dll2007.100.2734.01,098,08815-Sep-200920:23×86Sql_ssms_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64Sqldest.dll2007.100.2734.0180,07215-Sep-200921:48×86Sqlmanagerui.dll10.0.2734.07,559,00015-Sep-200921:49×86Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86Txgroupdups.dll2007.100.2734.0258,39215-Sep-200921:54×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDts.dll2007.100.2734.01,429,86415-Sep-200918:49×86Dts.dll2007.100.2734.04,250,96812-Sep-200909:57IA-64Dtspipeline.dll2007.100.2734.02,020,69612-Sep-200909:57IA-64Dtspipeline.dll2007.100.2734.0694,12015-Sep-200918:49×86Dtswizard.exe2007.100.2734.0800,60012-Sep-200909:57IA-64Dtswizard.exe2007.100.2734.0804,69615-Sep-200918:50×86Exceldest.dll2007.100.2734.0173,40015-Sep-200919:05×86Exceldest.dll2007.100.2734.0584,04012-Sep-200910:05IA-64Excelsrc.dll2007.100.2734.0183,12815-Sep-200919:05×86Excelsrc.dll2007.100.2734.0641,88012-Sep-200910:05IA-64Flatfiledest.dll2007.100.2734.0276,32815-Sep-200919:07×86Flatfiledest.dll2007.100.2734.0951,14412-Sep-200910:06IA-64Flatfilesrc.dll2007.100.2734.0284,00815-Sep-200919:07×86Flatfilesrc.dll2007.100.2734.0975,20812-Sep-200910:06IA-64Microsoft.analysisservices.controls.dll10.0.2734.03,233,64015-Sep-200920:04×86Microsoft.analysisservices.dll10.0.2734.01,320,80815-Sep-200920:04×86Microsoft.sqlserver.pipelinehost.dll10.0.2734.071,51212-Sep-200910:38×86Msmdlocal.dll10.0.2734.023,476,58415-Sep-200920:15×86Msmdlocal.dll10.0.2734.057,548,12012-Sep-200910:40IA-64Msmdpp.dll10.0.2734.06,131,03215-Sep-200920:15×86Msmgdsrv.dll10.0.2734.015,500,12012-Sep-200910:40IA-64Msmgdsrv.dll10.0.2734.08,567,12815-Sep-200920:15×86Msolap100.dll10.0.2734.010,068,82412-Sep-200910:41IA-64Msolap100.dll10.0.2734.06,536,02415-Sep-200920:15×86Oledbdest.dll2007.100.2734.0173,92815-Sep-200920:23×86Oledbdest.dll2007.100.2734.0586,08812-Sep-200910:47IA-64Oledbsrc.dll2007.100.2734.0186,72815-Sep-200920:23×86Oledbsrc.dll2007.100.2734.0653,65612-Sep-200910:47IA-64Sql_tools_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64Sqltaskconnections.dll2007.100.2734.0113,51215-Sep-200921:50×86Sqltaskconnections.dll2007.100.2734.0335,72012-Sep-200911:43IA-64Txdataconvert.dll2007.100.2734.0206,68015-Sep-200921:54×86Txdataconvert.dll2007.100.2734.0674,64812-Sep-200911:46IA-64SQL Server 2008 Full-Text Engine
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformChsbrkr.dll12.0.9730.01,879,91212-Sep-200909:48IA-64Chtbrkr.dll12.0.9730.06,151,52812-Sep-200909:48IA-64Iftsph.dll2007.100.2734.088,40812-Sep-200910:14IA-64Infosoft.dll12.0.9730.01,911,64012-Sep-200910:14IA-64Korwbrkr.dll12.0.9730.0179,03212-Sep-200910:34IA-64Sql_fulltext_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64Xmlfilt.dll12.0.9730.0438,61612-Sep-200911:47IA-64SQL Server 2008 Browser Service
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdredir.dll10.0.2734.08,507,22412-Sep-200910:40IA-64Sqlbrowser_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli_keyfile.dll2007.100.2734.019,28812-Sep-200910:27IA-64Sqlncli10.dll2007.100.2734.02,556,24815-Sep-200921:49×86Sqlncli10.dll2007.100.2734.06,348,12012-Sep-200911:41IA-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 1 for SQL Server 2008 Service Pack 1

Symptoms
Microsoft SQL Server 2008 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2008 Service Pack 1 hotfix to an installation of SQL Server 2008 Service Pack 1. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.
Cumulative Update 1 for SQL Server 2008 Service Pack 1 (SP1) contains only hotfixes that were released in Cumulative Update 4 for SQL Server 2008. These hotfixes are not included in SQL Server 2008 Service Pack 1. Cumulative Update 1 for SQL 2008 SP1 is only intended as a post-service pack rollup for Cumulative Update 4 for the release version of SQL Server 2008 customers who plan to upgrade to SQL Server 2008 SP1 and still keep the hotfixes from Cumulative Update 4 for the release version of SQL Server 2008. No new hotfixes have been included in this cumulative update other than the hotfixes that were already released in Cumulative Update 4.
NoteThis build of the cumulative update package is also known as build 10.00.2710.
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:
970365?(http://support.microsoft.com/kb/970365/) The SQL Server 2008 builds that were released after SQL Server 2008 Service Pack 1 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 1 for SQL Server 2008 Service Pack 1 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)Note The “Hotfix Download Available” form displays the languages for which the cumulative update is available. If you do not see your language, it is because a cumulative update package is not available for that language.
Known issuesAfter 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
Hotfixes that are included in Cumulative Update 1 for SQL Server 2008 Service Pack 1Cumulative Update 1 for SQL Server 2008 Service Pack 1 includes the hotfixes that were included in Cumulative Update 4 for SQL Server 2008.For more information, click the following article number to view the article in the Microsoft Knowledge Base:
963036?(http://support.microsoft.com/kb/963036/) Cumulative update package 4 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:Hotfixes that were included in Cumulative Update 4 for SQL Server 2008
Collapse this tableExpand this table
VSTS bug numberKB article numberDescription290866961146?(http://support.microsoft.com/kb/961146/)FIX: You cannot connect to an instance of SQL Server 2005 Analysis Services or to an instance of SQL Server 2008 Analysis Services through HTTP when you configure Internet Explorer to use a .pac file 290920961237?(http://support.microsoft.com/kb/961237/)FIX: You cannot kill a session that is running a query on a linked server in SQL Server 2005 and in SQL Server 2008 290880961282?(http://support.microsoft.com/kb/961282/)FIX: Error message when you try to display a report in SQL Server 2008 Management Studio: “System.IndexOutOfRangeException: Index was outside the bounds of the array” 290903961526?(http://support.microsoft.com/kb/961526/)FIX: When you view a SQL Server 2008 Reporting Services report in the Print Preview window, additional spaces are added to columns that use conditional visibility 290911961648?(http://support.microsoft.com/kb/961648/)FIX: You receive an error message when you try to query or update a column of large object (LOB) data in SQL Server 2005 and in SQL Server 2008 290918961695?(http://support.microsoft.com/kb/961695/)FIX: Error message when you try to convert a variable of the numeric(2,0) data type to a tinyint data type in SQL Server 2008: “Arithmetic overflow error converting expression to data type tinyint” 290916961803?(http://support.microsoft.com/kb/961803/)FIX: Error message when you unbind a default for a column in a database that is restored from a SQL Server 2000 backup in SQL Server 2008: “Invalid object name ‘ ‘” 290871961920?(http://support.microsoft.com/kb/961920/)FIX: A syntax error occurs when you try to use the lift chart to validate a mining model that uses an Oracle data source in SQL Server 2005 Analysis Services and in SQL Server 2008 Analysis Services 290929961935?(http://support.microsoft.com/kb/961935/)FIX: A query notification is not fired correctly if the query contains inner joins and the IS NULL clause in SQL Server 2005 and in SQL Server 2008 290931962003?(http://support.microsoft.com/kb/962003/)FIX: Error message when you synchronize data for a SQL Server Compact Edition subscriber in SQL Server 2005 and in SQL Server 2008: “A call to SQL Server Reconciler failed. Try to resynchronize. HRESULT 0×80004005 (29006)” 290915962008?(http://support.microsoft.com/kb/962008/)FIX: Error message when you use log shipping in SQL Server 2008: “During startup of warm standby database ‘<Database Name>’ (database ID <N>), its standby file (‘<File Name>’) was inaccessible to the RESTORE statement” 290934963659?(http://support.microsoft.com/kb/963659/)FIX: You receive error messages when you perform a population for a large full-text index in SQL Server 2008 290922965221?(http://support.microsoft.com/kb/965221/)FIX: When you run a query against multiple remote tables in SQL Server 2008, the query runs slowly 290933966306?(http://support.microsoft.com/kb/966306/)FIX: You cannot disable the CDC feature if you drop the cdc.change_tables CDC system table in SQL Server 2008 290892967148?(http://support.microsoft.com/kb/967148/)FIX: An incorrect result is returned in SQL Server 2008 Analysis Services when you run multiple UPDATE CUBE statements in one transaction or update multiple measures in a single UPDATE CUBE statement in one transaction 290904967161?(http://support.microsoft.com/kb/967161/)FIX: Error message when you try to export a SQL Server 2008 Reporting Services report to a PDF file: “Index was out of range” 290907967162?(http://support.microsoft.com/kb/967162/)FIX: The header of a SQL Server 2008 Reporting Services multiple-page report only appears on the first page if the report contains multiple row groups that do not have the Tablix row group area 290937967164?(http://support.microsoft.com/kb/967164/)FIX: The SQL Server service stops responding, and you receive error 1450 when you create database snapshot or run a DBCC CHECK statement on a database in SQL Server 2005 and in SQL Server 2008 290912967169?(http://support.microsoft.com/kb/967169/)FIX: When you run an UPDATE statement against a table that has a FOR UPDATE trigger that joins the DELETED and INSERTED tables, the query takes a long time to finish 290938967178?(http://support.microsoft.com/kb/967178/)FIX: When you restore a SQL Server 2005 backup file in SQL Server 2008, the operation takes much longer than when you restore the same backup file in SQL Server 2005 290895967205?(http://support.microsoft.com/kb/967205/)FIX: A time-out occurs when you use SQL Server Management Studio to try to restore a large database from a backup on a tape in SQL Server 2008 290897967480?(http://support.microsoft.com/kb/967480/)FIX: Error message when you try to view the properties of a database in SQL Server 2008 Management Studio: “Arithmetic overflow error converting expression to data type int” 290901967749?(http://support.microsoft.com/kb/967749/)FIX: Error message when you view a SQL Server 2008 Reporting Services report that contains more than one subreport: “Error: Subreport could not be shown” 290913967821?(http://support.microsoft.com/kb/967821/)FIX: Error message when you open a symmetric key that is encrypted by another symmetric key in SQL Server 2008: “The decryption key is incorrect” 290894967889?(http://support.microsoft.com/kb/967889/)FIX: Performance issues occur when you perform some operations on a database that contains many extended properties in SQL Server 2008 Management Studio 290879968152?(http://support.microsoft.com/kb/968152/)FIX: Error message when you synchronize a database in Microsoft SQL Server 2008 Analysis Services: “Message: Errors in the metadata manager. An error occurred when loading the Analysis cube” 290882968159?(http://support.microsoft.com/kb/968159/)FIX: Error message when you run series of the CREATE SESSION CUBE statement and the DROP SESSION CUBE statement in Microsoft SQL Server 2008 Analysis Services: “An unexpected exception occurred”
Cumulative update package informationPrerequisites Microsoft SQL Server 2008 Service Pack 1
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
968382?(http://support.microsoft.com/kb/968382/) How to obtain the latest service pack for SQL Server 2008Restart informationYou may have to restart the computer after you apply this cumulative update package.Registry informationTo use one of the hotfixes in this package, you do not have to make any changes to the registry.
Cumulative update package file informationThis cumulative update package may not contain all the files that you must have to fully update a product to the latest build. This cumulative update package contains only the files that you must have to correct the issue that 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.
Note The following components are not changed in this cumulative update:SQL Server 2008 Integration ServicesSQL Server 2008 Native Client32-bit versionsSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformIftsph.dll2007.100.2710.038,24808-Apr-200913:17×86Microsoft.sqlserver.sqlenum.dll10.0.2710.01,066,84008-Apr-200914:09×86Replmerg.exe2007.100.2710.0341,33608-Apr-200914:39×86Snapshot.exe10.0.2710.013,16008-Apr-200915:48×86Sql_engine_core_shared_keyfile.dll2007.100.2710.013,67208-Apr-200913:44×86Sqllogship.exe10.0.2710.096,10408-Apr-200915:49×86Sqlmergx.dll2007.100.2710.0192,85608-Apr-200915:50×86SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMssqlsystemresource.ldfNot applicable524,28808-Apr-200900:28Not applicableMssqlsystemresource.mdfNot applicable63,242,24008-Apr-200900:28Not applicableSql_engine_core_inst_keyfile.dll2007.100.2710.013,67208-Apr-200913:44×86Sqlaccess.dll2007.100.2710.0405,33608-Apr-200915:48×86Sqlservr.exe2007.100.2710.042,723,68808-Apr-200915:51×86SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.sqlserver.sqlenum.dll10.0.2710.01,066,84008-Apr-200914:09×86Msgprox.dll2007.100.2710.0202,07208-Apr-200914:12×86Replprov.dll2007.100.2710.0575,32008-Apr-200914:39×86Replrec.dll2007.100.2710.0789,84808-Apr-200914:39×86Replsub.dll2007.100.2710.0410,96808-Apr-200914:39×86Sql_common_core_keyfile.dll2007.100.2710.013,67208-Apr-200913:44×86Xmlsub.dll2007.100.2710.0192,36008-Apr-200915:56×86SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.controls.dll10.0.2710.03,233,62408-Apr-200913:59×86Microsoft.datatransformationservices.design.dll10.0.2710.04,233,04808-Apr-200914:00×86Microsoft.reportingservices.hpbprocessing.dll10.0.2710.0284,50408-Apr-200914:02×86Microsoft.reportingservices.processingcore.dll10.0.2710.04,339,56008-Apr-200914:03×86Microsoft.reportingservices.spbprocessing.dll10.0.2710.0247,64008-Apr-200914:03×86Msmdlocal.dll10.0.2710.023,461,73608-Apr-200914:12×86Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msolap100.dll10.0.2710.06,532,96808-Apr-200914:12×86Sql_bids_keyfile.dll2007.100.2710.013,67208-Apr-200913:44×86Sqlmanagerui.dll10.0.2710.07,559,01608-Apr-200915:50×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdlocal.dll10.0.2710.023,461,73608-Apr-200914:12×86Msmdpump.dll10.0.2710.06,180,71208-Apr-200914:12×86Msmdspdm.dll10.0.2710.0178,02408-Apr-200914:12×86Msmdsrv.exe10.0.2710.021,954,92008-Apr-200914:12×86Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msolap100.dll10.0.2710.06,532,96808-Apr-200914:12×86Sql_as_keyfile.dll2007.100.2710.013,67208-Apr-200913:44×86SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.controls.dll10.0.2710.03,233,62408-Apr-200913:59×86Microsoft.reportingservices.hpbprocessing.dll10.0.2710.0284,50408-Apr-200914:02×86Microsoft.reportingservices.hpbprocessing.dll10.0.2710.0284,50408-Apr-200914:02×86Microsoft.reportingservices.processingcore.dll10.0.2710.04,339,56008-Apr-200914:03×86Microsoft.reportingservices.processingcore.dll10.0.2710.04,339,56008-Apr-200914:03×86Microsoft.reportingservices.spbprocessing.dll10.0.2710.0247,64008-Apr-200914:03×86Microsoft.reportingservices.spbprocessing.dll10.0.2710.0247,64008-Apr-200914:03×86Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msreportbuilder_exe_manifest.32Not applicable849,37709-Apr-200902:53Not applicableReportbuilder_2_0_0_0_application.32Not applicable15,77609-Apr-200902:56Not applicableSql_rs_keyfile.dll2007.100.2710.013,67208-Apr-200913:44×86SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.datatransformationservices.design.dll10.0.2710.04,233,04808-Apr-200914:00×86Microsoft.sqlserver.management.reports.dll10.0.2710.08,968,02408-Apr-200914:08×86Sql_ssms_keyfile.dll2007.100.2710.013,67208-Apr-200913:44×86Sqlmanagerui.dll10.0.2710.07,559,01608-Apr-200915:50×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.controls.dll10.0.2710.03,233,62408-Apr-200913:59×86Msmdlocal.dll10.0.2710.023,461,73608-Apr-200914:12×86Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msolap100.dll10.0.2710.06,532,96808-Apr-200914:12×86Sql_tools_keyfile.dll2007.100.2710.013,67208-Apr-200913:44×86x64-based versionsSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformIftsph.dll2007.100.2710.054,61608-Apr-200918:21×64Microsoft.sqlserver.sqlenum.dll10.0.2710.01,066,84008-Apr-200914:09×86Replmerg.exe2007.100.2710.0408,42408-Apr-200919:05×64Snapshot.exe10.0.2710.013,16008-Apr-200915:48×86Snapshot.exe10.0.2710.013,16008-Apr-200919:49×86Sql_engine_core_shared_keyfile.dll2007.100.2710.014,18408-Apr-200918:34×64Sqllogship.exe10.0.2710.096,08808-Apr-200919:50×86Sqlmergx.dll2007.100.2710.0229,22408-Apr-200919:50×64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMssqlsystemresource.ldfNot applicable524,28808-Apr-200900:28Not applicableMssqlsystemresource.mdfNot applicable63,242,24008-Apr-200900:28Not applicableSql_engine_core_inst_keyfile.dll2007.100.2710.014,18408-Apr-200918:34×64Sqlaccess.dll2007.100.2710.0412,00808-Apr-200919:49×86Sqlservr.exe2007.100.2710.057,889,12808-Apr-200919:51×64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.sqlserver.sqlenum.dll10.0.2710.01,066,84008-Apr-200914:09×86Microsoft.sqlserver.sqlenum.dll10.0.2710.01,066,85608-Apr-200918:46×86Msgprox.dll2007.100.2710.0202,07208-Apr-200914:12×86Msgprox.dll2007.100.2710.0246,10408-Apr-200918:47×64Replprov.dll2007.100.2710.0575,32008-Apr-200914:39×86Replprov.dll2007.100.2710.0727,38408-Apr-200919:05×64Replrec.dll2007.100.2710.0789,84808-Apr-200914:39×86Replrec.dll2007.100.2710.0976,74408-Apr-200919:05×64Replsub.dll2007.100.2710.0410,96808-Apr-200914:39×86Replsub.dll2007.100.2710.0492,39208-Apr-200919:05×64Sql_common_core_keyfile.dll2007.100.2710.014,18408-Apr-200918:34×64Xmlsub.dll2007.100.2710.0192,36008-Apr-200915:56×86Xmlsub.dll2007.100.2710.0308,07208-Apr-200919:55×64SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.controls.dll10.0.2710.03,233,62408-Apr-200913:59×86Microsoft.datatransformationservices.design.dll10.0.2710.04,233,04808-Apr-200914:00×86Microsoft.reportingservices.hpbprocessing.dll10.0.2710.0284,50408-Apr-200914:02×86Microsoft.reportingservices.processingcore.dll10.0.2710.04,339,56008-Apr-200914:03×86Microsoft.reportingservices.spbprocessing.dll10.0.2710.0247,64008-Apr-200914:03×86Msmdlocal.dll10.0.2710.023,461,73608-Apr-200914:12×86Msmdlocal.dll10.0.2710.044,436,82408-Apr-200918:48×64Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msmgdsrv.dll10.0.2710.012,332,37608-Apr-200918:48×64Msolap100.dll10.0.2710.06,532,96808-Apr-200914:12×86Msolap100.dll10.0.2710.08,153,94408-Apr-200918:48×64Sql_bids_keyfile.dll2007.100.2710.014,18408-Apr-200918:34×64Sqlmanagerui.dll10.0.2710.07,559,01608-Apr-200915:50×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdlocal.dll10.0.2710.023,461,73608-Apr-200914:12×86Msmdlocal.dll10.0.2710.044,436,82408-Apr-200918:48×64Msmdpump.dll10.0.2710.07,430,48808-Apr-200918:48×64Msmdspdm.dll10.0.2710.0178,02408-Apr-200918:48×86Msmdsrv.exe10.0.2710.043,712,85608-Apr-200918:48×64Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msmgdsrv.dll10.0.2710.012,332,37608-Apr-200918:48×64Msolap100.dll10.0.2710.06,532,96808-Apr-200914:12×86Msolap100.dll10.0.2710.08,153,94408-Apr-200918:48×64Sql_as_keyfile.dll2007.100.2710.014,18408-Apr-200918:34×64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.controls.dll10.0.2710.03,233,62408-Apr-200913:59×86Microsoft.reportingservices.hpbprocessing.dll10.0.2710.0284,52008-Apr-200918:42×86Microsoft.reportingservices.hpbprocessing.dll10.0.2710.0284,50408-Apr-200914:02×86Microsoft.reportingservices.processingcore.dll10.0.2710.04,339,54408-Apr-200918:42×86Microsoft.reportingservices.processingcore.dll10.0.2710.04,339,56008-Apr-200914:03×86Microsoft.reportingservices.spbprocessing.dll10.0.2710.0247,64008-Apr-200918:42×86Microsoft.reportingservices.spbprocessing.dll10.0.2710.0247,64008-Apr-200914:03×86Msmgdsrv.dll10.0.2710.012,332,37608-Apr-200918:48×64Msreportbuilder_exe_manifest.64Not applicable849,37709-Apr-200902:53Not applicableReportbuilder_2_0_0_0_application.64Not applicable15,77609-Apr-200902:56Not applicableSql_rs_keyfile.dll2007.100.2710.014,18408-Apr-200918:34×64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.datatransformationservices.design.dll10.0.2710.04,233,04808-Apr-200914:00×86Microsoft.sqlserver.management.reports.dll10.0.2710.08,968,02408-Apr-200914:08×86Sql_ssms_keyfile.dll2007.100.2710.014,18408-Apr-200918:34×64Sqlmanagerui.dll10.0.2710.07,559,01608-Apr-200915:50×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.controls.dll10.0.2710.03,233,62408-Apr-200913:59×86Msmdlocal.dll10.0.2710.023,461,73608-Apr-200914:12×86Msmdlocal.dll10.0.2710.044,436,82408-Apr-200918:48×64Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msmgdsrv.dll10.0.2710.012,332,37608-Apr-200918:48×64Msolap100.dll10.0.2710.06,532,96808-Apr-200914:12×86Msolap100.dll10.0.2710.08,153,94408-Apr-200918:48×64Sql_tools_keyfile.dll2007.100.2710.014,18408-Apr-200918:34×64Itanium-architecture versionsSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformIftsph.dll2007.100.2710.088,42408-Apr-200921:01IA-64Microsoft.sqlserver.sqlenum.dll10.0.2710.01,066,84008-Apr-200914:09×86Replmerg.exe2007.100.2710.0969,56008-Apr-200921:57IA-64Snapshot.exe10.0.2710.013,16008-Apr-200915:48×86Snapshot.exe10.0.2710.013,14408-Apr-200922:42×86Sql_engine_core_shared_keyfile.dll2007.100.2710.019,30408-Apr-200921:15IA-64Sqllogship.exe10.0.2710.096,10408-Apr-200922:43×86Sqlmergx.dll2007.100.2710.0428,37608-Apr-200922:43IA-64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMssqlsystemresource.ldfNot applicable524,28808-Apr-200900:28Not applicableMssqlsystemresource.mdfNot applicable63,242,24008-Apr-200900:28Not applicableSql_engine_core_inst_keyfile.dll2007.100.2710.019,30408-Apr-200921:15IA-64Sqlaccess.dll2007.100.2710.0398,69608-Apr-200922:42×86Sqlservr.exe2007.100.2710.0111,036,77608-Apr-200922:45IA-64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.sqlserver.sqlenum.dll10.0.2710.01,066,84008-Apr-200914:09×86Microsoft.sqlserver.sqlenum.dll10.0.2710.01,066,85608-Apr-200921:27×86Msgprox.dll2007.100.2710.0202,07208-Apr-200914:12×86Msgprox.dll2007.100.2710.0534,37608-Apr-200921:28IA-64Replprov.dll2007.100.2710.0575,32008-Apr-200914:39×86Replprov.dll2007.100.2710.01,640,79208-Apr-200921:57IA-64Replrec.dll2007.100.2710.0789,84808-Apr-200914:39×86Replrec.dll2007.100.2710.02,125,14408-Apr-200921:58IA-64Replsub.dll2007.100.2710.0410,96808-Apr-200914:39×86Replsub.dll2007.100.2710.01,111,89608-Apr-200921:58IA-64Sql_common_core_keyfile.dll2007.100.2710.019,30408-Apr-200921:15IA-64Xmlsub.dll2007.100.2710.0192,36008-Apr-200915:56×86Xmlsub.dll2007.100.2710.0558,93608-Apr-200922:49IA-64SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMsmdlocal.dll10.0.2710.023,461,73608-Apr-200914:12×86Msmdlocal.dll10.0.2710.057,508,20008-Apr-200921:29IA-64Msmdpump.dll10.0.2710.08,943,46408-Apr-200921:29IA-64Msmdspdm.dll10.0.2710.0178,02408-Apr-200921:29×86Msmdsrv.exe10.0.2710.058,859,36808-Apr-200921:30IA-64Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msmgdsrv.dll10.0.2710.015,485,80008-Apr-200921:30IA-64Msolap100.dll10.0.2710.06,532,96808-Apr-200914:12×86Msolap100.dll10.0.2710.010,065,25608-Apr-200921:31IA-64Sql_as_keyfile.dll2007.100.2710.019,30408-Apr-200921:15IA-64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.controls.dll10.0.2710.03,233,62408-Apr-200913:59×86Microsoft.reportingservices.hpbprocessing.dll10.0.2710.0284,52008-Apr-200921:22×86Microsoft.reportingservices.hpbprocessing.dll10.0.2710.0284,50408-Apr-200914:02×86Microsoft.reportingservices.processingcore.dll10.0.2710.04,339,56008-Apr-200921:22×86Microsoft.reportingservices.processingcore.dll10.0.2710.04,339,56008-Apr-200914:03×86Microsoft.reportingservices.spbprocessing.dll10.0.2710.0247,65608-Apr-200921:22×86Microsoft.reportingservices.spbprocessing.dll10.0.2710.0247,64008-Apr-200914:03×86Msmgdsrv.dll10.0.2710.015,485,80008-Apr-200921:30IA-64Msreportbuilder_exe_manifest.64Not applicable849,37709-Apr-200902:53Not applicableReportbuilder_2_0_0_0_application.64Not applicable15,77609-Apr-200902:56Not applicableSql_rs_keyfile.dll2007.100.2710.019,30408-Apr-200921:15IA-64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.datatransformationservices.design.dll10.0.2710.04,233,04808-Apr-200914:00×86Microsoft.sqlserver.management.reports.dll10.0.2710.08,968,02408-Apr-200914:08×86Sql_ssms_keyfile.dll2007.100.2710.019,30408-Apr-200921:15IA-64Sqlmanagerui.dll10.0.2710.07,559,01608-Apr-200915:50×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.controls.dll10.0.2710.03,233,62408-Apr-200913:59×86Msmdlocal.dll10.0.2710.023,461,73608-Apr-200914:12×86Msmdlocal.dll10.0.2710.057,508,20008-Apr-200921:29IA-64Msmgdsrv.dll10.0.2710.08,558,93608-Apr-200914:12×86Msmgdsrv.dll10.0.2710.015,485,80008-Apr-200921:30IA-64Msolap100.dll10.0.2710.06,532,96808-Apr-200914:12×86Msolap100.dll10.0.2710.010,065,25608-Apr-200921:31IA-64Sql_tools_keyfile.dll2007.100.2710.019,30408-Apr-200921:15IA-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 update package.