Microsoft SQL Server 2008 error while restoring a database

I recently upgraded to SQL Server 2008 from 2005, and when I try to restore the database, I get the following error ...

"Failed to load file or assembly" Microsoft.SqlServer.Sqm, Version = 10.0.0.0, Culture = neutral, PublicKeyToken = 89845dcd8080cc91 "

+3
source share
5 answers

I'm not sure exactly what the problem was, but I went with the solution to uninstall SQL Server and then installed again. These are the steps that I followed ...

  • I uninstalled all the SQL Server related ones that I could find in the add / remove programs.
  • Ran "CCLeaner" for both program / window components and the registry
  • SQL Server , , , SQL Server.
  • SQL Server 2008.

.

0

Sql Server 2008 Express Edition .

, , Windows 7 64 :

  • Microsoft.SqlServer.Sqm.dll, C:\Program Files\Microsoft SQL Server\100\Shared
  • C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE
  • C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE.

, , .

+2

SSMS 2008?

0

, verion 10.0.. , "ssms.exe".

, "ssms.exe", "" ssms.exe. " ".

10.0.. 'Microsoft.SqlServer.Sqm'.

-, Microsoft Sql.

In my case, he asked for version 12.0.0.0, and I inserted 12.0.2000.8, and it worked like a charm. !!!! amuses. !!!

0
source

Source: https://habr.com/ru/post/1702442/


All Articles