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 ‘sqlserver’

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 d …

Symptoms
Consider the following scenario.You are running one of the following versions of SQL Server Management Studio:SQL Server 2005 Service Pack 2 (SP2) Management Studio, version 9.00.3325 to 9.00.3329
Note For example, you install SQL Server 2005 SP2 Cumulative Update 13, and the version of Management Studio is 9.00.3325.SQL Server 2005 Service Pack 3 (SP3) Management Studio, version 9.00.4220 to 9.00.4228
Note For example, you install SQL Server 2005 SP3 Cumulative Update 3, and the version of Management Studio is 9.00.4220.The release version of SQL Server 2008 Management Studio, version 10.00.1806 to 10.00.1813
Note For example, you install SQL Server 2008 Cumulative Update 5, and the version of Management Studio is 10.00.1806.SQL Server 2008 Service Pack 1 (SP1) Management Studio, version 10.00.2714 to 10.00.2725
Note For example, you install SQL Server 2008 SP1 Cumulative Update 2, and the version of Management Studio is 10.00.2714.You use one of these versions of SQL Server Management Studio to connect to a SQL Server 2000 instance.You perform a backup operation on a database in the SQL Server 2000 instance.InSQL Server Management Studio, you right-click the database to perform a restore operation in this SQL Server 2000 instance.In this scenario, you receive the following error message:

Cannot show requested dialog.
Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
Program Location:
at Microsoft.SqlServer.Management.Smo.Enumerator.Process(Object connectionInfo, Request request)
at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseGeneral.GetBackupSetsFromHistory(String DatabaseName)
at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseGeneral.comboDatabaseSource_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at System.Windows.Forms.ComboBox.set_SelectedItem(Object value)
at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseGeneral.InitializeProperties()
at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseGeneral.OnHosted()
at Microsoft.SqlServer.Management.SqlMgmt.SqlManagementUserControl.SetSite(IServiceProvider sp)
at Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.ProcessAllViews()
at Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.InitializeUI(ViewSwitcherTreeView treeView, ISqlControlCollection viewsHolder, Panel rightPane)
at Microsoft.SqlServer.Management.SqlMgmt.LaunchForm.InitializeForm(XmlDocument doc, IServiceProvider provider, ISqlControlCollection control)
at Microsoft.SqlServer.Management.SqlMgmt.LaunchForm..ctor(XmlDocument doc, IServiceProvider provider)
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ToolsMenuItem.OnCreateAndShowForm(IServiceProvider sp, XmlDocument doc)
at Microsoft.SqlServer.Management.SqlMgmt.RunningFormsTable.RunningFormsTableImpl.ThreadStarter.StartThread()
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Program Location:
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(String sqlCommand)
at Microsoft.SqlServer.Management.Smo.ExecuteSql.GetDataReader(String query)
at Microsoft.SqlServer.Management.Smo.DataProvider.SetConnectionAndQuery(ExecuteSql execSql, String query)
at Microsoft.SqlServer.Management.Smo.ExecuteSql.GetDataProvider(StringCollection query, Object con, StatementBuilder sb, RetriveMode rm)
at Microsoft.SqlServer.Management.Smo.ExecuteSql.ExecuteWithResults(StringCollection query, Object con, StatementBuilder sb)
at Microsoft.SqlServer.Management.Smo.SqlObjectBase.FillData(ResultType resultType, StringCollection sql, Object connectionInfo, StatementBuilder sb)
at Microsoft.SqlServer.Management.Smo.SqlObjectBase.FillDataWithUseFailure(SqlEnumResult sqlresult, ResultType resultType)
at Microsoft.SqlServer.Management.Smo.SqlObjectBase.BuildResult(EnumResult result)
at Microsoft.SqlServer.Management.Smo.RestorePlan.GetData(EnumResult erParent)
at Microsoft.SqlServer.Management.Smo.Environment.GetData()
at Microsoft.SqlServer.Management.Smo.Environment.GetData(Request req, Object ci)
at Microsoft.SqlServer.Management.Smo.Enumerator.GetData(Object connectionInfo, Request request)
at Microsoft.SqlServer.Management.Smo.Enumerator.Process(Object connectionInfo, Request request)
Line 235: Incorrect syntax near ‘(‘.
Line 296: Incorrect syntax near ‘(‘.
Line 362: Incorrect syntax near ‘(‘.
Line 413: Incorrect syntax near ‘(‘.
Line 474: Incorrect syntax near ‘(‘.
Line 548: Incorrect syntax near ‘(‘.
Line 610: Incorrect syntax near ‘(‘.
Line 651: Incorrect syntax near ‘(‘.
Line 690: Incorrect syntax near ‘(‘. (.Net SqlClient Data Provider)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=08.00.2282&EvtSrc=MSSQLServer&EvtID=170&LinkId=20476
Server Name: <Server Name>
Error Number: 170
Severity: 15
State: 1
Line Number: 235
——————————
Program Location:
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader()
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(String sqlCommand)
Resolution
To resolve this problem, use the following table to find the appropriate method for your version of SQL Server.

Collapse this tableExpand this table
SQL Server releaseCumulative update (version of SQL Server)ResolutionSQL Server 2005 SP29.00.3325 to 9.00.3329Apply SQL Server 2005 SP2 Cumulative update package 15. SQL Server 2005 SP39.00.4220 to 9.00.4228Apply SQL Server 2005 SP3 Cumulative update package 5. The release version of SQL Server 200810.00.1806 to 10.00.1813Apply the individual hotfix for the release version of SQL Server 2008. To obtain this hotfix, refer to the “Hotfix information” section in this article. Or, apply SQL Server 2008 Cumulative update package 7.SQL Server 2008 SP110.00.2714 to 10.00.2725Apply the individual hotfix for theSQL Server 2008 Service Pack 1. To obtain this hotfix, refer to the “Hotfix information” section in this article. Or, Apply SQL Server 2008 Service Pack 1 Cumulative update package 4.
Cumulative update informationSQL Server 2005 Service Pack 2 (SP2)Important You must install this hotfix if you are running SQL Server 2005 Service Pack 2 (SP2). The fix for this issue was first released in Cumulative Update15 for SQL Server 2005 Service Pack 2. For more information about this cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:
972510?(http://support.microsoft.com/kb/972510/LN/) Cumulative update package 15 for SQL Server 2005 Service Pack 2Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005 fix release. 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:
937137?(http://support.microsoft.com/kb/937137/LN/) The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was releasedMicrosoft SQL Server 2005hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 2 hotfix to an installation of SQL Server 2005 Service Pack 2. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack. SQL Server 2005 Service Pack 3 (SP3)Important You must install this hotfix if you are running SQL Server 2005 Service Pack 3 (SP3). The fix for this issue was also released in Cumulative Update5 for SQL Server 2005 Service Pack 3. For more information about this cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:
972511?(http://support.microsoft.com/kb/972511/LN/) Cumulative update package 5 for SQL Server 2005 Service Pack 3Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005 fix release. 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:
960598?(http://support.microsoft.com/kb/960598/LN/) The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 3 was releasedMicrosoft SQL Server 2005hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 3 hotfix to an installation of SQL Server 2005 Service Pack 3. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack. SQL Server 2008Important You must use this fix if you are running the release version of SQL Server 2008.
The fix for this issue was first released in Cumulative Update 7. For more information about how to obtain this cumulative update package for SQL Server 2008, click the following article number to view the article in the Microsoft Knowledge Base:
973601?(http://support.microsoft.com/kb/973601/) Cumulative update package 7 for SQL Server 2008Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2008 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
956909?(http://support.microsoft.com/kb/956909/) The SQL Server 2008 builds that were released after SQL Server 2008 was releasedSQL Server 2008 Service Pack 1Important You must use this fix if you are running SQL Server 2008 Service Pack 1.
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.
Hotfix information for SQL Server 2005 Service Pack 3 A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix 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 hotfix.
Note If additional issues occur or if 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 hotfix. 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 hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.PrerequisitesTo apply this hotfix, your computer must be running SQL Server 2005 Service Pack 3.Registry informationTo use the hotfix in this package, you do not have to make any changes to the registry.Restart requirementYou do not have to restart the computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace a previously released hotfix.File informationThe English (United States) version of this hotfix installs files that have the attributes that are listed in the following tables. The dates and times for these files are listed in Coordinated Universal Time (UTC). The dates and times for these files on your local computer are displayed in your local time and with your current daylight saving time (DST) bias. Additionally, the dates and times maychange when you perform certain operations on the files.SQL Server 2005, x86-based versions
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore90.dll2005.90.4229.023,38429-Jul-200919:08×86Chsbrkr.dll12.0.9730.01,682,27223-Apr-200903:10×86Chtbrkr.dll12.0.9730.06,110,04823-Apr-200903:10×86Databasemailengine.dll9.0.4229.075,60829-Jul-200919:08×86Databasemailprotocols.dll9.0.4229.042,84029-Jul-200919:08×86Distrib.exe2005.90.4229.067,43229-Jul-200919:09×86Dtspipeline.dll2005.90.4229.0601,94429-Jul-200919:09×86Dtspipelineperf.dll2005.90.4229.030,04029-Jul-200919:09×86Fteref.dll12.0.9730.0446,46423-Apr-200903:11×86Infosoft.dll12.0.9730.0465,76023-Apr-200903:10×86Korwbrkr.dll12.0.9730.068,46423-Apr-200903:10×86Langwrbk.dll12.0.9730.0133,98423-Apr-200903:10×86Logread.exe2005.90.4229.0399,19229-Jul-200919:13×86Microsoft.sqlserver.maintenanceplantasks.dll9.0.4229.0292,69629-Jul-200919:13×86Microsoft.sqlserver.replication.dll2005.90.4229.01,625,43229-Jul-200919:13×86Microsoft.sqlserver.smo.dll9.0.4229.01,603,41629-Jul-200919:13×86Microsoft.sqlserver.smoenum.dll9.0.4229.0218,96829-Jul-200919:13×86Microsoft.sqlserver.sqlenum.dll9.0.4229.0919,38429-Jul-200919:13×86Microsoft.sqlserver.webservicetask.dll9.0.4229.096,08829-Jul-200919:13×86Msfte.dll12.0.9730.02,431,84023-Apr-200903:10×86Msftefd.exe12.0.9730.064,35223-Apr-200903:10×86Msftepxy.dll12.0.9730.093,02423-Apr-200903:10×86Msftesql.exe12.0.9730.093,02423-Apr-200903:10×86Msgprox.dll2005.90.4229.0196,95229-Jul-200919:13×86Msir5jp.dll5.0.2130.03,157,34423-Apr-200903:11×86Msmdlocal.dll9.0.4229.015,983,44829-Jul-200919:13×86Nlhtml.dll12.0.9730.0121,69623-Apr-200903:11×86Nls400.dll5.0.7112.012,287,32823-Apr-200903:11×86Query.dll12.0.9730.045,92023-Apr-200903:11×86Rdistcom.dll2005.90.4229.0644,44029-Jul-200919:14×86Repldp.dll2005.90.4229.0185,17629-Jul-200919:14×86Replmerg.exe2005.90.4229.0317,80029-Jul-200919:14×86Replprov.dll2005.90.4229.0551,25629-Jul-200919:14×86Replrec.dll2005.90.4229.0782,68029-Jul-200919:14×86Replsub.dll2005.90.4229.0405,33629-Jul-200919:14×86Snapshot.exe9.0.4229.011,09629-Jul-200919:15×86Sqlaccess.dll2005.90.4229.0346,96829-Jul-200919:15×86Sqlagent90.exe2005.90.4229.0345,94429-Jul-200919:15×86Sqlmergx.dll2005.90.4229.0191,32029-Jul-200919:15×86Sqlservr.exe2005.90.4229.029,279,06429-Jul-200919:16×86Sqltaskconnections.dll2005.90.4229.0104,28029-Jul-200919:16×86Sqlwep.dll2005.90.4229.087,38429-Jul-200919:16×86Thawbrkr.dll12.0.9730.0203,61623-Apr-200903:10×86Xmlfilt.dll12.0.9730.0195,42423-Apr-200903:11×86Xmlsub.dll2005.90.4229.0192,34429-Jul-200919:16×86SQL Server 2005, x64-based versions
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore90.dll2005.90.4229.029,03229-Jul-200920:18×64Chsbrkr.dll12.0.9730.01,691,48823-Apr-200905:24×64Chtbrkr.dll12.0.9730.06,107,48823-Apr-200905:24×64Databasemailengine.dll9.0.4229.075,62429-Jul-200920:18×86Databasemailprotocols.dll9.0.4229.042,85629-Jul-200920:18×86Distrib.exe2005.90.4229.083,30429-Jul-200920:19×64Dtspipeline.dll2005.90.4229.01,065,83229-Jul-200920:19×64Dtspipelineperf.dll2005.90.4229.040,80829-Jul-200920:19×64Fteref.dll12.0.9730.0433,15223-Apr-200905:24×64Infosoft.dll12.0.9730.0618,84823-Apr-200905:24×64Korwbrkr.dll12.0.9730.099,16823-Apr-200905:24×64Langwrbk.dll12.0.9730.0234,33623-Apr-200905:24×64Logread.exe2005.90.4229.0525,16029-Jul-200920:21×64Microsoft.sqlserver.maintenanceplantasks.dll9.0.4229.0292,69629-Jul-200919:13×86Microsoft.sqlserver.replication.dll2005.90.4229.01,816,40829-Jul-200920:21×64Microsoft.sqlserver.smo.dll9.0.4229.01,603,43229-Jul-200920:21×86Microsoft.sqlserver.smoenum.dll9.0.4229.0218,98429-Jul-200920:21×86Microsoft.sqlserver.sqlenum.dll9.0.4229.0919,40029-Jul-200920:21×86Microsoft.sqlserver.webservicetask.dll9.0.4229.096,10429-Jul-200920:21×86Msfte.dll12.0.9730.03,813,72823-Apr-200905:24×64Msftefd.exe12.0.9730.096,60823-Apr-200905:24×64Msftepxy.dll12.0.9730.0124,76823-Apr-200905:24×64Msftesql.exe12.0.9730.0156,00023-Apr-200905:24×64Msgprox.dll2005.90.4229.0258,92029-Jul-200920:22×64Msir5jp.dll5.0.2130.03,418,97623-Apr-200905:24×64Msmdlocal.dll9.0.4229.015,983,44829-Jul-200919:13×86Nlhtml.dll12.0.9730.0189,28023-Apr-200905:24×64Nls400.dll5.0.7112.014,101,85623-Apr-200905:24×64Query.dll12.0.9730.065,90423-Apr-200905:24×64Rdistcom.dll2005.90.4229.0821,09629-Jul-200920:22×64Repldp.dll2005.90.4229.0185,17629-Jul-200919:14×86Repldp.dll2005.90.4229.0236,90429-Jul-200920:22×64Replmerg.exe2005.90.4229.0414,55229-Jul-200920:22×64Replprov.dll2005.90.4229.0750,95229-Jul-200920:22×64Replrec.dll2005.90.4229.01,010,53629-Jul-200920:22×64Replsub.dll2005.90.4229.0508,77629-Jul-200920:22×64Snapshot.exe9.0.4229.011,09629-Jul-200919:15×86Snapshot.exe9.0.4229.011,11229-Jul-200920:23×86Sqlaccess.dll2005.90.4229.0354,15229-Jul-200920:23×86Sqlagent90.exe2005.90.4229.0425,32029-Jul-200920:23×64Sqlmergx.dll2005.90.4229.0233,83229-Jul-200920:23×64Sqlservr.exe2005.90.4229.039,762,79229-Jul-200920:23×64Sqltaskconnections.dll2005.90.4229.0150,37629-Jul-200920:23×64Sqlwep.dll2005.90.4229.087,38429-Jul-200919:16×86Sqlwep.dll2005.90.4229.0120,16829-Jul-200920:23×64Thawbrkr.dll12.0.9730.0207,20023-Apr-200905:24×64Xmlfilt.dll12.0.9730.0266,59223-Apr-200905:24×64Xmlsub.dll2005.90.4229.0335,20829-Jul-200920:24×64SQL Server 2005, IA-64-based versions
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore90.dll2005.90.4229.056,15230-Jul-200901:04ia64Chsbrkr.dll12.0.9730.01,880,92823-Apr-200904:13ia64Chtbrkr.dll12.0.9730.06,152,56023-Apr-200904:13ia64Databasemailengine.dll9.0.4229.075,62430-Jul-200901:04×86Databasemailprotocols.dll9.0.4229.042,85630-Jul-200901:04×86Distrib.exe2005.90.4229.0197,48030-Jul-200901:04ia64Dtspipeline.dll2005.90.4229.01,930,08830-Jul-200901:04ia64Dtspipelineperf.dll2005.90.4229.081,75230-Jul-200901:05ia64Fteref.dll12.0.9730.0433,15223-Apr-200904:13ia64Infosoft.dll12.0.9730.01,912,67223-Apr-200904:13ia64Korwbrkr.dll12.0.9730.0180,06423-Apr-200904:13ia64Langwrbk.dll12.0.9730.0330,59223-Apr-200904:13ia64Logread.exe2005.90.4229.01,100,13630-Jul-200901:07ia64Microsoft.sqlserver.maintenanceplantasks.dll9.0.4229.0292,69629-Jul-200919:13×86Microsoft.sqlserver.replication.dll2005.90.4229.02,530,64830-Jul-200901:07ia64Microsoft.sqlserver.smo.dll9.0.4229.01,603,41630-Jul-200901:07×86Microsoft.sqlserver.smoenum.dll9.0.4229.0218,96830-Jul-200901:07×86Microsoft.sqlserver.sqlenum.dll9.0.4229.0919,38430-Jul-200901:07×86Microsoft.sqlserver.webservicetask.dll9.0.4229.096,10430-Jul-200901:07×86Msfte.dll12.0.9730.07,081,84023-Apr-200904:13ia64Msftefd.exe12.0.9730.0170,86423-Apr-200904:13ia64Msftepxy.dll12.0.9730.0132,96023-Apr-200904:13ia64Msftesql.exe12.0.9730.0292,19223-Apr-200904:13ia64Msgprox.dll2005.90.4229.0542,04030-Jul-200901:08ia64Msir5jp.dll5.0.2130.03,821,92023-Apr-200904:13ia64Msmdlocal.dll9.0.4229.050,026,34430-Jul-200901:08ia64Nlhtml.dll12.0.9730.0293,21623-Apr-200904:13ia64Nls400.dll5.0.7112.014,747,50423-Apr-200904:13ia64Query.dll12.0.9730.0120,68823-Apr-200904:13ia64Rdistcom.dll2005.90.4229.01,888,08830-Jul-200901:09ia64Repldp.dll2005.90.4229.0185,17629-Jul-200919:14×86Repldp.dll2005.90.4229.0512,34430-Jul-200901:09ia64Replmerg.exe2005.90.4229.0954,71230-Jul-200901:09ia64Replprov.dll2005.90.4229.01,627,49630-Jul-200901:09ia64Replrec.dll2005.90.4229.02,147,17630-Jul-200901:09ia64Replsub.dll2005.90.4229.01,156,96830-Jul-200901:09ia64Snapshot.exe9.0.4229.011,09629-Jul-200919:15×86Snapshot.exe9.0.4229.011,11230-Jul-200901:09×86Sqlaccess.dll2005.90.4229.0348,50430-Jul-200901:09×86Sqlagent90.exe2005.90.4229.01,251,16030-Jul-200901:09ia64Sqlmergx.dll2005.90.4229.0443,75230-Jul-200901:09ia64Sqlservr.exe2005.90.4229.072,814,44030-Jul-200901:10ia64Sqltaskconnections.dll2005.90.4229.0314,21630-Jul-200901:10ia64Sqlwep.dll2005.90.4229.087,38429-Jul-200919:16×86Sqlwep.dll2005.90.4229.0217,43230-Jul-200901:10ia64Thawbrkr.dll12.0.9730.0250,72023-Apr-200904:13ia64Xmlfilt.dll12.0.9730.0439,64823-Apr-200904:13ia64Xmlsub.dll2005.90.4229.0578,90430-Jul-200901:10ia64
Hotfix information for SQL Server 2008 Service Pack 1 A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix 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 hotfix.
Note If additional issues occur or if 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 hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or tocreate 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 hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.PrerequisitesYou must have SQL Server 2008 Service Pack 1 installed before you apply this hotfix.Restart informationYou do not have to restart the computer after you apply this hotfix.Registry informationYou do not have to change the registry.Hotfix file informationThis hotfix contains only those files that are required to correct the issues that this article lists. This hotfix may not contain all the files that you must have to fully update a product to the latest build.
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.32-bit versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2727.0164,71213-Aug-200903:01×86Datacollectorenumerators.dll2007.100.2727.069,46413-Aug-200903:03×86Distrib.exe2007.100.2727.075,09613-Aug-200903:19×86Dtspipeline.dll2007.100.2727.0694,10413-Aug-200903:19×86Dtswizard.exe2007.100.2727.0804,71213-Aug-200903:19×86Exceldest.dll2007.100.2727.0173,40013-Aug-200903:35×86Excelsrc.dll2007.100.2727.0183,12813-Aug-200903:35×86Flatfiledest.dll2007.100.2727.0276,31213-Aug-200903:36×86Flatfilesrc.dll2007.100.2727.0283,99213-Aug-200903:36×86Iftsph.dll2007.100.2727.038,24813-Aug-200903:52×86Logread.exe2007.100.2727.0423,25613-Aug-200904:33×86Microsoft.sqlserver.dmf.dll10.0.2727.0296,79213-Aug-200904:39×86Microsoft.sqlserver.pipelinehost.dll10.0.2727.071,51213-Aug-200904:42×86Microsoft.sqlserver.sqlenum.dll10.0.2727.01,083,22413-Aug-200904:42×86Oledbdest.dll2007.100.2727.0173,91213-Aug-200904:52×86Oledbsrc.dll2007.100.2727.0186,72813-Aug-200904:52×86Rdistcom.dll2007.100.2727.0651,11213-Aug-200905:09×86Repldp.dll2007.100.2727.0191,33613-Aug-200905:10×86Replmerg.exe2007.100.2727.0341,35213-Aug-200905:10×86Snapshot.exe10.0.2727.013,14413-Aug-200906:18×86Sql_engine_core_shared_keyfile.dll2007.100.2727.013,65613-Aug-200904:19×86Sqllogship.exe10.0.2727.096,10413-Aug-200906:19×86Sqlmergx.dll2007.100.2727.0192,85613-Aug-200906:19×86Sqltaskconnections.dll2007.100.2727.0113,49613-Aug-200906:20×86Txdataconvert.dll2007.100.2727.0206,69613-Aug-200906:24×86SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2727.075,62413-Aug-200903:03×86Databasemailprotocols.dll10.0.2727.042,84013-Aug-200903:03×86Sql_engine_core_inst_keyfile.dll2007.100.2727.013,65613-Aug-200904:19×86Sqlaccess.dll2007.100.2727.0405,35213-Aug-200906:18×86Sqlagent.exe2007.100.2727.0367,96013-Aug-200906:18×86Sqlctr100.dll2007.100.2727.072,53613-Aug-200906:18×86Sqlscriptdowngrade.dll2007.100.2727.014,69613-Aug-200906:20×86Sqlscriptupgrade.dll2007.100.2727.03,378,00813-Aug-200906:20×86Sqlservr.exe2007.100.2727.042,723,16013-Aug-200906:20×86SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2727.0546,66413-Aug-200904:33×86Microsoft.analysisservices.dll10.0.2727.01,316,69613-Aug-200904:34×86Microsoft.analysisservices.xmla.dll10.0.2727.0227,16013-Aug-200904:34×86Microsoft.sqlserver.sqlenum.dll10.0.2727.01,083,22413-Aug-200904:42×86Msgprox.dll2007.100.2727.0202,07213-Aug-200904:44×86Replprov.dll2007.100.2727.0575,32013-Aug-200905:10×86Replrec.dll2007.100.2727.0789,84813-Aug-200905:10×86Replsub.dll2007.100.2727.0410,96813-Aug-200905:10×86Sql_common_core_keyfile.dll2007.100.2727.013,65613-Aug-200904:19×86Xmlsub.dll2007.100.2727.0192,36013-Aug-200906:25×86x64-based versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2727.0247,14413-Aug-200906:17×64Datacollectorenumerators.dll2007.100.2727.093,54413-Aug-200906:20×64Distrib.exe2007.100.2727.086,88813-Aug-200906:26×64Dtspipeline.dll2007.100.2727.01,086,82413-Aug-200906:26×64Dtswizard.exe2007.100.2727.0800,61613-Aug-200906:26×64Exceldest.dll2007.100.2727.0260,45613-Aug-200906:34×64Excelsrc.dll2007.100.2727.0279,89613-Aug-200906:34×64Flatfiledest.dll2007.100.2727.0414,55213-Aug-200906:35×64Flatfilesrc.dll2007.100.2727.0424,79213-Aug-200906:35×64Iftsph.dll2007.100.2727.054,61613-Aug-200906:44×64Logread.exe2007.100.2727.0510,82413-Aug-200907:03×64Microsoft.sqlserver.dmf.dll10.0.2727.0296,80813-Aug-200907:07×86Microsoft.sqlserver.dmf.dll10.0.2727.0296,79213-Aug-200904:39×86Microsoft.sqlserver.pipelinehost.dll10.0.2727.071,51213-Aug-200907:08×86Microsoft.sqlserver.sqlenum.dll10.0.2727.01,083,22413-Aug-200904:42×86Oledbdest.dll2007.100.2727.0259,94413-Aug-200907:17×64Oledbsrc.dll2007.100.2727.0286,05613-Aug-200907:17×64Rdistcom.dll2007.100.2727.0789,86413-Aug-200907:26×64Repldp.dll2007.100.2727.0191,33613-Aug-200905:10×86Repldp.dll2007.100.2727.0229,73613-Aug-200907:26×64Replmerg.exe2007.100.2727.0408,40813-Aug-200907:26×64Snapshot.exe10.0.2727.013,14413-Aug-200906:18×86Snapshot.exe10.0.2727.013,14413-Aug-200908:11×86Sql_engine_core_shared_keyfile.dll2007.100.2727.014,18413-Aug-200906:57×64Sqllogship.exe10.0.2727.096,08813-Aug-200908:12×86Sqlmergx.dll2007.100.2727.0229,20813-Aug-200908:12×64Sqltaskconnections.dll2007.100.2727.0161,12813-Aug-200908:13×64Txdataconvert.dll2007.100.2727.0306,02413-Aug-200908:17×64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2727.075,62413-Aug-200906:20×86Databasemailprotocols.dll10.0.2727.042,85613-Aug-200906:20×86Sql_engine_core_inst_keyfile.dll2007.100.2727.014,18413-Aug-200906:57×64Sqlaccess.dll2007.100.2727.0411,99213-Aug-200908:11×86Sqlagent.exe2007.100.2727.0428,88813-Aug-200908:11×64Sqlctr100.dll2007.100.2727.072,53613-Aug-200906:18×86Sqlctr100.dll2007.100.2727.0108,39213-Aug-200908:12×64Sqlscriptdowngrade.dll2007.100.2727.015,72013-Aug-200908:13×64Sqlscriptupgrade.dll2007.100.2727.03,377,51213-Aug-200908:13×64Sqlservr.exe2007.100.2727.057,629,03213-Aug-200908:13×64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2727.0546,66413-Aug-200907:03×86Microsoft.analysisservices.adomdclient.dll10.0.2727.0546,66413-Aug-200904:33×86Microsoft.analysisservices.dll10.0.2727.01,316,69613-Aug-200904:34×86Microsoft.analysisservices.xmla.dll10.0.2727.0227,17613-Aug-200907:04×86Microsoft.analysisservices.xmla.dll10.0.2727.0227,16013-Aug-200904:34×86Microsoft.sqlserver.sqlenum.dll10.0.2727.01,083,22413-Aug-200907:09×86Microsoft.sqlserver.sqlenum.dll10.0.2727.01,083,22413-Aug-200904:42×86Msgprox.dll2007.100.2727.0246,12013-Aug-200907:10×64Msgprox.dll2007.100.2727.0202,07213-Aug-200904:44×86Replprov.dll2007.100.2727.0575,32013-Aug-200905:10×86Replprov.dll2007.100.2727.0727,40013-Aug-200907:26×64Replrec.dll2007.100.2727.0789,84813-Aug-200905:10×86Replrec.dll2007.100.2727.0976,74413-Aug-200907:26×64Replsub.dll2007.100.2727.0410,96813-Aug-200905:10×86Replsub.dll2007.100.2727.0492,39213-Aug-200907:26×64Sql_common_core_keyfile.dll2007.100.2727.014,18413-Aug-200906:57×64Xmlsub.dll2007.100.2727.0192,36013-Aug-200906:25×86Xmlsub.dll2007.100.2727.0308,07213-Aug-200908:17×64Itanium-architecture versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2727.0557,92813-Aug-200910:15ia64Datacollectorenumerators.dll2007.100.2727.0190,29613-Aug-200910:17ia64Distrib.exe2007.100.2727.0205,67213-Aug-200910:24ia64Dtspipeline.dll2007.100.2727.02,020,69613-Aug-200910:24ia64Dtswizard.exe2007.100.2727.0800,60013-Aug-200910:24ia64Exceldest.dll2007.100.2727.0584,04013-Aug-200910:31ia64Excelsrc.dll2007.100.2727.0641,89613-Aug-200910:31ia64Flatfiledest.dll2007.100.2727.0951,12813-Aug-200910:33ia64Flatfilesrc.dll2007.100.2727.0975,19213-Aug-200910:33ia64Iftsph.dll2007.100.2727.088,42413-Aug-200910:41ia64Logread.exe2007.100.2727.01,124,71213-Aug-200911:01ia64Microsoft.sqlserver.dmf.dll10.0.2727.0296,79213-Aug-200911:04×86Microsoft.sqlserver.dmf.dll10.0.2727.0296,79213-Aug-200904:39×86Microsoft.sqlserver.pipelinehost.dll10.0.2727.071,52813-Aug-200911:06×86Microsoft.sqlserver.sqlenum.dll10.0.2727.01,083,22413-Aug-200904:42×86Oledbdest.dll2007.100.2727.0586,07213-Aug-200911:15ia64Oledbsrc.dll2007.100.2727.0653,67213-Aug-200911:15ia64Rdistcom.dll2007.100.2727.01,835,35213-Aug-200911:24ia64Repldp.dll2007.100.2727.0191,33613-Aug-200905:10×86Repldp.dll2007.100.2727.0522,60013-Aug-200911:24ia64Replmerg.exe2007.100.2727.0969,56013-Aug-200911:25ia64Snapshot.exe10.0.2727.013,14413-Aug-200906:18×86Snapshot.exe10.0.2727.013,14413-Aug-200912:09×86Sql_engine_core_shared_keyfile.dll2007.100.2727.019,30413-Aug-200910:54ia64Sqllogship.exe10.0.2727.096,08813-Aug-200912:10×86Sqlmergx.dll2007.100.2727.0428,37613-Aug-200912:10ia64Sqltaskconnections.dll2007.100.2727.0335,70413-Aug-200912:12ia64Txdataconvert.dll2007.100.2727.0674,64813-Aug-200912:15ia64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2727.075,60813-Aug-200910:17×86Databasemailprotocols.dll10.0.2727.042,85613-Aug-200910:17×86Sql_engine_core_inst_keyfile.dll2007.100.2727.019,30413-Aug-200910:54ia64Sqlaccess.dll2007.100.2727.0398,68013-Aug-200912:09×86Sqlagent.exe2007.100.2727.01,205,59213-Aug-200912:09ia64Sqlctr100.dll2007.100.2727.072,53613-Aug-200906:18×86Sqlctr100.dll2007.100.2727.0135,01613-Aug-200912:10ia64Sqlscriptdowngrade.dll2007.100.2727.020,84013-Aug-200912:11ia64Sqlscriptupgrade.dll2007.100.2727.03,383,64013-Aug-200912:11ia64Sqlservr.exe2007.100.2727.0111,039,33613-Aug-200912:11ia64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2727.0546,64813-Aug-200911:01×86Microsoft.analysisservices.adomdclient.dll10.0.2727.0546,66413-Aug-200904:33×86Microsoft.analysisservices.dll10.0.2727.01,316,69613-Aug-200904:34×86Microsoft.analysisservices.xmla.dll10.0.2727.0227,17613-Aug-200911:01×86Microsoft.analysisservices.xmla.dll10.0.2727.0227,16013-Aug-200904:34×86Microsoft.sqlserver.sqlenum.dll10.0.2727.01,083,24013-Aug-200911:07×86Microsoft.sqlserver.sqlenum.dll10.0.2727.01,083,22413-Aug-200904:42×86Msgprox.dll2007.100.2727.0534,37613-Aug-200911:07ia64Msgprox.dll2007.100.2727.0202,07213-Aug-200904:44×86Replprov.dll2007.100.2727.0575,32013-Aug-200905:10×86Replprov.dll2007.100.2727.01,640,80813-Aug-200911:25ia64Replrec.dll2007.100.2727.0789,84813-Aug-200905:10×86Replrec.dll2007.100.2727.02,125,14413-Aug-200911:25ia64Replsub.dll2007.100.2727.0410,96813-Aug-200905:10×86Replsub.dll2007.100.2727.01,111,89613-Aug-200911:25ia64Sql_common_core_keyfile.dll2007.100.2727.019,30413-Aug-200910:54ia64Xmlsub.dll2007.100.2727.0192,36013-Aug-200906:25×86Xmlsub.dll2007.100.2727.0558,93613-Aug-200912:16ia64

Cumulative Update Package 8 for SQL Server 2008

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

Cumulative update package 6 for SQL Server 2008

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

Cumulative update package 5 for SQL Server 2008

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

Cumulative update package 3 for SQL Server 2008 Service Pack 1

Symptoms
Cumulative Update 3 forSQL 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.2723.
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 3 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 Management Studio to restore a SQL Server 2000 databases.For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
972687?(http://support.microsoft.com/kb/972687/) FIX: Error message when you restore a SQL Server 2000 database by using SQL Server 2005 Management Studio or SQL Server 2008 Management Studio: “Cannot show requested dialog. Failed to retrieve data for this request (Microsoft.SqlServer.SmoEnum)”After you apply this cumulative update, you may encounter an issue when you try to use SQL Server 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 3 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
SQL bug numberKB article numberDescription316159967522?(http://support.microsoft.com/kb/967522/)FIX: The SQL Server engine in SQL Server 2005 and in SQL Server 2008 may consume large amounts of memory during the setup configuration phase316148967552?(http://support.microsoft.com/kb/967552/)FIX: SQL Server 2008 Database Auditing shows query criteria as a parameterized value instead of the actual record316154968543?(http://support.microsoft.com/kb/968543/)FIX: Error message is logged in the SQL Server 2008 Errorlog file when you perform operations on some temporary tables in SQL Server 2008: “Time out occurred while waiting for buffer latch”316130968740?(http://support.microsoft.com/kb/968740/)FIX: Error message when you perform an online index rebuild operation for a table that has no clustered index in SQL Server 2008: “Location: pageref.cpp:913 Expression: IS_OFF”316133968741?(http://support.microsoft.com/kb/968741/)FIX: You receive asserts after you delete a row that contains BLOB data from a SQL Server 2008 database316137968742?(http://support.microsoft.com/kb/968742/)FIX: Error message when you rebuild a table that has sparse columns in SQL Server 2008: “Cannot alter table ‘<TableName>’ because the table either contains sparse columns or a column set column which are incompatible with compression”323401969050?(http://support.microsoft.com/kb/969050/)FIX: Error message when you run a SQL Server 2008 Integration Services package that contains an Execute SQL Task that runs a stored procedure: “The type of the value being assigned to variable “<Variable>” differs from the current variable type”316145969357?(http://support.microsoft.com/kb/969357/)FIX: SQL Server 2008 Report Designer renders numbers in an order opposite to what you expect when you add a special character to a Textbox control that contains both Hebrew characters and numbers316151969467?(http://support.microsoft.com/kb/969467/)FIX: Error message when you run a query that uses the CASE function in SQL Server 2008: “Conversion failed when converting the <Type1> value ‘<A value>’ to data type <Type2>.”321762969528?(http://support.microsoft.com/kb/969528/)FIX: An assertion failure occurs when you switch the schedule of a report subscription between a shared schedule and a custom schedule in SQL Server 2005 Report Services or SQL Server 2008 Reporting Services316162969611?(http://support.microsoft.com/kb/969611/)FIX: Error message when you run a job whose owner is a Windows user account after SQL Server 2005 Agent or SQL Server 2008 Agent is restarted: “The job failed. The owner () of job <Job Name> does not have server access”316166969793?(http://support.microsoft.com/kb/969793/)FIX: Error message when you click the Columns tab in OLE DB Source Editor in SQL Server 2008 Integration Services: “Error at Data Flow Task [OLE DB Source [1]]: SSIS Error Code DTS_E_OLEDBERROR”321771969844?(http://support.microsoft.com/kb/969844/)FIX: You receive inconsistent results when you run index-related DMVs to return statistical information about missing indexes in SQL Server 2005 or in SQL Server 2008316141969997?(http://support.microsoft.com/kb/969997/)FIX: You receive an incorrect result when you query data from a linked server that is created by using an index OLE DB provider in SQL Server 2005 or in SQL Server 2008306851970058?(http://support.microsoft.com/kb/970058/)FIX: Error message when you open a report by specifying a multivalued parameter in a URL in SQL Server 2005 or SQL Server 2008 Reporting Services: “Default value or value provided for the report parameter ‘<Parameter>’ is not a valid value”303741970150?(http://support.microsoft.com/kb/970150/)FIX: Error message when you open Replication Monitor for a transactional or merge publication in an instance of SQL Server 2008 that is an upgrade from SQL Server 2000: “Cannot insert the value NULL into column ‘isagentrunningnow’”304027970160?(http://support.microsoft.com/kb/970160/)FIX: The data collector is disabled after you install an update for an instance of SQL Server 2008316134970287?(http://support.microsoft.com/kb/970287/)FIX: A performance issue occurs when you run a full-text query that contains the “AND NOT” clause in SQL Server 2008306063970399?(http://support.microsoft.com/kb/970399/)FIX: The MAXDOP option for a running query or the max degree of parallelism option for the sp_configure stored procedure does not work in SQL Server 2008307311970507?(http://support.microsoft.com/kb/970507/)FIX: Error message in SQL Server 2008 when you run an INSERT SELECT statement on a table: “Violation of PRIMARY KEY constraint ‘<PrimaryKey>’. Cannot insert duplicate key in object ‘<TableName>’”307698970538?(http://support.microsoft.com/kb/970538/)FIX: Error message when you process the index for a partition in a cube in Microsoft SQL Server 2008 Analysis Services: “Internal error: An unexpected error occurred (file ‘pffilestorefilegroup.cpp’, line 1483, function ‘PFFileStoreGroup::ReadPage’)”321810970551?(http://support.microsoft.com/kb/970551/)FIX: Error message when you run an MDX query that requests a dimension property on a parent-child hierarchy in Microsoft SQL Server 2005 Analysis Services or in SQL Server 2008 Analysis Services308241970666?(http://support.microsoft.com/kb/970666/)FIX: The data of a text box is missing when you print or export a SQL Server 2008 Reporting Services report that contains one or more subreports and one or more text boxes320924970713?(http://support.microsoft.com/kb/970713/)FIX: A policy is evaluated against an incorrect target when you run the policy category in evaluation mode on a remote server that is running SQL Server 2008317710970823?(http://support.microsoft.com/kb/970823/)FIX: CPU usage increases when you run a query that uses a string comparison function on a computer that has many processors after you upgrade to SQL Server 2005 Service Pack 3 or to SQL Server 2008310545970909?(http://support.microsoft.com/kb/970909/)FIX: You receive an incorrect result when you run a full-text query that combines the NEAR operator together with the AND operator in SQL Server 2008321836970966?(http://support.microsoft.com/kb/970966/)FIX: An MDX query that uses the NON EMPTY clause and the DrillDownLevel function returns null values in SQL Server 2005 Analysis Services or SQL Server 2008 Analysis Services311805971049?(http://support.microsoft.com/kb/971049/)FIX: Error message when you run a SQL Server 2008 Reporting Services report in Business Intelligence Development Studio: “An item with the same key has already been added”315173971051?(http://support.microsoft.com/kb/971051/)FIX: Error message when you run a SQL Server 2008-based application that calls the SQLBindParameter function: “The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect”311828971057?(http://support.microsoft.com/kb/971057/)FIX: An INSERT INTO <table name> EXEC <stored procedure name> statement generates error messages even if you set the ANSI_WARNINGS option to “OFF” in SQL Server 2008316153971064?(http://support.microsoft.com/kb/971064/)FIX: Quotation marks are rendered incorrectly when you export a SQL Server 2008 Reporting Services report to a .csv file316143971068?(http://support.microsoft.com/kb/971068/)FIX: Error message when you create a SharePoint subscription on a SQL Server 2008 Reporting Services report that uses cascading parameters: “This report requires a default or user-defined value for the report parameter ‘<Parameter>’”316144 971125?(http://support.microsoft.com/kb/971125/)FIX: The Data Profiling task shows “is_nullable” in the Control Flow window after you configure the Data Profiling task for a data source that uses the Turkish_CI_AS or Turkish_CS_AS collation in SQL Server 2008 Integration Services316155971132?(http://support.microsoft.com/kb/971132/)FIX: The HTML format of a SQL Server 2008 Reporting Services report is not compliant with section 1194.22 standards in the Section 508 standards312337971136?(http://support.microsoft.com/kb/971136/)FIX: Error message when you synchronize a database or manually run sp_replcmds after you perform partial updates on a varbinary(max) column in SQL Server 2008: “The rowset does not contain any column with offset -1.”321779971402?(http://support.microsoft.com/kb/971402/)FIX: Error message when you send an e-mail by using a private Database Mail profile in SQL Server 2005 or in SQL Server 2008: “profile name is not valid”316626971640?(http://support.microsoft.com/kb/971640/)FIX: You cannot set up Data Collector on a SQL Server 2008 server if the server has a database that cannot be accessed or only allows restricted access311907971772?(http://support.microsoft.com/kb/971772/)FIX: Error message when you process a partition in a measure group in SQL Server 2008 Analysis Services: “Errors in the high-level relational engine. The binding for the ‘<ColumnName>’ column is not a ColumnBinding type”319059971985?(http://support.microsoft.com/kb/971985/)FIX: A Drillthrough action inside table groups passes incorrect parameter values in SQL Server 2008 Reporting Services319838972068?(http://support.microsoft.com/kb/972068/)Error message when you install the SharePoint add-in for the ClickOnce version of Microsoft SQL Server 2008 Report Builder 2.0 on an x64-based computer:”Reporting Services Add-in for SharePoint products and technologies is not installed320239972101?(http://support.microsoft.com/kb/972101/)FIX: Error message when you process a very big dimension by using the Process Update option in SQL Server 2008: “File system error: While attempting to read information from disk, a read error occurred for physical file: <filename>, logical file”320816972197?(http://support.microsoft.com/kb/972197/)FIX: When you query the DataSpaceUsed property or the IndexSpaceUsed property of a database that contains many tables in SQL Server 2008, the query takes a long time to finish320813972198?(http://support.microsoft.com/kb/972198/)FIX: Error message when you try to add a filter for an index that includes columns in SQL Server 2008: “Add object to collection failed for IndexedColumnCollection of Index ‘<IndexName>’”320808972200?(http://support.microsoft.com/kb/972200/)FIX: Error message when you try to disable Resource Governor by using the UI in SQL Server 2008 Management Studio after you drop a Resource Governor workload group: “Alter failed for ResourceGovernor ‘Microsoft.SqlServer.Management.Smo.ObjectKeyBase’”320819972201?(http://support.microsoft.com/kb/972201/)FIX: The “Copy Only Backup” option is still available even though you select the “Differential” option in the “Back Up Database” dialog box in SQL Server 2008 Management Studio320810972203?(http://support.microsoft.com/kb/972203/)FIX: Error message when you press F1 to open the Device Contents help during a restore operation in SQL Server 2008: “Object reference not set to an instance of an object. (DqlManagerUI)”320817972207?(http://support.microsoft.com/kb/972207/)FIX: The value of the Size property of the Smo.Server(<serverName>).Databases collection is incorrect after you install Microsoft SQL Server 2008 Service Pack 1321310972261?(http://support.microsoft.com/kb/972261/)FIX: Error message when you run a MERGE statement on a table that has a unique clustered index and a nonclustered index in SQL Server 2008: “Cannot insert duplicate key row in object ‘<TableName>’ with unique index ‘<IndexName>’”322375972440?(http://support.microsoft.com/kb/972440/)FIX: Data is missing when you display a SQL Server 2008 Reporting Services report that is exported as a PDF file or as an image323118972521?(http://support.microsoft.com/kb/972521/)FIX: SQL Server 2008 Reporting Services does not deliver a report that contains a line chart of the Stepped Line chart type at the scheduled time324157972681?(http://support.microsoft.com/kb/972681/)FIX: The removal of a transaction log file of the database on the principal server breaks a database mirroring session in SQL Server 2008315309972759?(http://support.microsoft.com/kb/972759/)FIX: Installing SQL Server 2008 Service Pack 1 may reset the “max_worker_threads” column value for a SQL Server Agent subsystem324564972763?(http://support.microsoft.com/kb/972763/)FIX: The queries run very slowly when you run MDX queries in an application that uses the ADOMD.NET data provider through HTTP to connect to SQL Server 2008 Analysis Services318491972767?(http://support.microsoft.com/kb/972767/)FIX: The SQL Server 2008 database engine and Reporting Services consume more power on Windows client computers than expected322329972777?(http://support.microsoft.com/kb/972777/)FIX: The SQL Server 2008 Analysis Services service crashes when you run an ALTER command on a database while an UPDATE CUBE statement is running on the database325335972833 ?(http://support.microsoft.com/kb/972833/)FIX: An additional scrollbar appears when you use Outlook 2003 to open a SQL Server 2008 Reporting Services report that was sent in MHTML format to an e-mail subscription325468972856?(http://support.microsoft.com/kb/972856/)FIX: Some columns are missing when you run a query against a table that is located on a linked server if the column names contain a period character in SQL Server 2008 Service Pack 1326522972984?(http://support.microsoft.com/kb/972984/)FIX: You receive an incorrect result when you query a parent/child hierarchy that contains a single member on a level in Microsoft SQL Server 2008 Analysis Services318115973192?(http://support.microsoft.com/kb/973192/)FIX: Error message when you create a local cube by using the SQL Server 2008 ADOMD.NET data provider in the x64-based version of Microsoft Office 2010: “Failed to initialize provider object”328433973200?(http://support.microsoft.com/kb/973200/)FIX: No results are returned when you run an MDX query that references a calculated member in SQL Server 2008320971973250?(http://support.microsoft.com/kb/973250/)FIX: A specified collation is displayed incorrectly when you use the Advanced/Enterprise installation mode to install a SQL Server 2008 failover cluster through the GUI297410973257?(http://support.microsoft.com/kb/973257/)FIX: The SQL:BatchCompleted event and the RPC:Completed event displays an incorrect row count when you use SQL Server Profiler to monitor a sp_executesql stored procedure call in Microsoft SQL Server 2008320975973301?(http://support.microsoft.com/kb/973301/)FIX: Error message when you install SQL Server 2008 or SQL Server 2008 Service Pack 1 on a Windows XP-based computer that has SQL Server 2000 installed: “Object reference not set to an instance of an object.”321786969086?(http://support.microsoft.com/kb/969086/)FIX: The SQL Server service stops responding, and event ID 2019 is logged in the System log in SQL Server 2005 or in SQL Server 2008323812972498?(http://support.microsoft.com/kb/972498/)FIX: You receive error messages or data is damaged after you run an SSIS package that contains a data flow task in a low memory situation in SQL Server 2005 or in SQL Server 2008
Note If you apply Cumulative Update 3 for SQL Server 2008Service Pack 1 by usinga slipstream installation, there is a known issue in the uninstall of the Full-Text Search engine when youuninstall this cumulative update.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
973888?(http://support.microsoft.com/kb/973888/) The Full-Text Search component is not completely rolled back to the Service Pack 1 version after you uninstall Cumulative Update 3 for SQL Server 2008 Service Pack 1 that is applied by using a slipstream installation
Cumulative update package informationRestart informationYou may have to restart the computer after you apply this cumulative update.Registry informationTo use one of the hotfixes in this package, you do not have to make any changes to the registry.
Cumulative update package file informationThis cumulative update package may not contain all the files that you must have to fully update a product to the latest build. This cumulative update package contains only the files that you must have to correct the issues that are listed in this article.
The English version of this cumulative update package has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use theTime Zonetab in theDate and Timeitem in Control Panel.32-bit versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0164,69611-Jul-200901:18×86Datacollectorenumerators.dll2007.100.2723.069,46411-Jul-200901:20×86Distrib.exe2007.100.2723.075,09611-Jul-200901:35×86Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Iftsph.dll2007.100.2723.038,24811-Jul-200902:07×86Logread.exe2007.100.2723.0423,27211-Jul-200902:47×86Microsoft.sqlserver.dmf.dll10.0.2723.0296,79211-Jul-200902:52×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Microsoft.sqlserver.sqlenum.dll10.0.2723.01,083,24011-Jul-200902:55×86Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Rdistcom.dll2007.100.2723.0651,09611-Jul-200903:21×86Repldp.dll2007.100.2723.0191,33611-Jul-200903:21×86Replmerg.exe2007.100.2723.0341,33611-Jul-200903:22×86Snapshot.exe10.0.2723.013,16011-Jul-200904:27×86Sql_engine_core_shared_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86Sqllogship.exe10.0.2723.096,08811-Jul-200904:28×86Sqlmergx.dll2007.100.2723.0192,87211-Jul-200904:28×86Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2723.075,60811-Jul-200901:20×86Databasemailprotocols.dll10.0.2723.042,84011-Jul-200901:20×86Sql_engine_core_inst_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86Sqlaccess.dll2007.100.2723.0405,35211-Jul-200904:27×86Sqlagent.exe2007.100.2723.0367,97611-Jul-200904:27×86Sqlctr100.dll2007.100.2723.072,55211-Jul-200904:27×86Sqlscriptdowngrade.dll2007.100.2723.014,68011-Jul-200904:29×86Sqlscriptupgrade.dll2007.100.2723.03,378,00811-Jul-200904:29×86Sqlservr.exe2007.100.2723.042,726,74411-Jul-200904:29×86SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2723.0546,64811-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.analysisservices.xmla.dll10.0.2723.0227,16011-Jul-200902:48×86Microsoft.sqlserver.sqlenum.dll10.0.2723.01,083,24011-Jul-200902:55×86Msgprox.dll2007.100.2723.0202,08811-Jul-200902:57×86Replprov.dll2007.100.2723.0575,32011-Jul-200903:22×86Replrec.dll2007.100.2723.0789,84811-Jul-200903:22×86Replsub.dll2007.100.2723.0410,96811-Jul-200903:22×86Sql_common_core_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86Xmlsub.dll2007.100.2723.0192,36011-Jul-200904:34×86SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0164,69611-Jul-200901:18×86Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Microsoft.analysisservices.controls.dll10.0.2723.03,233,62411-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.datatransformationservices.design.dll10.0.2723.04,233,04811-Jul-200902:48×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2723.02,828,12011-Jul-200902:49×86Microsoft.reportingservices.chartwincontrol.dll10.0.2723.03,827,54411-Jul-200902:49×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2723.0563,03211-Jul-200902:49×86Microsoft.reportingservices.datarendering.dll10.0.2723.083,80011-Jul-200902:49×86Microsoft.reportingservices.designer.controls.dll10.0.2723.012,433,24011-Jul-200902:49×86Microsoft.reportingservices.diagnostics.dll10.0.2723.0903,00011-Jul-200902:49×86Microsoft.reportingservices.hpbprocessing.dll10.0.2723.0284,50411-Jul-200902:49×86Microsoft.reportingservices.htmlrendering.dll10.0.2723.0198,48811-Jul-200902:49×86Microsoft.reportingservices.imagerendering.dll10.0.2723.0145,24011-Jul-200902:49×86Microsoft.reportingservices.processingcore.dll10.0.2723.04,339,54411-Jul-200902:50×86Microsoft.reportingservices.reportpreview.dll10.0.2723.0567,12811-Jul-200902:50×86Microsoft.reportingservices.richtext.dll10.0.2723.0104,28011-Jul-200902:50×86Microsoft.reportingservices.spbprocessing.dll10.0.2723.0247,64011-Jul-200902:50×86Microsoft.reportingservices.wordrendering.dll10.0.2723.0227,17611-Jul-200902:50×86Microsoft.sqlserver.dataprofiler.dll10.0.2723.0280,40811-Jul-200902:52×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2723.0759,65611-Jul-200902:53×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Msmdlocal.dll10.0.2723.023,476,56811-Jul-200902:57×86Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Msolap100.dll10.0.2723.06,536,04011-Jul-200902:58×86Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Reportingserviceslibrary.dll10.0.2723.01,324,88811-Jul-200903:22×86Sql_bids_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86Sqldest.dll2007.100.2723.0180,07211-Jul-200904:27×86Sqlmanagerui.dll10.0.2723.07,559,00011-Jul-200904:28×86Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86Txgroupdups.dll2007.100.2723.0258,40811-Jul-200904:33×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Msmdlocal.dll10.0.2723.023,476,56811-Jul-200902:57×86Msmdpump.dll10.0.2723.06,183,27211-Jul-200902:57×86Msmdspdm.dll10.0.2723.0178,00811-Jul-200902:57×86Msmdsrv.exe10.0.2723.021,969,24011-Jul-200902:57×86Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Msolap100.dll10.0.2723.06,536,04011-Jul-200902:58×86Sql_as_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0164,69611-Jul-200901:18×86Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Microsoft.sqlserver.dataprofiler.dll10.0.2723.0280,40811-Jul-200902:52×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Sql_is_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86Sqldest.dll2007.100.2723.0180,07211-Jul-200904:27×86Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86Txgroupdups.dll2007.100.2723.0258,40811-Jul-200904:33×86SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2723.0546,64811-Jul-200902:47×86Microsoft.analysisservices.controls.dll10.0.2723.03,233,62411-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2723.02,828,12011-Jul-200902:49×86Microsoft.reportingservices.chartwincontrol.dll10.0.2723.03,827,54411-Jul-200902:49×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2723.0563,03211-Jul-200902:49×86Microsoft.reportingservices.datarendering.dll10.0.2723.083,80011-Jul-200902:49×86Microsoft.reportingservices.designer.controls.dll10.0.2723.012,433,24011-Jul-200902:49×86Microsoft.reportingservices.diagnostics.dll10.0.2723.0903,00011-Jul-200902:49×86Microsoft.reportingservices.hpbprocessing.dll10.0.2723.0284,50411-Jul-200902:49×86Microsoft.reportingservices.htmlrendering.dll10.0.2723.0198,48811-Jul-200902:49×86Microsoft.reportingservices.imagerendering.dll10.0.2723.0145,24011-Jul-200902:49×86Microsoft.reportingservices.processingcore.dll10.0.2723.04,339,54411-Jul-200902:50×86Microsoft.reportingservices.reportpreview.dll10.0.2723.0567,12811-Jul-200902:50×86Microsoft.reportingservices.richtext.dll10.0.2723.0104,28011-Jul-200902:50×86Microsoft.reportingservices.spbprocessing.dll10.0.2723.0247,64011-Jul-200902:50×86Microsoft.reportingservices.wordrendering.dll10.0.2723.0227,17611-Jul-200902:50×86Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Reportingserviceslibrary.dll10.0.2723.01,324,88811-Jul-200903:22×86Reportingservicesservice.exe2007.100.2723.01,113,44811-Jul-200903:22×86Sql_rs_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0164,69611-Jul-200901:18×86Datacollectorenumerators.dll2007.100.2723.069,46411-Jul-200901:20×86Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Microsoft.datatransformationservices.design.dll10.0.2723.04,233,04811-Jul-200902:48×86Microsoft.reportingservices.diagnostics.dll10.0.2723.0903,00011-Jul-200902:49×86Microsoft.sqlserver.dataprofiler.dll10.0.2723.0280,40811-Jul-200902:52×86Microsoft.sqlserver.dmf.dll10.0.2723.0296,79211-Jul-200902:52×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2723.0759,65611-Jul-200902:53×86Microsoft.sqlserver.management.reports.dll10.0.2723.08,968,04011-Jul-200902:54×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Objectexplorer.dll10.0.2723.03,237,72011-Jul-200903:04×86Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Sql_ssms_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86Sqldest.dll2007.100.2723.0180,07211-Jul-200904:27×86Sqlmanagerui.dll10.0.2723.07,559,00011-Jul-200904:28×86Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86Txgroupdups.dll2007.100.2723.0258,40811-Jul-200904:33×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Microsoft.analysisservices.controls.dll10.0.2723.03,233,62411-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Msmdlocal.dll10.0.2723.023,476,56811-Jul-200902:57×86Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Msolap100.dll10.0.2723.06,536,04011-Jul-200902:58×86Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Sql_tools_keyfile.dll2007.100.2723.013,65611-Jul-200902:33×86Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86x64-based versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0247,14411-Jul-200905:58×64Datacollectorenumerators.dll2007.100.2723.093,54411-Jul-200906:00×64Distrib.exe2007.100.2723.086,88811-Jul-200906:06×64Dtspipeline.dll2007.100.2723.01,086,82411-Jul-200906:06×64Dtswizard.exe2007.100.2723.0800,61611-Jul-200906:06×64Exceldest.dll2007.100.2723.0260,45611-Jul-200906:14×64Excelsrc.dll2007.100.2723.0279,91211-Jul-200906:14×64Flatfiledest.dll2007.100.2723.0414,55211-Jul-200906:15×64Flatfilesrc.dll2007.100.2723.0424,80811-Jul-200906:15×64Iftsph.dll2007.100.2723.054,61611-Jul-200906:23×64Logread.exe2007.100.2723.0510,82411-Jul-200906:42×64Microsoft.sqlserver.dmf.dll10.0.2723.0296,79211-Jul-200902:52×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200906:46×86Microsoft.sqlserver.sqlenum.dll10.0.2723.01,083,24011-Jul-200902:55×86Oledbdest.dll2007.100.2723.0259,92811-Jul-200906:55×64Oledbsrc.dll2007.100.2723.0286,04011-Jul-200906:55×64Rdistcom.dll2007.100.2723.0789,84811-Jul-200907:04×64Repldp.dll2007.100.2723.0191,33611-Jul-200903:21×86Repldp.dll2007.100.2723.0229,72011-Jul-200907:04×64Replmerg.exe2007.100.2723.0408,40811-Jul-200907:05×64Snapshot.exe10.0.2723.013,14411-Jul-200907:48×86Sql_engine_core_shared_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64Sqllogship.exe10.0.2723.096,08811-Jul-200907:49×86Sqlmergx.dll2007.100.2723.0229,20811-Jul-200907:49×64Sqltaskconnections.dll2007.100.2723.0161,12811-Jul-200907:50×64Txdataconvert.dll2007.100.2723.0306,02411-Jul-200907:53×64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2723.075,62411-Jul-200906:00×86Databasemailprotocols.dll10.0.2723.042,84011-Jul-200906:00×86Sql_engine_core_inst_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64Sqlaccess.dll2007.100.2723.0411,99211-Jul-200907:48×86Sqlagent.exe2007.100.2723.0428,90411-Jul-200907:48×64Sqlctr100.dll2007.100.2723.0108,39211-Jul-200907:48×64Sqlctr100.dll2007.100.2723.072,55211-Jul-200904:27×86Sqlscriptdowngrade.dll2007.100.2723.015,70411-Jul-200907:49×64Sqlscriptupgrade.dll2007.100.2723.03,377,51211-Jul-200907:50×64Sqlservr.exe2007.100.2723.057,920,36011-Jul-200907:50×64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2723.0546,64811-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.analysisservices.xmla.dll10.0.2723.0227,16011-Jul-200902:48×86Microsoft.sqlserver.sqlenum.dll10.0.2723.01,083,22411-Jul-200906:47×86Msgprox.dll2007.100.2723.0202,08811-Jul-200902:57×86Msgprox.dll2007.100.2723.0246,10411-Jul-200906:48×64Replprov.dll2007.100.2723.0575,32011-Jul-200903:22×86Replprov.dll2007.100.2723.0727,38411-Jul-200907:05×64Replrec.dll2007.100.2723.0789,84811-Jul-200903:22×86Replrec.dll2007.100.2723.0976,72811-Jul-200907:05×64Replsub.dll2007.100.2723.0410,96811-Jul-200903:22×86Replsub.dll2007.100.2723.0492,37611-Jul-200907:05×64Sql_common_core_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64Xmlsub.dll2007.100.2723.0192,36011-Jul-200904:34×86Xmlsub.dll2007.100.2723.0308,07211-Jul-200907:54×64SQL Server 2008 Business Intelligence Development Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0164,69611-Jul-200901:18×86Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Microsoft.analysisservices.controls.dll10.0.2723.03,233,62411-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.datatransformationservices.design.dll10.0.2723.04,233,04811-Jul-200902:48×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2723.02,828,12011-Jul-200902:49×86Microsoft.reportingservices.chartwincontrol.dll10.0.2723.03,827,54411-Jul-200902:49×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2723.0563,03211-Jul-200902:49×86Microsoft.reportingservices.datarendering.dll10.0.2723.083,80011-Jul-200902:49×86Microsoft.reportingservices.designer.controls.dll10.0.2723.012,433,24011-Jul-200902:49×86Microsoft.reportingservices.diagnostics.dll10.0.2723.0903,00011-Jul-200902:49×86Microsoft.reportingservices.hpbprocessing.dll10.0.2723.0284,50411-Jul-200902:49×86Microsoft.reportingservices.htmlrendering.dll10.0.2723.0198,48811-Jul-200902:49×86Microsoft.reportingservices.imagerendering.dll10.0.2723.0145,24011-Jul-200902:49×86Microsoft.reportingservices.processingcore.dll10.0.2723.04,339,54411-Jul-200902:50×86Microsoft.reportingservices.reportpreview.dll10.0.2723.0567,12811-Jul-200902:50×86Microsoft.reportingservices.richtext.dll10.0.2723.0104,28011-Jul-200902:50×86Microsoft.reportingservices.spbprocessing.dll10.0.2723.0247,64011-Jul-200902:50×86Microsoft.reportingservices.wordrendering.dll10.0.2723.0227,17611-Jul-200902:50×86Microsoft.sqlserver.dataprofiler.dll10.0.2723.0280,40811-Jul-200902:52×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2723.0759,65611-Jul-200902:53×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Msmdlocal.dll10.0.2723.023,476,56811-Jul-200902:57×86Msmdlocal.dll10.0.2723.044,454,74411-Jul-200906:48×64Msmgdsrv.dll10.0.2723.012,338,00811-Jul-200906:49×64Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Msolap100.dll10.0.2723.06,536,04011-Jul-200902:58×86Msolap100.dll10.0.2723.08,154,96811-Jul-200906:49×64Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Reportingserviceslibrary.dll10.0.2723.01,324,88811-Jul-200903:22×86Sql_bids_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64Sqldest.dll2007.100.2723.0180,07211-Jul-200904:27×86Sqlmanagerui.dll10.0.2723.07,559,00011-Jul-200904:28×86Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86Txgroupdups.dll2007.100.2723.0258,40811-Jul-200904:33×86SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Msmdlocal.dll10.0.2723.023,476,56811-Jul-200902:57×86Msmdlocal.dll10.0.2723.044,454,74411-Jul-200906:48×64Msmdpump.dll10.0.2723.07,431,51211-Jul-200906:48×64Msmdspdm.dll10.0.2723.0178,00811-Jul-200906:48×86Msmdsrv.exe10.0.2723.043,728,72811-Jul-200906:49×64Msmgdsrv.dll10.0.2723.012,338,00811-Jul-200906:49×64Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Msolap100.dll10.0.2723.06,536,04011-Jul-200902:58×86Msolap100.dll10.0.2723.08,154,96811-Jul-200906:49×64Sql_as_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0247,14411-Jul-200905:58×64Dtspipeline.dll2007.100.2723.01,086,82411-Jul-200906:06×64Dtswizard.exe2007.100.2723.0800,61611-Jul-200906:06×64Exceldest.dll2007.100.2723.0260,45611-Jul-200906:14×64Excelsrc.dll2007.100.2723.0279,91211-Jul-200906:14×64Flatfiledest.dll2007.100.2723.0414,55211-Jul-200906:15×64Flatfilesrc.dll2007.100.2723.0424,80811-Jul-200906:15×64Microsoft.sqlserver.dataprofiler.dll10.0.2723.0280,40811-Jul-200906:45×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200906:46×86Oledbdest.dll2007.100.2723.0259,92811-Jul-200906:55×64Oledbsrc.dll2007.100.2723.0286,04011-Jul-200906:55×64Sql_is_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64Sqldest.dll2007.100.2723.0264,55211-Jul-200907:48×64Sqltaskconnections.dll2007.100.2723.0161,12811-Jul-200907:50×64Txdataconvert.dll2007.100.2723.0306,02411-Jul-200907:53×64Txgroupdups.dll2007.100.2723.0478,05611-Jul-200907:53×64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2723.0546,64811-Jul-200902:47×86Microsoft.analysisservices.controls.dll10.0.2723.03,233,62411-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2723.02,828,12011-Jul-200902:49×86Microsoft.reportingservices.chartwincontrol.dll10.0.2723.03,827,54411-Jul-200902:49×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2723.0563,03211-Jul-200902:49×86Microsoft.reportingservices.datarendering.dll10.0.2723.083,80011-Jul-200902:49×86Microsoft.reportingservices.designer.controls.dll10.0.2723.012,433,24011-Jul-200902:49×86Microsoft.reportingservices.diagnostics.dll10.0.2723.0903,00011-Jul-200902:49×86Microsoft.reportingservices.hpbprocessing.dll10.0.2723.0284,50411-Jul-200902:49×86Microsoft.reportingservices.htmlrendering.dll10.0.2723.0198,48811-Jul-200902:49×86Microsoft.reportingservices.imagerendering.dll10.0.2723.0145,24011-Jul-200902:49×86Microsoft.reportingservices.processingcore.dll10.0.2723.04,339,54411-Jul-200902:50×86Microsoft.reportingservices.reportpreview.dll10.0.2723.0567,12811-Jul-200902:50×86Microsoft.reportingservices.richtext.dll10.0.2723.0104,28011-Jul-200902:50×86Microsoft.reportingservices.spbprocessing.dll10.0.2723.0247,64011-Jul-200902:50×86Microsoft.reportingservices.wordrendering.dll10.0.2723.0227,16011-Jul-200906:43×86Msmgdsrv.dll10.0.2723.012,338,00811-Jul-200906:49×64Reportingserviceslibrary.dll10.0.2723.01,324,88811-Jul-200903:22×86Reportingservicesservice.exe2007.100.2723.02,075,49611-Jul-200907:05×64Sql_rs_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0164,69611-Jul-200901:18×86Datacollectorenumerators.dll2007.100.2723.069,46411-Jul-200901:20×86Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Microsoft.datatransformationservices.design.dll10.0.2723.04,233,04811-Jul-200902:48×86Microsoft.reportingservices.diagnostics.dll10.0.2723.0903,00011-Jul-200902:49×86Microsoft.sqlserver.dataprofiler.dll10.0.2723.0280,40811-Jul-200902:52×86Microsoft.sqlserver.dmf.dll10.0.2723.0296,79211-Jul-200902:52×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2723.0759,65611-Jul-200902:53×86Microsoft.sqlserver.management.reports.dll10.0.2723.08,968,04011-Jul-200902:54×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Objectexplorer.dll10.0.2723.03,237,72011-Jul-200903:04×86Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Sql_ssms_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64Sqldest.dll2007.100.2723.0180,07211-Jul-200904:27×86Sqlmanagerui.dll10.0.2723.07,559,00011-Jul-200904:28×86Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86Txgroupdups.dll2007.100.2723.0258,40811-Jul-200904:33×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDtspipeline.dll2007.100.2723.01,086,82411-Jul-200906:06×64Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0800,61611-Jul-200906:06×64Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Exceldest.dll2007.100.2723.0260,45611-Jul-200906:14×64Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Excelsrc.dll2007.100.2723.0279,91211-Jul-200906:14×64Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfiledest.dll2007.100.2723.0414,55211-Jul-200906:15×64Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0424,80811-Jul-200906:15×64Microsoft.analysisservices.controls.dll10.0.2723.03,233,62411-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Msmdlocal.dll10.0.2723.023,476,56811-Jul-200902:57×86Msmdlocal.dll10.0.2723.044,454,74411-Jul-200906:48×64Msmgdsrv.dll10.0.2723.012,338,00811-Jul-200906:49×64Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Msolap100.dll10.0.2723.06,536,04011-Jul-200902:58×86Msolap100.dll10.0.2723.08,154,96811-Jul-200906:49×64Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbdest.dll2007.100.2723.0259,92811-Jul-200906:55×64Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0286,04011-Jul-200906:55×64Sql_tools_keyfile.dll2007.100.2723.014,18411-Jul-200906:36×64Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Sqltaskconnections.dll2007.100.2723.0161,12811-Jul-200907:50×64Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86Txdataconvert.dll2007.100.2723.0306,02411-Jul-200907:53×64Itanium-architecture versionSQL Server 2008 Database Services Core Shared
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0557,92811-Jul-200905:49IA-64Datacollectorenumerators.dll2007.100.2723.0190,31211-Jul-200905:51IA-64Distrib.exe2007.100.2723.0205,65611-Jul-200905:58IA-64Dtspipeline.dll2007.100.2723.02,020,69611-Jul-200905:58IA-64Dtswizard.exe2007.100.2723.0800,61611-Jul-200905:58IA-64Exceldest.dll2007.100.2723.0584,02411-Jul-200906:05IA-64Excelsrc.dll2007.100.2723.0641,88011-Jul-200906:05IA-64Flatfiledest.dll2007.100.2723.0951,14411-Jul-200906:07IA-64Flatfilesrc.dll2007.100.2723.0975,19211-Jul-200906:07IA-64Iftsph.dll2007.100.2723.088,40811-Jul-200906:15IA-64Logread.exe2007.100.2723.01,124,71211-Jul-200906:34IA-64Microsoft.sqlserver.dmf.dll10.0.2723.0296,79211-Jul-200902:52×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200906:38×86Microsoft.sqlserver.sqlenum.dll10.0.2723.01,083,24011-Jul-200902:55×86Oledbdest.dll2007.100.2723.0586,07211-Jul-200906:47IA-64Oledbsrc.dll2007.100.2723.0653,67211-Jul-200906:47IA-64Rdistcom.dll2007.100.2723.01,835,35211-Jul-200906:57IA-64Repldp.dll2007.100.2723.0191,33611-Jul-200903:21×86Repldp.dll2007.100.2723.0522,60011-Jul-200906:57IA-64Replmerg.exe2007.100.2723.0969,57611-Jul-200906:57IA-64Snapshot.exe10.0.2723.013,14411-Jul-200907:41×86Sql_engine_core_shared_keyfile.dll2007.100.2723.019,30411-Jul-200906:27IA-64Sqllogship.exe10.0.2723.096,10411-Jul-200907:41×86Sqlmergx.dll2007.100.2723.0428,39211-Jul-200907:42IA-64Sqltaskconnections.dll2007.100.2723.0335,70411-Jul-200907:43IA-64Txdataconvert.dll2007.100.2723.0674,64811-Jul-200907:46IA-64SQL Server 2008 Database Services Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDatabasemailengine.dll10.0.2723.075,60811-Jul-200905:51×86Databasemailprotocols.dll10.0.2723.042,85611-Jul-200905:51×86Sql_engine_core_inst_keyfile.dll2007.100.2723.019,30411-Jul-200906:27IA-64Sqlaccess.dll2007.100.2723.0398,69611-Jul-200907:41×86Sqlagent.exe2007.100.2723.01,205,60811-Jul-200907:41IA-64Sqlctr100.dll2007.100.2723.0135,01611-Jul-200907:41IA-64Sqlctr100.dll2007.100.2723.072,55211-Jul-200904:27×86Sqlscriptdowngrade.dll2007.100.2723.020,84011-Jul-200907:42IA-64Sqlscriptupgrade.dll2007.100.2723.03,383,65611-Jul-200907:42IA-64Sqlservr.exe2007.100.2723.0111,045,46411-Jul-200907:43IA-64SQL Server 2008 Database Services Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2723.0546,64811-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.analysisservices.xmla.dll10.0.2723.0227,16011-Jul-200902:48×86Microsoft.sqlserver.sqlenum.dll10.0.2723.01,083,24011-Jul-200902:55×86Msgprox.dll2007.100.2723.0202,08811-Jul-200902:57×86Msgprox.dll2007.100.2723.0534,37611-Jul-200906:40IA-64Replprov.dll2007.100.2723.01,640,79211-Jul-200906:57IA-64Replprov.dll2007.100.2723.0575,32011-Jul-200903:22×86Replrec.dll2007.100.2723.02,125,14411-Jul-200906:57IA-64Replrec.dll2007.100.2723.0789,84811-Jul-200903:22×86Replsub.dll2007.100.2723.01,111,91211-Jul-200906:57IA-64Replsub.dll2007.100.2723.0410,96811-Jul-200903:22×86Sql_common_core_keyfile.dll2007.100.2723.019,30411-Jul-200906:27IA-64Xmlsub.dll2007.100.2723.0192,36011-Jul-200904:34×86Xmlsub.dll2007.100.2723.0558,93611-Jul-200907:47IA-64SQL Server 2008 Analysis Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Msmdlocal.dll10.0.2723.023,476,56811-Jul-200902:57×86Msmdlocal.dll10.0.2723.057,543,52811-Jul-200906:41IA-64Msmdpump.dll10.0.2723.08,946,53611-Jul-200906:41IA-64Msmdspdm.dll10.0.2723.0178,02411-Jul-200906:41×86Msmdsrv.exe10.0.2723.058,887,52811-Jul-200906:41IA-64Msmgdsrv.dll10.0.2723.015,499,11211-Jul-200906:41IA-64Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Msolap100.dll10.0.2723.010,068,84011-Jul-200906:41IA-64Msolap100.dll10.0.2723.06,536,04011-Jul-200902:58×86Sql_as_keyfile.dll2007.100.2723.019,30411-Jul-200906:27IA-64SQL Server 2008 Integration Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0557,92811-Jul-200905:49IA-64Dtspipeline.dll2007.100.2723.02,020,69611-Jul-200905:58IA-64Dtswizard.exe2007.100.2723.0800,61611-Jul-200905:58IA-64Exceldest.dll2007.100.2723.0584,02411-Jul-200906:05IA-64Excelsrc.dll2007.100.2723.0641,88011-Jul-200906:05IA-64Flatfiledest.dll2007.100.2723.0951,14411-Jul-200906:07IA-64Flatfilesrc.dll2007.100.2723.0975,19211-Jul-200906:07IA-64Microsoft.sqlserver.dataprofiler.dll10.0.2723.0280,42411-Jul-200906:37×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200906:38×86Oledbdest.dll2007.100.2723.0586,07211-Jul-200906:47IA-64Oledbsrc.dll2007.100.2723.0653,67211-Jul-200906:47IA-64Sql_is_keyfile.dll2007.100.2723.019,30411-Jul-200906:27IA-64Sqldest.dll2007.100.2723.0602,98411-Jul-200907:41IA-64Sqltaskconnections.dll2007.100.2723.0335,70411-Jul-200907:43IA-64Txdataconvert.dll2007.100.2723.0674,64811-Jul-200907:46IA-64Txgroupdups.dll2007.100.2723.0941,91211-Jul-200907:46IA-64SQL Server 2008 Reporting Services
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.adomdclient.dll10.0.2723.0546,64811-Jul-200902:47×86Microsoft.analysisservices.controls.dll10.0.2723.03,233,62411-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.reportingservices.chartwebcontrol.dll10.0.2723.02,828,12011-Jul-200902:49×86Microsoft.reportingservices.chartwincontrol.dll10.0.2723.03,827,54411-Jul-200902:49×86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.2723.0563,03211-Jul-200902:49×86Microsoft.reportingservices.datarendering.dll10.0.2723.083,80011-Jul-200902:49×86Microsoft.reportingservices.designer.controls.dll10.0.2723.012,433,24011-Jul-200902:49×86Microsoft.reportingservices.diagnostics.dll10.0.2723.0903,00011-Jul-200902:49×86Microsoft.reportingservices.hpbprocessing.dll10.0.2723.0284,50411-Jul-200902:49×86Microsoft.reportingservices.htmlrendering.dll10.0.2723.0198,48811-Jul-200902:49×86Microsoft.reportingservices.imagerendering.dll10.0.2723.0145,24011-Jul-200902:49×86Microsoft.reportingservices.processingcore.dll10.0.2723.04,339,54411-Jul-200902:50×86Microsoft.reportingservices.reportpreview.dll10.0.2723.0567,12811-Jul-200902:50×86Microsoft.reportingservices.richtext.dll10.0.2723.0104,28011-Jul-200902:50×86Microsoft.reportingservices.spbprocessing.dll10.0.2723.0247,64011-Jul-200902:50×86Microsoft.reportingservices.wordrendering.dll10.0.2723.0227,17611-Jul-200902:50×86Msmgdsrv.dll10.0.2723.015,499,11211-Jul-200906:41IA-64Reportingserviceslibrary.dll10.0.2723.01,324,88811-Jul-200903:22×86Reportingservicesservice.exe2007.100.2723.03,396,95211-Jul-200906:57IA-64Sql_rs_keyfile.dll2007.100.2723.019,30411-Jul-200906:27IA-64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCommanddest.dll2007.100.2723.0164,69611-Jul-200901:18×86Datacollectorenumerators.dll2007.100.2723.069,46411-Jul-200901:20×86Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Microsoft.datatransformationservices.design.dll10.0.2723.04,233,04811-Jul-200902:48×86Microsoft.reportingservices.diagnostics.dll10.0.2723.0903,00011-Jul-200902:49×86Microsoft.sqlserver.dataprofiler.dll10.0.2723.0280,40811-Jul-200902:52×86Microsoft.sqlserver.dmf.dll10.0.2723.0296,79211-Jul-200902:52×86Microsoft.sqlserver.maintenanceplantasksui.dll10.0.2723.0759,65611-Jul-200902:53×86Microsoft.sqlserver.management.reports.dll10.0.2723.08,968,04011-Jul-200902:54×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Objectexplorer.dll10.0.2723.03,237,72011-Jul-200903:04×86Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Sql_ssms_keyfile.dll2007.100.2723.019,30411-Jul-200906:27IA-64Sqldest.dll2007.100.2723.0180,07211-Jul-200904:27×86Sqlmanagerui.dll10.0.2723.07,559,00011-Jul-200904:28×86Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86Txgroupdups.dll2007.100.2723.0258,40811-Jul-200904:33×86SQL Server 2008 Tools and Workstation Components
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDtspipeline.dll2007.100.2723.02,020,69611-Jul-200905:58IA-64Dtspipeline.dll2007.100.2723.0694,10411-Jul-200901:35×86Dtswizard.exe2007.100.2723.0800,61611-Jul-200905:58IA-64Dtswizard.exe2007.100.2723.0804,69611-Jul-200901:35×86Exceldest.dll2007.100.2723.0173,40011-Jul-200901:50×86Exceldest.dll2007.100.2723.0584,02411-Jul-200906:05IA-64Excelsrc.dll2007.100.2723.0183,12811-Jul-200901:50×86Excelsrc.dll2007.100.2723.0641,88011-Jul-200906:05IA-64Flatfiledest.dll2007.100.2723.0276,32811-Jul-200901:52×86Flatfiledest.dll2007.100.2723.0951,14411-Jul-200906:07IA-64Flatfilesrc.dll2007.100.2723.0283,99211-Jul-200901:52×86Flatfilesrc.dll2007.100.2723.0975,19211-Jul-200906:07IA-64Microsoft.analysisservices.controls.dll10.0.2723.03,233,62411-Jul-200902:47×86Microsoft.analysisservices.dll10.0.2723.01,316,69611-Jul-200902:48×86Microsoft.sqlserver.pipelinehost.dll10.0.2723.071,51211-Jul-200902:55×86Msmdlocal.dll10.0.2723.023,476,56811-Jul-200902:57×86Msmdlocal.dll10.0.2723.057,543,52811-Jul-200906:41IA-64Msmgdsrv.dll10.0.2723.015,499,11211-Jul-200906:41IA-64Msmgdsrv.dll10.0.2723.08,567,14411-Jul-200902:57×86Msolap100.dll10.0.2723.010,068,84011-Jul-200906:41IA-64Msolap100.dll10.0.2723.06,536,04011-Jul-200902:58×86Oledbdest.dll2007.100.2723.0173,91211-Jul-200903:04×86Oledbdest.dll2007.100.2723.0586,07211-Jul-200906:47IA-64Oledbsrc.dll2007.100.2723.0186,71211-Jul-200903:04×86Oledbsrc.dll2007.100.2723.0653,67211-Jul-200906:47IA-64Sql_tools_keyfile.dll2007.100.2723.019,30411-Jul-200906:27IA-64Sqltaskconnections.dll2007.100.2723.0113,49611-Jul-200904:29×86Sqltaskconnections.dll2007.100.2723.0335,70411-Jul-200907:43IA-64Txdataconvert.dll2007.100.2723.0206,68011-Jul-200904:33×86Txdataconvert.dll2007.100.2723.0674,64811-Jul-200907:46IA-64

Cumulative update package 2 for SQL Server 2008

Symptoms
Cumulative Update 2 contains hotfixes for the Microsoft SQL Server 2008 issues that have been fixed since the release of SQL Server 2008.
Note This build of the cumulative update package is also known as build 10.00.1779.00.
We recommend that you test hotfixes before you deploy them in a production environment. Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2008 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
956909?(http://support.microsoft.com/kb/956909/) The SQL Server 2008 builds that were released after SQL Server 2008 was released
Important notes about the cumulative update packageSQL Server 2008 hotfixes are now multilanguage. Therefore, there is only one cumulative hotfix package for all languages.One cumulative hotfix package includes all the component packages. The cumulative update package updates only those components that are installed on the system.
Resolution
How to obtain Cumulative Update 2 for SQL Server 2008 A supported cumulative update package is now available from Microsoft. However, it is intended to correct only the problems that are described in this article. Apply it only to systems that are experiencing these specific problems. This cumulative update package may receive additional testing. Therefore, if you are not severely affected by any of these problems, we recommend that you wait for the next SQL Server 2008 service pack that contains the hotfixes in this cumulative update package.
If the cumulative update is available for download, there is a “Hotfix download available” section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the cumulative update package.
Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific cumulative update package. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support(http://support.microsoft.com/contactus/?ws=support)
SQL Server 2008 hotfixes that are included in Cumulative Update 2 for SQL Server 2008
Microsoft Knowledge Base articles that discuss these hotfixes will be released as they become available.
For more information about the SQL Server bugs, click the following article numbers to view the articles in the Microsoft Knowledge Base:
Collapse this tableExpand this table
SQL Hotfix bug numberKB article numberDescription50003172959783?(http://support.microsoft.com/kb/959783/)FIX: A deadlock occurs when you implement DDL statements against the partitions that are defined in a partitioned table in SQL Server 200850003229945127?(http://support.microsoft.com/kb/945127/)FIX: You may still experience the performance issue that is described in KB article 940945 after you install Cumulative Update 3 for SQL Server 2005 Service Pack 250003353957812?(http://support.microsoft.com/kb/957812/)FIX: You cannot merge a publication that has spatial types that include large values with a SQL Server CE subscriber50003372956216?(http://support.microsoft.com/kb/956216/)FIX: The Transact-SQL debugger automatically saves changes to a script file when you run the script in debugging mode in SQL Server 2008 Management Studio50003413959889?(http://support.microsoft.com/kb/959889/)FIX: When you try to install a failover instance, the unsupported X86 option is available for you to select on the options landing page in SQL Server 200850003417959767?(http://support.microsoft.com/kb/959767/)FIX: Memory consumption by MEMORYCLERK_SOSNODEand USERSTORE_SCHEMAMANAGER may cause a performance slowdown of a SQL Server 2008 database50003451959768?(http://support.microsoft.com/kb/959768/)FIX: Writeback to a measure group is not reflected in a linked measure group50003457957815?(http://support.microsoft.com/kb/957815/)FIX: A SQL Server 2008 query returns incorrect results when you create a spatial index in a table that contains a composite primary key50003504959769?(http://support.microsoft.com/kb/959769/)FIX: A DMX prediction query returns incorrect results when you query a logistic regression model in SQL Server 2008 Analysis Services50003529959770?(http://support.microsoft.com/kb/959770/)FIX: Column data is incorrect when a lot of data is processed by the SSIS Fuzzy Grouping transformation50003541959771?(http://support.microsoft.com/kb/959771/)FIX: Excel 2007 cannot connect to an OLAP cube on a server that is running SQL Server 200550003542959773?(http://support.microsoft.com/kb/959773/)FIX: When you use Excel 2007 Service Pack 2 to make a subselect query with calculated members, the query returns unexpected error50003543959774?(http://support.microsoft.com/kb/959774/)FIX: The Excel 2007 Filter function does not evaluate calculated members so that Excel PivotTable advanced filters return unexpected results50003562959776?(http://support.microsoft.com/kb/959776/)FIX: Visual Studio 2008 stops responding when you leave a SQL Server 2008 Analysis Services-based database project idle for some time50003580958479?(http://support.microsoft.com/kb/958479/)FIX: Error message when you try to export a SQL Server 2008 Reporting Services report by using Report Manager: “Internet Explorer cannot download <ReportName>.xls from <URL>”50003600959788?(http://support.microsoft.com/kb/959788/)FIX: In SQL Server 2008, Dr. Watson error information is not posted in the Problem Reports and Solutions window if setup fails50003601959792?(http://support.microsoft.com/kb/959792/)FIX: Some screens in the Cumulative Update 1 for Microsoft SQL Server 2008 setup contain incorrect information50003608959794?(http://support.microsoft.com/kb/959794/)FIX: Error message when you use a SQL Server 2008 SSIS package to query a table in an Oracle database: “SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR”50003611958611?(http://support.microsoft.com/kb/958611/)FIX: You may receive incorrect results when you run a query that references three or more tables in the FROM clause in SQL Server 200850003617958599?(http://support.microsoft.com/kb/958599/)FIX: The output from the DBCC MEMORYSTATUS command indicates that the Schema Manager cache uses more buffer space than expected in SQL Server 200850003623958496?(http://support.microsoft.com/kb/958496/)FIX: You receive error code 18834 from Replication Log Reader agent when transactional replication starts in SQL Server 200850003626956031?(http://support.microsoft.com/kb/956031/)FIX: Error message when you estimate the compression on a table in SQL Server 2008: “Subquery returned more than 1 value”50003627959796?(http://support.microsoft.com/kb/959796/)FIX: An ODBC function sequence error occurs when you try to send a table-valued parameter by using the data-at-execution mechanism in SQL Server 200850003644959780?(http://support.microsoft.com/kb/959780/)FIX: When an AMO object is used in the SQL Server 2008 CLR stored procedure to create or update Analysis Services objects, the stored procedure may fail50003660958757?(http://support.microsoft.com/kb/958757/)FIX: You cannot use the SQL Server 2008 SMO to manage certificates in Microsoft SQL Server 2005 and 200050003661958758?(http://support.microsoft.com/kb/958758/)FIX: Full-text search functionality does not work in SQL Server 2008 Express Edition50003662958759?(http://support.microsoft.com/kb/958759/)FIX: The recovery model is different when you create a new database by using SSMS50003665958762?(http://support.microsoft.com/kb/958762/)FIX: When you delete a maintenance plan in a restored SQL Server 2008 database, the maintenance plan is also deleted on the server from which the database was originally backed up50003668958790?(http://support.microsoft.com/kb/958790/)FIX: Management Studio: When you try to generate a “Drop Table” script SQL Server Management Studio generates a “Create Table” script instead50003669958792?(http://support.microsoft.com/kb/958792/)FIX: You cannot rebuild an index by using the REBUILD argument together with the ALTER TABLE statement or the ALTER INDEX statement if the table uses Sparse Columns as defined in SQL Server Management Studio50003670958793?(http://support.microsoft.com/kb/958793/)FIX: Generate script wizard is missing tables when the source database is case-insensitive50003675958214?(http://support.microsoft.com/kb/958214/)FIX: Query could return incorrect results if a passthrough predicate is used with a filter in its query plan50003676958208?(http://support.microsoft.com/kb/958208/)FIX: When you call the SQLExecute function to run a query after you set the SQL_ATTR_ROW_ARRAY_SIZE attribute, you may obtain incorrect results in SQL Server 200850003684959798?(http://support.microsoft.com/kb/959798/)FIX: A query that uses a DMV to query the sys.dm_os_performance_counters seems to stop responding in SQL Server 200850003690958918?(http://support.microsoft.com/kb/958918/)FIX: The setup of SQL Server 2008 may not be successful50003693958941?(http://support.microsoft.com/kb/958941/)FIX: The “Most Expensive Queries” chart in the Activity Monitor does not show database name or database ID number on a server that is running SQL Server 200850003695958942?(http://support.microsoft.com/kb/958942/)FIX: Activity Monitor shows high wait times when the FSAgent wait type is enabled on a server that is running SQL Server 200850003696958943?(http://support.microsoft.com/kb/958943/)FIX: The Database or Task State columns may be blank for some processes in Process chart of Activity Monitory on a server that is running SQL Server 200850003697959782?(http://support.microsoft.com/kb/959782/)FIX: You cannot access Books Online help from the Activity Monitor feature in SQL Server 2008 when you press F150003699959801?(http://support.microsoft.com/kb/959801/)FIX: When you try to patch SQL Server 2008, the patch for SQL Support is not successful50003700959800?(http://support.microsoft.com/kb/959800/)FIX: When you try to install Business Intelligence Development Studio in SQL Server 2008, the installation may not be successful50003701954950?(http://support.microsoft.com/kb/954950/)FIX: Error message when you run a distributed query in SQL Server 2005 or SQL Server 2008: “OLE DB provider ‘SQLNCLI’ for linked server ‘<Linked Server>’ returned message ‘No transaction is active’”50003706959795?(http://support.microsoft.com/kb/959795/)FIX: The License Terms screen of the Setup program for Cumulative Update 1 for SQL Server 2008 incorrectly states “To install Service Pack”50003715959376?(http://support.microsoft.com/kb/959376/)FIX: Error message when you run the DBCC SHRINKFILE command or the DBCC SHRINKDATABASE command on a server that contains a SQL Server 2008 database: “5205 : DBCC SHRINKFILE: Moving Page <FileId>:<PageId> failed”50003717959790?(http://support.microsoft.com/kb/959790/)FIX: Database Engine Tuning Advisor in SQL Server 2008 does not recommend any index to analyze a query50003724956298?(http://support.microsoft.com/kb/956298/)FIX: When you download the Report Builder ClickOnce application of SQL Server 2005 Reporting Services or SQL Server 2008 Reporting Services, the Reportbuilder.chm.deploy file is downloaded as the text/html content type instead of the application/octet-str50003728956254?(http://support.microsoft.com/kb/956254/)FIX: You may obtain an incorrect result when you use a cursor to perform DML operations on a table that does not have a clustered index in SQL Server 2008 or in SQL Server 200550003732959789?(http://support.microsoft.com/kb/959789/)FIX: Error message when you run the snapshot agent on a replication of a stored procedure in SQL Server 2005: “The Name property cannot have a value of @param_name for this version of SQL Server” 50003735956889?(http://support.microsoft.com/kb/956889/)FIX: Error message when you run the snapshot agent on a replication of a stored procedure in SQL Server 2005 or in SQL Server 2008: “The Name property cannot have a value of @param_name for this version of SQL Server”50003736959032?(http://support.microsoft.com/kb/959032/)FIX: A peer-to-peer transactional replication does not replicate rows if you rebuild the index for a published table at the same time as you insert data in the published table in SQL Server 200550003741958555?(http://support.microsoft.com/kb/958555/)FIX: A SQL Server Agent job that creates a ServerXMLHTTP object by using an ActiveX script remains in the Executing status and is never completed in SQL Server 200550003750958006?(http://support.microsoft.com/kb/958006/)FIX: The size of the SQL Server 2005 error log file grows very quickly when query notifications are created and destroyed in a high ratio 50003792959785?(http://support.microsoft.com/kb/959785/)FIX: Error message when you try to add articles to a publication that uses an Oracle Database 11g database as the publisher in SQL Server 2008: “Constraint column ‘<ColumnName>’ not found in table ‘<TableName>’”50003796959784?(http://support.microsoft.com/kb/959784/)FIX: Error message when you synchronize data for a transactional publication in SQL Server 2008: “Procedure or function ’sp_MSins_dbo<TableName>_msrepl_ccs’ expects parameter ‘@c7′, which was not supplied”
Cumulative update package informationPrerequisitesThere are no prerequisites for installing this cumulative update package.Restart informationYou may have to restart the computer after you apply this cumulative update.Registry informationTo use one of the hotfixes in this package, you do not have to make any changes to the registry.
Cumulative update package file informationThis cumulative update may not contain all the files that you must have to fully update a product to the latest build. This cumulative update 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 has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.32-bit versionSQL ServerDatabase Services 2008 Core Shared
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformDistrib.exe2007.100.1779.076,12814-Nov-200809:31X86Dtspipeline.dll2007.100.1779.0695,13614-Nov-200809:31X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-200809:41X86Microsoft.sqlserver.connectioninfo.dll10.0.1779.0150,36814-Nov-200809:46X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-200809:47X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-200809:47X86Microsoft.sqlserver.management.collectortasks.dll10.0.1779.084,83214-Nov-200809:47X86Microsoft.sqlserver.replication.dll2007.100.1779.01,766,75214-Nov-200809:47X86Microsoft.sqlserver.smo.dll10.0.1779.02,861,92014-Nov-200809:47X86Microsoft.sqlserver.smoextended.dll10.0.1779.0183,13614-Nov-200809:47X86Microsoft.sqlserver.sqlenum.dll10.0.1779.01,063,77614-Nov-200809:47X86Rdistcom.dll2007.100.1779.0650,08014-Nov-200813:10X86Replmerg.exe2007.100.1779.0342,36814-Nov-200813:10X86Snapshot.exe10.0.1779.014,17614-Nov-200813:13X86Sql_engine_core_shared_keyfile.dll2007.100.1779.014,68814-Nov-200809:40X86Sqlmergx.dll2007.100.1779.0193,88814-Nov-200813:13X86SQL Server Database Services 2008 Core Instance
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAtxcore.dll2007.100.1779.027,48814-Nov-200809:30X86Datacollectorcontroller.dll2007.100.1779.0135,52014-Nov-200809:30X86Mssqlsystemresource.ldfNot applicable524,28813-Nov-200810:36Not applicableMssqlsystemresource.mdfNot applicable63,307,77613-Nov-200810:36Not applicableSql_engine_core_inst_keyfile.dll2007.100.1779.014,68814-Nov-200809:40X86Sqlagent.exe2007.100.1779.0367,96814-Nov-200813:13X86Sqlos.dll2007.100.1779.015,71214-Nov-200813:13X86Sqlservr.exe2007.100.1779.041,290,59214-Nov-200813:13X86SQL Server Database Services 2008 Common Core
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1779.01,317,72814-Nov-200809:41X86Microsoft.sqlserver.connectioninfo.dll10.0.1779.0150,36814-Nov-200809:46X86Microsoft.sqlserver.smo.dll10.0.1779.02,861,92014-Nov-200809:47X86Microsoft.sqlserver.smoextended.dll10.0.1779.0183,13614-Nov-200809:47X86Microsoft.sqlserver.sqlenum.dll10.0.1779.01,063,77614-Nov-200809:47X86Msgprox.dll2007.100.1779.0202,59214-Nov-200809:52X86Replprov.dll2007.100.1779.0576,35214-Nov-200813:10X86Replrec.dll2007.100.1779.0790,88014-Nov-200813:10X86Replsub.dll2007.100.1779.0411,48814-Nov-200813:10X86Sql_common_core_keyfile.dll2007.100.1779.014,68814-Nov-200809:40X86Svrenumapi100.dll2007.100.1779.0756,57614-Nov-200813:13X86Xmlsub.dll2007.100.1779.0193,37614-Nov-200813:13X86SQL Server Business Intelligence Development Studio 2008
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDataprofileviewer.exe10.0.1779.0314,20814-Nov-200809:30X86Dtspipeline.dll2007.100.1779.0695,13614-Nov-200809:31X86Microsoft.analysisservices.dll10.0.1779.01,317,72814-Nov-200809:41X86Microsoft.analysisservices.viewers.dll10.0.1779.01,002,33614-Nov-200809:41X86Microsoft.datatransformationservices.design.dll10.0.1779.04,234,08014-Nov-200809:41X86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1779.0564,06414-Nov-200809:41X86Microsoft.reportingservices.diagnostics.dll10.0.1779.0899,93614-Nov-200809:41X86Microsoft.reportingservices.hpbprocessing.dll10.0.1779.0285,53614-Nov-200809:41X86Microsoft.reportingservices.htmlrendering.dll10.0.1779.0195,42414-Nov-200809:41X86Microsoft.reportingservices.imagerendering.dll10.0.1779.0142,17614-Nov-200809:41X86Microsoft.reportingservices.processingcore.dll10.0.1779.04,340,57614-Nov-200809:41X86Microsoft.reportingservices.processingobjectmodel.dll10.0.1779.093,02414-Nov-200809:41X86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1779.0830,30414-Nov-200809:41X86Microsoft.reportingservices.richtext.dll10.0.1779.0101,21614-Nov-200809:41X86Microsoft.reportingservices.spbprocessing.dll10.0.1779.0244,57614-Nov-200809:41X86Microsoft.reportingservices.wordrendering.dll10.0.1779.0228,19214-Nov-200809:41X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-200809:41X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-200809:47X86Msmdlocal.dll10.0.1779.023,455,07214-Nov-200809:52X86Msmgdsrv.dll10.0.1779.08,558,43214-Nov-200809:52X86Msolap100.dll10.0.1779.06,532,96014-Nov-200809:52X86Reportingserviceslibrary.dll10.0.1779.01,325,92014-Nov-200813:10X86Sql_bids_keyfile.dll2007.100.1779.014,68814-Nov-200809:40X86Sqlmanagerui.dll10.0.1779.07,555,93614-Nov-200813:13X86Txgroupdups.dll2007.100.1779.0259,42414-Nov-200813:13X86SQL Server Analysis Services 2008
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1779.01,317,72814-Nov-200809:41×86Msmdlocal.dll10.0.1779.023,455,07214-Nov-200809:52×86Msmdspdm.dll10.0.1779.0179,04014-Nov-200809:52×86Msmdsrv.exe10.0.1779.021,949,79214-Nov-200809:52×86Msmgdsrv.dll10.0.1779.08,558,43214-Nov-200809:52×86Msolap100.dll10.0.1779.06,532,96014-Nov-200809:52×86Sql_as_keyfile.dll2007.100.1779.014,68814-Nov-200809:40×86SQL Server Integration Services 2008
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformDtspipeline.dll2007.100.1779.0695,13614-Nov-200809:31×86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-200809:41×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-200809:47×86Sql_is_keyfile.dll2007.100.1779.014,68814-Nov-200809:40×86Txgroupdups.dll2007.100.1779.0259,42414-Nov-200813:13×86SQL Server Reporting Services 2008
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1779.0564,06414-Nov-200809:41×86Microsoft.reportingservices.diagnostics.dll10.0.1779.0899,93614-Nov-200809:41×86Microsoft.reportingservices.hpbprocessing.dll10.0.1779.0285,53614-Nov-200809:41×86Microsoft.reportingservices.htmlrendering.dll10.0.1779.0195,42414-Nov-200809:41×86Microsoft.reportingservices.imagerendering.dll10.0.1779.0142,17614-Nov-200809:41×86Microsoft.reportingservices.processingcore.dll10.0.1779.04,340,57614-Nov-200809:41×86Microsoft.reportingservices.processingobjectmodel.dll10.0.1779.093,02414-Nov-200809:41×86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1779.0830,30414-Nov-200809:41×86Microsoft.reportingservices.richtext.dll10.0.1779.0101,21614-Nov-200809:41×86Microsoft.reportingservices.spbprocessing.dll10.0.1779.0244,57614-Nov-200809:41×86Microsoft.reportingservices.wordrendering.dll10.0.1779.0228,19214-Nov-200809:41×86Msmgdsrv.dll10.0.1779.08,558,43214-Nov-200809:52×86Reportingserviceslibrary.dll10.0.1779.01,325,92014-Nov-200813:10×86Reportingservicesservice.exe2007.100.1779.01,105,24814-Nov-200813:10×86Reportingserviceswebserver.dll10.0.1779.01,903,45614-Nov-200813:10×86Reportingserviceswebuserinterface.dll10.0.1779.01,608,54414-Nov-200813:10×86Rsconfigtool.exe10.0.1779.01,207,13614-Nov-200813:12×86Sql_rs_keyfile.dll2007.100.1779.014,68814-Nov-200809:40×86SQL Server 2008 Management Studio
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformCopydatabasewizard.exe10.0.1779.0662,36814-Nov-200809:30×86Dataprofileviewer.exe10.0.1779.0314,20814-Nov-200809:30×86Dtspipeline.dll2007.100.1779.0695,13614-Nov-200809:31×86Microsoft.datatransformationservices.design.dll10.0.1779.04,234,08014-Nov-200809:41×86Microsoft.reportingservices.diagnostics.dll10.0.1779.0899,93614-Nov-200809:41×86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-200809:41×86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-200809:47×86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-200809:47×86Microsoft.sqlserver.management.collectortasks.dll10.0.1779.084,83214-Nov-200809:47×86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1779.03,292,00014-Nov-200809:47×86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1779.0392,03214-Nov-200809:47×86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1779.093,02414-Nov-200809:47×86Microsoft.sqlserver.replication.dll2007.100.1779.01,766,75214-Nov-200809:47×86Microsoft.sqlserver.sqlparser.dll10.0.1779.02,149,21614-Nov-200809:47×86Objectexplorer.dll10.0.1779.03,238,75214-Nov-200813:09×86Radlangsvc.dll10.0.1779.0121,69614-Nov-200813:10×86Rsconfigtool.exe10.0.1779.01,207,13614-Nov-200813:12×86Sql_ssms_keyfile.dll2007.100.1779.014,68814-Nov-200809:40×86Sqleditors.dll10.0.1779.01,223,52014-Nov-200813:13×86Sqlmanagerui.dll10.0.1779.07,555,93614-Nov-200813:13×86Txgroupdups.dll2007.100.1779.0259,42414-Nov-200813:13×86SQL Server Tools and Workstation Components 2008
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformAutoadmin.dll2007.100.1779.0938,84814-Nov-200809:30×86Dtspipeline.dll2007.100.1779.0695,13614-Nov-200809:31×86Microsoft.analysisservices.deployment.exe10.0.1779.0502,62414-Nov-200809:41×86Microsoft.analysisservices.dll10.0.1779.01,317,72814-Nov-200809:41×86Microsoft.analysisservices.viewers.dll10.0.1779.01,002,33614-Nov-200809:41×86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-200809:41×86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1779.0228,19214-Nov-200809:46×86Microsoft.sqlserver.configuration.sco.dll10.0.1766.01,303,57601-Oct-200802:17×86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,60001-Oct-200802:17×86Msmdlocal.dll10.0.1779.023,455,07214-Nov-200809:52×86Msmgdsrv.dll10.0.1779.08,558,43214-Nov-200809:52×86Msolap100.dll10.0.1779.06,532,96014-Nov-200809:52×86Sql_tools_keyfile.dll2007.100.1779.014,68814-Nov-200809:40×86SQL Server 2008 Native Client
Collapse this tableExpand this table
File nameFile versionFile sizeDateTimePlatformSqlncli10.dll2007.100.1779.02,458,46414-Nov-200813:13×86Sqlncli_keyfile.dll2007.100.1779.014,68814-Nov-200809:40×86x64-based versionSQL Server Database Services 2008 Core Shared
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformDistrib.exe2007.100.1779.087,90414-Nov-085:50X64Dtspipeline.dll2007.100.1779.01,087,84014-Nov-085:50X64Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-085:57X86Microsoft.sqlserver.connectioninfo.dll10.0.1779.0150,36814-Nov-089:46X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-085:57X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-089:47X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-089:47X86Microsoft.sqlserver.management.collectortasks.dll10.0.1779.084,83214-Nov-085:57X86Microsoft.sqlserver.replication.dll2007.100.1779.01,940,32014-Nov-085:57X64Microsoft.sqlserver.replication.dll2007.100.1779.01,766,75214-Nov-089:47X86Microsoft.sqlserver.smo.dll10.0.1779.02,861,92014-Nov-089:47X86Microsoft.sqlserver.smoextended.dll10.0.1779.0183,13614-Nov-089:47X86Microsoft.sqlserver.sqlenum.dll10.0.1779.01,063,77614-Nov-089:47X86Rdistcom.dll2007.100.1779.0788,32014-Nov-086:03X64Replmerg.exe2007.100.1779.0409,44014-Nov-086:03X64Snapshot.exe10.0.1779.014,17614-Nov-086:10X86Snapshot.exe10.0.1779.014,17614-Nov-0813:13X86Sql_engine_core_shared_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64Sqlmergx.dll2007.100.1779.0230,24014-Nov-086:10X64SQL Server Database Services 2008 Core Instance
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformAtxcore.dll2007.100.1779.031,58414-Nov-085:44X64Datacollectorcontroller.dll2007.100.1779.0255,84014-Nov-085:44X64Mssqlsystemresource.ldfNot applicable52428813-Nov-0810:36Not applicableMssqlsystemresource.mdfNot applicable6330777613-Nov-0810:36Not applicableSql_engine_core_inst_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64Sqlagent.exe2007.100.1779.0428,38414-Nov-086:10X64Sqlos.dll2007.100.1779.016,22414-Nov-086:10X64Sqlservr.exe2007.100.1779.057,838,43214-Nov-086:10X64SQL Server Database Services 2008 Common Core
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1779.01,317,72814-Nov-089:41X86Microsoft.sqlserver.connectioninfo.dll10.0.1779.0150,36814-Nov-085:57X86Microsoft.sqlserver.connectioninfo.dll10.0.1779.0150,36814-Nov-089:46X86Microsoft.sqlserver.smo.dll10.0.1779.02,861,92014-Nov-085:57X86Microsoft.sqlserver.smo.dll10.0.1779.02,861,92014-Nov-089:47X86Microsoft.sqlserver.smoextended.dll10.0.1779.0183,13614-Nov-085:57X86Microsoft.sqlserver.smoextended.dll10.0.1779.0183,13614-Nov-089:47X86Microsoft.sqlserver.sqlenum.dll10.0.1779.01,063,77614-Nov-085:57X86Microsoft.sqlserver.sqlenum.dll10.0.1779.01,063,77614-Nov-089:47X86Msgprox.dll2007.100.1779.0246,62414-Nov-085:57X64Msgprox.dll2007.100.1779.0202,59214-Nov-089:52X86Replprov.dll2007.100.1779.0728,41614-Nov-086:03X64Replprov.dll2007.100.1779.0576,35214-Nov-0813:10X86Replrec.dll2007.100.1779.0977,76014-Nov-086:03X64Replrec.dll2007.100.1779.0790,88014-Nov-0813:10X86Replsub.dll2007.100.1779.0492,89614-Nov-086:03X64Replsub.dll2007.100.1779.0411,48814-Nov-0813:10X86Sql_common_core_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64Svrenumapi100.dll2007.100.1779.01,018,20814-Nov-086:10X64Svrenumapi100.dll2007.100.1779.0756,57614-Nov-0813:13X86Xmlsub.dll2007.100.1779.0309,08814-Nov-086:11X64Xmlsub.dll2007.100.1779.0193,37614-Nov-0813:13X86SQL Server Business Intelligence Development Studio 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformDataprofileviewer.exe10.0.1779.0314,20814-Nov-089:30X86Dtspipeline.dll2007.100.1779.0695,13614-Nov-089:31X86Microsoft.analysisservices.dll10.0.1779.01,317,72814-Nov-089:41X86Microsoft.analysisservices.viewers.dll10.0.1779.01,002,33614-Nov-089:41X86Microsoft.datatransformationservices.design.dll10.0.1779.04,234,08014-Nov-089:41X86Microsoft.reportingservices.dataextensions.xmlaclient.dll10.0.1779.0564,06414-Nov-089:41X86Microsoft.reportingservices.diagnostics.dll10.0.1779.0899,93614-Nov-089:41X86Microsoft.reportingservices.hpbprocessing.dll10.0.1779.0285,53614-Nov-089:41X86Microsoft.reportingservices.htmlrendering.dll10.0.1779.0195,42414-Nov-089:41X86Microsoft.reportingservices.imagerendering.dll10.0.1779.0142,17614-Nov-089:41X86Microsoft.reportingservices.processingcore.dll10.0.1779.04,340,57614-Nov-089:41X86Microsoft.reportingservices.processingobjectmodel.dll10.0.1779.093,02414-Nov-089:41X86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1779.0830,30414-Nov-089:41X86Microsoft.reportingservices.richtext.dll10.0.1779.0101,21614-Nov-089:41X86Microsoft.reportingservices.spbprocessing.dll10.0.1779.0244,57614-Nov-089:41X86Microsoft.reportingservices.wordrendering.dll10.0.1779.0228,19214-Nov-089:41X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-089:41X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-089:47X86Msmdlocal.dll10.0.1779.044,450,65614-Nov-085:57X64Msmdlocal.dll10.0.1779.023,455,07214-Nov-089:52X86Msmgdsrv.dll10.0.1779.012,331,87214-Nov-085:57X64Msmgdsrv.dll10.0.1779.08,558,43214-Nov-089:52X86Msolap100.dll10.0.1779.08,153,44014-Nov-085:57X64Msolap100.dll10.0.1779.0653,296014-Nov-089:52X86Reportingserviceslibrary.dll10.0.1779.01,325,92014-Nov-0813:10X86Sql_bids_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64Sqlmanagerui.dll10.0.1779.07,555,93614-Nov-0813:13X86Txgroupdups.dll2007.100.1779.0259,42414-Nov-0813:13X86SQL Server Analysis Services 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1779.01,317,72814-Nov-089:41X86Msmdlocal.dll10.0.1779.044,450,65614-Nov-085:57X64Msmdlocal.dll10.0.1779.023,455,07214-Nov-089:52X86Msmdspdm.dll10.0.1779.0179,04014-Nov-085:57X86Msmdsrv.exe10.0.1779.043,727,20014-Nov-085:57X64Msmgdsrv.dll10.0.1779.012,331,87214-Nov-085:57X64Msmgdsrv.dll10.0.1779.08,558,43214-Nov-089:52X86Msolap100.dll10.0.1779.08,153,44014-Nov-085:57X64Msolap100.dll10.0.1779.06,532,96014-Nov-089:52X86Sql_as_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64SQL Server Integration Services 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformDtspipeline.dll2007.100.1779.01,087,84014-Nov-085:50X64Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-085:57X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-089:47X86Sql_is_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64Txgroupdups.dll2007.100.1779.0479,07214-Nov-086:11X64SQL Server Reporting Services 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1779.0564,06414-Nov-085:57X86Microsoft.reportingservices.diagnostics.dll10.0.1779.0899,93614-Nov-085:57X86Microsoft.reportingservices.hpbprocessing.dll10.0.1779.0285,53614-Nov-085:57X86Microsoft.reportingservices.htmlrendering.dll10.0.1779.0195,42414-Nov-085:57X86Microsoft.reportingservices.imagerendering.dll10.0.1779.0142,17614-Nov-085:57X86Microsoft.reportingservices.processingcore.dll10.0.1779.04,340,57614-Nov-085:57X86Microsoft.reportingservices.processingobjectmodel.dll10.0.1779.093,02414-Nov-085:57X86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1779.0830,30414-Nov-085:57X86Microsoft.reportingservices.richtext.dll10.0.1779.0101,21614-Nov-085:57X86Microsoft.reportingservices.spbprocessing.dll10.0.1779.0244,57614-Nov-085:57X86Microsoft.reportingservices.wordrendering.dll10.0.1779.0228,19214-Nov-085:57X86Msmgdsrv.dll10.0.1779.012,331,87214-Nov-085:57X64Reportingserviceslibrary.dll10.0.1779.01,325,92014-Nov-086:04X86Reportingservicesservice.exe2007.100.1779.02,043,74414-Nov-086:04X64Reportingserviceswebserver.dll10.0.1779.01,903,45614-Nov-086:04X86Reportingserviceswebuserinterface.dll10.0.1779.01,608,54414-Nov-086:04X86Rsconfigtool.exe10.0.1779.01,207,13614-Nov-0813:12X86Sql_rs_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformCopydatabasewizard.exe10.0.1779.0662,36814-Nov-089:30X86Dataprofileviewer.exe10.0.1779.0314,20814-Nov-089:30X86Dtspipeline.dll2007.100.1779.0695,13614-Nov-089:31X86Microsoft.datatransformationservices.design.dll10.0.1779.04,234,08014-Nov-089:41X86Microsoft.reportingservices.diagnostics.dll10.0.1779.0899,93614-Nov-089:41X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-089:41X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-085:57X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-089:47X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-089:47X86Microsoft.sqlserver.management.collectortasks.dll10.0.1779.084,83214-Nov-089:47X86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1779.0329,200014-Nov-089:47X86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1779.0392,03214-Nov-089:47X86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1779.093,02414-Nov-089:47X86Microsoft.sqlserver.replication.dll2007.100.1779.01,766,75214-Nov-089:47X86Microsoft.sqlserver.sqlparser.dll10.0.1779.02,149,21614-Nov-089:47X86Objectexplorer.dll10.0.1779.03,238,75214-Nov-0813:09X86Radlangsvc.dll10.0.1779.0121,69614-Nov-0813:10X86Rsconfigtool.exe10.0.1779.01,207,13614-Nov-0813:12X86Sql_ssms_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64Sqleditors.dll10.0.1779.01,223,52014-Nov-0813:13X86Sqlmanagerui.dll10.0.1779.07,555,93614-Nov-0813:13X86Txgroupdups.dll2007.100.1779.0259,42414-Nov-0813:13X86SQL Server Tools and Workstation Components 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformAutoadmin.dll2007.100.1779.0938,84814-Nov-089:30X86Dtspipeline.dll2007.100.1779.01,087,84014-Nov-085:50X64Dtspipeline.dll2007.100.1779.0695,13614-Nov-089:31X86Microsoft.analysisservices.deployment.exe10.0.1779.0502,62414-Nov-089:41X86Microsoft.analysisservices.dll10.0.1779.01,317,72814-Nov-089:41X86Microsoft.analysisservices.viewers.dll10.0.1779.01,002,33614-Nov-089:41X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-085:57X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-089:41X86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1779.0228,19214-Nov-085:57X86Microsoft.sqlserver.configuration.sco.dll10.0.1766.01,303,5761-oct-0811:20X86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,6001-oct-0811:20X86Msmdlocal.dll10.0.1779.044,450,65614-Nov-085:57X64Msmdlocal.dll10.0.1779.023,455,07214-Nov-089:52X86Msmgdsrv.dll10.0.1779.012,331,87214-Nov-085:57X64Msmgdsrv.dll10.0.1779.08,558,43214-Nov-089:52X86Msolap100.dll10.0.1779.08,153,44014-Nov-085:57X64Msolap100.dll10.0.1779.06,532,96014-Nov-089:52X86Sql_tools_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64SQL Server 2008 Native Client
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformSqlncli10.dll2007.100.1779.03,156,83214-Nov-086:10X64Sqlncli10.dll2007.100.1779.02,458,46414-Nov-0813:13X86Sqlncli_keyfile.dll2007.100.1779.015,20014-Nov-085:57X64Itanium-architecture versionSQL Server Database Services 2008 Core Shared
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformDistrib.exe2007.100.1779.0206,68814-Nov-085:12Ia64Dtspipeline.dll2007.100.1779.02,021,72814-Nov-085:12Ia64Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-085:18X86Microsoft.sqlserver.connectioninfo.dll10.0.1779.0150,36814-Nov-089:46X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-085:18X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-089:47X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-089:47X86Microsoft.sqlserver.management.collectortasks.dll10.0.1779.084,83214-Nov-085:18X86Microsoft.sqlserver.replication.dll2007.100.1779.02,657,63214-Nov-085:18Ia64Microsoft.sqlserver.replication.dll2007.100.1779.01,766,75214-Nov-089:47X86Microsoft.sqlserver.smo.dll10.0.1779.02,861,92014-Nov-089:47X86Microsoft.sqlserver.smoextended.dll10.0.1779.0183,13614-Nov-089:47X86Microsoft.sqlserver.sqlenum.dll10.0.1779.01,063,77614-Nov-089:47X86Rdistcom.dll2007.100.1779.01,830,75214-Nov-085:19Ia64Replmerg.exe2007.100.1779.0970,59214-Nov-085:25Ia64Snapshot.exe10.0.1779.014,17614-Nov-085:32X86Snapshot.exe10.0.1779.014,17614-Nov-0813:13X86Sql_engine_core_shared_keyfile.dll2007.100.1779.020,32014-Nov-085:18Ia64Sqlmergx.dll2007.100.1779.0429,40814-Nov-085:32Ia64SQL Server Database Services 2008 Core Instance
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformAtxcore.dll2007.100.1779.060,25614-Nov-085:11Ia64Datacollectorcontroller.dll2007.100.1779.0471,90414-Nov-085:11Ia64Mssqlsystemresource.ldfNot applicable52428813-Nov-0810:36Not applicableMssqlsystemresource.mdfNot applicable6330777613-Nov-0810:36Not applicableSql_engine_core_inst_keyfile.dll2007.100.1779.020,32014-Nov-085:18Ia64Sqlagent.exe2007.100.1779.01,202,01614-Nov-085:32Ia64Sqlos.dll2007.100.1779.023,39214-Nov-085:32Ia64Sqlservr.exe2007.100.1779.0110,958,43214-Nov-085:32Ia64SQL Server Database Services 2008 Common Core
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1779.01,317,72814-Nov-089:41X86Microsoft.sqlserver.connectioninfo.dll10.0.1779.0150,36814-Nov-085:18X86Microsoft.sqlserver.connectioninfo.dll10.0.1779.0150,36814-Nov-089:46X86Microsoft.sqlserver.smo.dll10.0.1779.0286,192014-Nov-085:18X86Microsoft.sqlserver.smo.dll10.0.1779.02,861,92014-Nov-089:47X86Microsoft.sqlserver.smoextended.dll10.0.1779.0183,13614-Nov-085:18X86Microsoft.sqlserver.smoextended.dll10.0.1779.0183,13614-Nov-089:47X86Microsoft.sqlserver.sqlenum.dll10.0.1779.01,063,77614-Nov-085:18X86Microsoft.sqlserver.sqlenum.dll10.0.1779.01,063,77614-Nov-089:47X86Msgprox.dll2007.100.1779.0534,36814-Nov-085:19Ia64Msgprox.dll2007.100.1779.0202,59214-Nov-089:52X86Replprov.dll2007.100.1779.01,641,82414-Nov-085:25Ia64Replprov.dll2007.100.1779.0576,35214-Nov-0813:10X86Replrec.dll2007.100.1779.02,125,15214-Nov-085:25Ia64Replrec.dll2007.100.1779.0790,88014-Nov-0813:10X86Replsub.dll2007.100.1779.01,112,92814-Nov-085:25Ia64Replsub.dll2007.100.1779.0411,48814-Nov-0813:10X86Sql_common_core_keyfile.dll2007.100.1779.020,32014-Nov-085:18Ia64Svrenumapi100.dll2007.100.1779.02697,56814-Nov-085:32Ia64Svrenumapi100.dll2007.100.1779.0756,57614-Nov-0813:13X86Xmlsub.dll2007.100.1779.0559,96814-Nov-085:32Ia64Xmlsub.dll2007.100.1779.0193,37614-Nov-0813:13X86SQL Server Analysis Services 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformMicrosoft.analysisservices.dll10.0.1779.01,317,72814-Nov-089:41X86Msmdlocal.dll10.0.1779.057,505,12014-Nov-085:19Ia64Msmdlocal.dll10.0.1779.023,455,07214-Nov-089:52X86Msmdspdm.dll10.0.1779.0179,04014-Nov-085:19X86Msmdsrv.exe10.0.1779.058,845,53614-Nov-085:19Ia64Msmgdsrv.dll10.0.1779.015,483,74414-Nov-085:19Ia64Msmgdsrv.dll10.0.1779.08,558,43214-Nov-089:52X86Msolap100.dll10.0.1779.010,063,20014-Nov-085:19Ia64Msolap100.dll10.0.1779.06,532,96014-Nov-089:52X86Sql_as_keyfile.dll2007.100.1779.020,32014-Nov-085:18Ia64SQL Server Integration Services 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformDtspipeline.dll2007.100.1779.02,021,72814-Nov-085:12Ia64Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-085:18X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-089:47X86Sql_is_keyfile.dll2007.100.1779.020,32014-Nov-085:18Ia64Txgroupdups.dll2007.100.1779.0942,94414-Nov-085:32Ia64SQL Server Reporting Services 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformMicrosoft.reportingservices.dataextensions.xmlaclient.dll10.0.1779.0564,06414-Nov-085:18X86Microsoft.reportingservices.diagnostics.dll10.0.1779.0899,93614-Nov-085:18X86Microsoft.reportingservices.hpbprocessing.dll10.0.1779.0285,53614-Nov-085:18X86Microsoft.reportingservices.htmlrendering.dll10.0.1779.0195,42414-Nov-085:18X86Microsoft.reportingservices.imagerendering.dll10.0.1779.0142,17614-Nov-085:18X86Microsoft.reportingservices.processingcore.dll10.0.1779.04,340,57614-Nov-085:18X86Microsoft.reportingservices.processingobjectmodel.dll10.0.1779.093,02414-Nov-085:18X86Microsoft.reportingservices.rdlobjectmodel.dll10.0.1779.0830,30414-Nov-085:18X86Microsoft.reportingservices.richtext.dll10.0.1779.0101,21614-Nov-085:18X86Microsoft.reportingservices.spbprocessing.dll10.0.1779.0244,57614-Nov-085:18X86Microsoft.reportingservices.wordrendering.dll10.0.1779.0228,19214-Nov-085:18X86Msmgdsrv.dll10.0.1779.015,483,74414-Nov-085:19Ia64Reportingserviceslibrary.dll10.0.1779.01,325,92014-Nov-085:25X86Reportingservicesservice.exe2007.100.1779.03,359,07214-Nov-085:25Ia64Reportingserviceswebserver.dll10.0.1779.01,903,45614-Nov-085:25X86Reportingserviceswebuserinterface.dll10.0.1779.01,608,54414-Nov-085:25X86Rsconfigtool.exe10.0.1779.01,207,13614-Nov-0813:12X86Sql_rs_keyfile.dll2007.100.1779.020,32014-Nov-085:18Ia64SQL Server 2008 Management Studio
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformCopydatabasewizard.exe10.0.1779.0662,36814-Nov-089:30X86Dataprofileviewer.exe10.0.1779.0314,20814-Nov-089:30X86Dtspipeline.dll2007.100.1779.0695,13614-Nov-089:31X86Microsoft.datatransformationservices.design.dll10.0.1779.04,234,08014-Nov-089:41X86Microsoft.reportingservices.diagnostics.dll10.0.1779.0899,93614-Nov-089:41X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-089:41X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-085:18X86Microsoft.sqlserver.dmf.dll10.0.1779.0293,72814-Nov-089:47X86Microsoft.sqlserver.maintenanceplantasks.dll10.0.1779.0297,82414-Nov-089:47X86Microsoft.sqlserver.management.collectortasks.dll10.0.1779.084,83214-Nov-089:47X86Microsoft.sqlserver.management.datacollectionuitasks.dll10.0.1779.03,292,00014-Nov-089:47X86Microsoft.sqlserver.management.resourcemonitorwidgets.dll10.0.1779.0392,03214-Nov-089:47X86Microsoft.sqlserver.management.sqlstudio.resourcemonitor.dll10.0.1779.093,02414-Nov-089:47X86Microsoft.sqlserver.replication.dll2007.100.1779.01,766,75214-Nov-089:47X86Microsoft.sqlserver.sqlparser.dll10.0.1779.02,149,21614-Nov-089:47X86Objectexplorer.dll10.0.1779.03,238,75214-Nov-0813:09X86Radlangsvc.dll10.0.1779.0121,69614-Nov-0813:10X86Rsconfigtool.exe10.0.1779.01,207,13614-Nov-0813:12X86Sql_ssms_keyfile.dll2007.100.1779.020,32014-Nov-085:18Ia64Sqleditors.dll10.0.1779.01,223,52014-Nov-0813:13X86Sqlmanagerui.dll10.0.1779.07,555,93614-Nov-0813:13X86Txgroupdups.dll2007.100.1779.0259,42414-Nov-0813:13X86SQL Server Tools and Workstation Components 2008
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformAutoadmin.dll2007.100.1779.0938,84814-Nov-089:30X86Dtspipeline.dll2007.100.1779.02,021,72814-Nov-085:12Ia64Dtspipeline.dll2007.100.1779.0695,13614-Nov-089:31X86Microsoft.analysisservices.deployment.exe10.0.1779.0502,62414-Nov-089:41X86Microsoft.analysisservices.dll10.0.1779.01,317,72814-Nov-089:41X86Microsoft.analysisservices.viewers.dll10.0.1779.01,002,33614-Nov-089:41X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-085:18X86Microsoft.sqlserver.adonetsrc.dll10.0.1779.068,44814-Nov-089:41X86Microsoft.sqlserver.chainer.infrastructure.dll10.0.1779.0228,19214-Nov-085:18X86Microsoft.sqlserver.configuration.sco.dll10.0.1766.01,303,5761-oct-089:16X86Microsoft.sqlserver.configuration.sstring.dll10.0.1766.024,6001-oct-089:16X86Msmdlocal.dll10.0.1779.057,505,12014-Nov-085:19Ia64Msmdlocal.dll10.0.1779.023,455,07214-Nov-089:52X86Msmgdsrv.dll10.0.1779.015,483,74414-Nov-085:19Ia64Msmgdsrv.dll10.0.1779.08,558,43214-Nov-089:52X86Msolap100.dll10.0.1779.010,063,20014-Nov-085:19Ia64Msolap100.dll10.0.1779.06,532,96014-Nov-089:52X86Sql_tools_keyfile.dll2007.100.1779.020,32014-Nov-085:18Ia64SQL Server 2008 Native Client
Collapse this tableExpand this table
File NameFile VersionFile SizeDateTimePlatformSqlncli10.dll2007.100.1779.0634864014-Nov-085:32Ia64Sqlncli10.dll2007.100.1779.0245846414-Nov-0813:13X86Sqlncli_keyfile.dll2007.100.1779.02032014-Nov-085:18Ia64