Microsoft SQL Server 2008 error when restoring database -


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

"File or assembly could not be loaded". Microsoft.SqlServer.Sqm, version = 10.0.0.0, culture = neutral, public keynote = 89845dcd8080cc91 "

These steps are the same error after installing the SP Server 2008 Express Edition.

I followed and worked for me using Windows 7 64 bit:

  1. Copy the file to Microsoft.SqlServer.Sqm.dll C: \ Program Files \ Microsoft SQL Server \ 100 \ Shared
  2. In the folder C: \ Program Files \ Microsoft SQL Server \ 100 \ Tools \ Binn \ VSShell \ Common7 \ IDE
  3. and C: \ Programs Files (x86) \ Microsoft SQL Server \ 100 \ Tools \ Binn \ VSShell \ Common7 \ IDE

Then the next time I tried to add a database, everything was OK.


Comments