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)"
Microsoft distributes Microsoft SQL Server 2005 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005 fix release.
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.
In SQL 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)
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 release
Cumulative update (version of SQL Server)
Resolution
SQL Server 2005 SP2
9.00.3325 to 9.00.3329
Apply SQL Server 2005 SP2 Cumulative update package 15.
SQL Server 2005 SP3
9.00.4220 to 9.00.4228
Apply SQL Server 2005 SP3 Cumulative update package 5.
The release version of SQL Server 2008
10.00.1806 to 10.00.1813
Apply 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 SP1
10.00.2714 to 10.00.2725
Apply the individual hotfix for the SQL 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 information
SQL 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 Update 15 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:
Cumulative update package 15 for SQL Server 2005 Service Pack 2
Note 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:
The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released
Microsoft SQL Server 2005 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 2 hotfix to an installation of SQL Server 2005 Service Pack 2. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.
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 Update 5 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:
Cumulative update package 5 for SQL Server 2005 Service Pack 3
Note 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:
The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 3 was released
Microsoft SQL Server 2005 hotfixes 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 2008
Important 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:
Note 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:
The SQL Server 2008 builds that were released after SQL Server 2008 was released
SQL Server 2008 Service Pack 1
Important 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 Update 4 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:
Cumulative update package 4 for SQL Server 2008 Service Pack 1
Note 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:
The SQL Server 2008 builds that were released after SQL Server 2008 Service Pack 1 was released
Microsoft SQL Server 2008 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2008 Service Pack 1 hotfix to an installation of SQL Server 2008 Service Pack 1. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.
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:
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.
Prerequisites
To apply this hotfix, your computer must be running SQL Server 2005 Service Pack 3.
Registry information
To use the hotfix in this package, you do not have to make any changes to the registry.
Restart requirement
You do not have to restart the computer after you apply this hotfix.
Hotfix replacement information
This hotfix does not replace a previously released hotfix.
File information
The 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 may change when you perform certain operations on the files.
SQL Server 2005, x86-based versions
Collapse this tableExpand this table
File name
File version
File size
Date
Time
Platform
Atxcore90.dll
2005.90.4229.0
23,384
29-Jul-2009
19:08
x86
Chsbrkr.dll
12.0.9730.0
1,682,272
23-Apr-2009
03:10
x86
Chtbrkr.dll
12.0.9730.0
6,110,048
23-Apr-2009
03:10
x86
Databasemailengine.dll
9.0.4229.0
75,608
29-Jul-2009
19:08
x86
Databasemailprotocols.dll
9.0.4229.0
42,840
29-Jul-2009
19:08
x86
Distrib.exe
2005.90.4229.0
67,432
29-Jul-2009
19:09
x86
Dtspipeline.dll
2005.90.4229.0
601,944
29-Jul-2009
19:09
x86
Dtspipelineperf.dll
2005.90.4229.0
30,040
29-Jul-2009
19:09
x86
Fteref.dll
12.0.9730.0
446,464
23-Apr-2009
03:11
x86
Infosoft.dll
12.0.9730.0
465,760
23-Apr-2009
03:10
x86
Korwbrkr.dll
12.0.9730.0
68,464
23-Apr-2009
03:10
x86
Langwrbk.dll
12.0.9730.0
133,984
23-Apr-2009
03:10
x86
Logread.exe
2005.90.4229.0
399,192
29-Jul-2009
19:13
x86
Microsoft.sqlserver.maintenanceplantasks.dll
9.0.4229.0
292,696
29-Jul-2009
19:13
x86
Microsoft.sqlserver.replication.dll
2005.90.4229.0
1,625,432
29-Jul-2009
19:13
x86
Microsoft.sqlserver.smo.dll
9.0.4229.0
1,603,416
29-Jul-2009
19:13
x86
Microsoft.sqlserver.smoenum.dll
9.0.4229.0
218,968
29-Jul-2009
19:13
x86
Microsoft.sqlserver.sqlenum.dll
9.0.4229.0
919,384
29-Jul-2009
19:13
x86
Microsoft.sqlserver.webservicetask.dll
9.0.4229.0
96,088
29-Jul-2009
19:13
x86
Msfte.dll
12.0.9730.0
2,431,840
23-Apr-2009
03:10
x86
Msftefd.exe
12.0.9730.0
64,352
23-Apr-2009
03:10
x86
Msftepxy.dll
12.0.9730.0
93,024
23-Apr-2009
03:10
x86
Msftesql.exe
12.0.9730.0
93,024
23-Apr-2009
03:10
x86
Msgprox.dll
2005.90.4229.0
196,952
29-Jul-2009
19:13
x86
Msir5jp.dll
5.0.2130.0
3,157,344
23-Apr-2009
03:11
x86
Msmdlocal.dll
9.0.4229.0
15,983,448
29-Jul-2009
19:13
x86
Nlhtml.dll
12.0.9730.0
121,696
23-Apr-2009
03:11
x86
Nls400.dll
5.0.7112.0
12,287,328
23-Apr-2009
03:11
x86
Query.dll
12.0.9730.0
45,920
23-Apr-2009
03:11
x86
Rdistcom.dll
2005.90.4229.0
644,440
29-Jul-2009
19:14
x86
Repldp.dll
2005.90.4229.0
185,176
29-Jul-2009
19:14
x86
Replmerg.exe
2005.90.4229.0
317,800
29-Jul-2009
19:14
x86
Replprov.dll
2005.90.4229.0
551,256
29-Jul-2009
19:14
x86
Replrec.dll
2005.90.4229.0
782,680
29-Jul-2009
19:14
x86
Replsub.dll
2005.90.4229.0
405,336
29-Jul-2009
19:14
x86
Snapshot.exe
9.0.4229.0
11,096
29-Jul-2009
19:15
x86
Sqlaccess.dll
2005.90.4229.0
346,968
29-Jul-2009
19:15
x86
Sqlagent90.exe
2005.90.4229.0
345,944
29-Jul-2009
19:15
x86
Sqlmergx.dll
2005.90.4229.0
191,320
29-Jul-2009
19:15
x86
Sqlservr.exe
2005.90.4229.0
29,279,064
29-Jul-2009
19:16
x86
Sqltaskconnections.dll
2005.90.4229.0
104,280
29-Jul-2009
19:16
x86
Sqlwep.dll
2005.90.4229.0
87,384
29-Jul-2009
19:16
x86
Thawbrkr.dll
12.0.9730.0
203,616
23-Apr-2009
03:10
x86
Xmlfilt.dll
12.0.9730.0
195,424
23-Apr-2009
03:11
x86
Xmlsub.dll
2005.90.4229.0
192,344
29-Jul-2009
19:16
x86
SQL Server 2005, x64-based versions
Collapse this tableExpand this table
File name
File version
File size
Date
Time
Platform
Atxcore90.dll
2005.90.4229.0
29,032
29-Jul-2009
20:18
x64
Chsbrkr.dll
12.0.9730.0
1,691,488
23-Apr-2009
05:24
x64
Chtbrkr.dll
12.0.9730.0
6,107,488
23-Apr-2009
05:24
x64
Databasemailengine.dll
9.0.4229.0
75,624
29-Jul-2009
20:18
x86
Databasemailprotocols.dll
9.0.4229.0
42,856
29-Jul-2009
20:18
x86
Distrib.exe
2005.90.4229.0
83,304
29-Jul-2009
20:19
x64
Dtspipeline.dll
2005.90.4229.0
1,065,832
29-Jul-2009
20:19
x64
Dtspipelineperf.dll
2005.90.4229.0
40,808
29-Jul-2009
20:19
x64
Fteref.dll
12.0.9730.0
433,152
23-Apr-2009
05:24
x64
Infosoft.dll
12.0.9730.0
618,848
23-Apr-2009
05:24
x64
Korwbrkr.dll
12.0.9730.0
99,168
23-Apr-2009
05:24
x64
Langwrbk.dll
12.0.9730.0
234,336
23-Apr-2009
05:24
x64
Logread.exe
2005.90.4229.0
525,160
29-Jul-2009
20:21
x64
Microsoft.sqlserver.maintenanceplantasks.dll
9.0.4229.0
292,696
29-Jul-2009
19:13
x86
Microsoft.sqlserver.replication.dll
2005.90.4229.0
1,816,408
29-Jul-2009
20:21
x64
Microsoft.sqlserver.smo.dll
9.0.4229.0
1,603,432
29-Jul-2009
20:21
x86
Microsoft.sqlserver.smoenum.dll
9.0.4229.0
218,984
29-Jul-2009
20:21
x86
Microsoft.sqlserver.sqlenum.dll
9.0.4229.0
919,400
29-Jul-2009
20:21
x86
Microsoft.sqlserver.webservicetask.dll
9.0.4229.0
96,104
29-Jul-2009
20:21
x86
Msfte.dll
12.0.9730.0
3,813,728
23-Apr-2009
05:24
x64
Msftefd.exe
12.0.9730.0
96,608
23-Apr-2009
05:24
x64
Msftepxy.dll
12.0.9730.0
124,768
23-Apr-2009
05:24
x64
Msftesql.exe
12.0.9730.0
156,000
23-Apr-2009
05:24
x64
Msgprox.dll
2005.90.4229.0
258,920
29-Jul-2009
20:22
x64
Msir5jp.dll
5.0.2130.0
3,418,976
23-Apr-2009
05:24
x64
Msmdlocal.dll
9.0.4229.0
15,983,448
29-Jul-2009
19:13
x86
Nlhtml.dll
12.0.9730.0
189,280
23-Apr-2009
05:24
x64
Nls400.dll
5.0.7112.0
14,101,856
23-Apr-2009
05:24
x64
Query.dll
12.0.9730.0
65,904
23-Apr-2009
05:24
x64
Rdistcom.dll
2005.90.4229.0
821,096
29-Jul-2009
20:22
x64
Repldp.dll
2005.90.4229.0
185,176
29-Jul-2009
19:14
x86
Repldp.dll
2005.90.4229.0
236,904
29-Jul-2009
20:22
x64
Replmerg.exe
2005.90.4229.0
414,552
29-Jul-2009
20:22
x64
Replprov.dll
2005.90.4229.0
750,952
29-Jul-2009
20:22
x64
Replrec.dll
2005.90.4229.0
1,010,536
29-Jul-2009
20:22
x64
Replsub.dll
2005.90.4229.0
508,776
29-Jul-2009
20:22
x64
Snapshot.exe
9.0.4229.0
11,096
29-Jul-2009
19:15
x86
Snapshot.exe
9.0.4229.0
11,112
29-Jul-2009
20:23
x86
Sqlaccess.dll
2005.90.4229.0
354,152
29-Jul-2009
20:23
x86
Sqlagent90.exe
2005.90.4229.0
425,320
29-Jul-2009
20:23
x64
Sqlmergx.dll
2005.90.4229.0
233,832
29-Jul-2009
20:23
x64
Sqlservr.exe
2005.90.4229.0
39,762,792
29-Jul-2009
20:23
x64
Sqltaskconnections.dll
2005.90.4229.0
150,376
29-Jul-2009
20:23
x64
Sqlwep.dll
2005.90.4229.0
87,384
29-Jul-2009
19:16
x86
Sqlwep.dll
2005.90.4229.0
120,168
29-Jul-2009
20:23
x64
Thawbrkr.dll
12.0.9730.0
207,200
23-Apr-2009
05:24
x64
Xmlfilt.dll
12.0.9730.0
266,592
23-Apr-2009
05:24
x64
Xmlsub.dll
2005.90.4229.0
335,208
29-Jul-2009
20:24
x64
SQL Server 2005, IA-64-based versions
Collapse this tableExpand this table
File name
File version
File size
Date
Time
Platform
Atxcore90.dll
2005.90.4229.0
56,152
30-Jul-2009
01:04
ia64
Chsbrkr.dll
12.0.9730.0
1,880,928
23-Apr-2009
04:13
ia64
Chtbrkr.dll
12.0.9730.0
6,152,560
23-Apr-2009
04:13
ia64
Databasemailengine.dll
9.0.4229.0
75,624
30-Jul-2009
01:04
x86
Databasemailprotocols.dll
9.0.4229.0
42,856
30-Jul-2009
01:04
x86
Distrib.exe
2005.90.4229.0
197,480
30-Jul-2009
01:04
ia64
Dtspipeline.dll
2005.90.4229.0
1,930,088
30-Jul-2009
01:04
ia64
Dtspipelineperf.dll
2005.90.4229.0
81,752
30-Jul-2009
01:05
ia64
Fteref.dll
12.0.9730.0
433,152
23-Apr-2009
04:13
ia64
Infosoft.dll
12.0.9730.0
1,912,672
23-Apr-2009
04:13
ia64
Korwbrkr.dll
12.0.9730.0
180,064
23-Apr-2009
04:13
ia64
Langwrbk.dll
12.0.9730.0
330,592
23-Apr-2009
04:13
ia64
Logread.exe
2005.90.4229.0
1,100,136
30-Jul-2009
01:07
ia64
Microsoft.sqlserver.maintenanceplantasks.dll
9.0.4229.0
292,696
29-Jul-2009
19:13
x86
Microsoft.sqlserver.replication.dll
2005.90.4229.0
2,530,648
30-Jul-2009
01:07
ia64
Microsoft.sqlserver.smo.dll
9.0.4229.0
1,603,416
30-Jul-2009
01:07
x86
Microsoft.sqlserver.smoenum.dll
9.0.4229.0
218,968
30-Jul-2009
01:07
x86
Microsoft.sqlserver.sqlenum.dll
9.0.4229.0
919,384
30-Jul-2009
01:07
x86
Microsoft.sqlserver.webservicetask.dll
9.0.4229.0
96,104
30-Jul-2009
01:07
x86
Msfte.dll
12.0.9730.0
7,081,840
23-Apr-2009
04:13
ia64
Msftefd.exe
12.0.9730.0
170,864
23-Apr-2009
04:13
ia64
Msftepxy.dll
12.0.9730.0
132,960
23-Apr-2009
04:13
ia64
Msftesql.exe
12.0.9730.0
292,192
23-Apr-2009
04:13
ia64
Msgprox.dll
2005.90.4229.0
542,040
30-Jul-2009
01:08
ia64
Msir5jp.dll
5.0.2130.0
3,821,920
23-Apr-2009
04:13
ia64
Msmdlocal.dll
9.0.4229.0
50,026,344
30-Jul-2009
01:08
ia64
Nlhtml.dll
12.0.9730.0
293,216
23-Apr-2009
04:13
ia64
Nls400.dll
5.0.7112.0
14,747,504
23-Apr-2009
04:13
ia64
Query.dll
12.0.9730.0
120,688
23-Apr-2009
04:13
ia64
Rdistcom.dll
2005.90.4229.0
1,888,088
30-Jul-2009
01:09
ia64
Repldp.dll
2005.90.4229.0
185,176
29-Jul-2009
19:14
x86
Repldp.dll
2005.90.4229.0
512,344
30-Jul-2009
01:09
ia64
Replmerg.exe
2005.90.4229.0
954,712
30-Jul-2009
01:09
ia64
Replprov.dll
2005.90.4229.0
1,627,496
30-Jul-2009
01:09
ia64
Replrec.dll
2005.90.4229.0
2,147,176
30-Jul-2009
01:09
ia64
Replsub.dll
2005.90.4229.0
1,156,968
30-Jul-2009
01:09
ia64
Snapshot.exe
9.0.4229.0
11,096
29-Jul-2009
19:15
x86
Snapshot.exe
9.0.4229.0
11,112
30-Jul-2009
01:09
x86
Sqlaccess.dll
2005.90.4229.0
348,504
30-Jul-2009
01:09
x86
Sqlagent90.exe
2005.90.4229.0
1,251,160
30-Jul-2009
01:09
ia64
Sqlmergx.dll
2005.90.4229.0
443,752
30-Jul-2009
01:09
ia64
Sqlservr.exe
2005.90.4229.0
72,814,440
30-Jul-2009
01:10
ia64
Sqltaskconnections.dll
2005.90.4229.0
314,216
30-Jul-2009
01:10
ia64
Sqlwep.dll
2005.90.4229.0
87,384
29-Jul-2009
19:16
x86
Sqlwep.dll
2005.90.4229.0
217,432
30-Jul-2009
01:10
ia64
Thawbrkr.dll
12.0.9730.0
250,720
23-Apr-2009
04:13
ia64
Xmlfilt.dll
12.0.9730.0
439,648
23-Apr-2009
04:13
ia64
Xmlsub.dll
2005.90.4229.0
578,904
30-Jul-2009
01:10
ia64
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 to create a separate service request, visit the following Microsoft Web site:
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.
Prerequisites
You must have SQL Server 2008 Service Pack 1 installed before you apply this hotfix.
Restart information
You do not have to restart the computer after you apply this hotfix.
Registry information
You do not have to change the registry.
Hotfix file information
This 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.
To know whether the version of SQL Server Management Studio that is installed on your computer is affected by this problem, check whether the version of the Microsoft.SqlServer.SqlEnum.dll file matches one of the affected versions in the "Symptoms" section. Generally, the Microsoft.SqlServer.SqlEnum.dll file is in one of the following folders, depending on whether SQL Server is installed by using Windows on Windows (WOW) mode.