Seite 1 von 1

SQL Server Express 2008 auf WHS

Verfasst: 11. Dez 2009, 20:32
von yq0xv3x
Hallo an alle,

mein SQL-Server läuft immer noch nicht richtig. Folgende Fehlermeldung erhalte ich im Managementstudio beim Anlegen einer Tabelle:

TITEL: Microsoft SQL Server Management Studio
------------------------------

Die Datei oder Assembly Microsoft.SqlServer.Sqm, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. (SqlMgmt)

------------------------------
SCHALTFLÄCHEN:

OK
------------------------------

Bei den Diensten hab ich nachgesehen. Scheinen alle zu laufen, außer SQL Server-Agent. Brauche ich den? Wird sofort nach dem Start wieder beendet. Keine Ahnung warum.

Kann mir jemand helfen?
Vielen Dank schon mal.

Re: SQL Server Express 2008 auf WHS

Verfasst: 13. Dez 2009, 14:40
von Brandjoker
the reason it complains is because the file Microsoft.SqlServer.Sqm.dll should be located in two folders.
the first one is: "C:\Program Files (x86)\Microsoft SQL Server\100\Shared" and the second one is "C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE"

in my case the second location did not contain that file for some reason, i've tried reparing and reinstalling the management tools without any success.
manualy copying the file over to the IDE folder fixed the error for me.

this file appears to have something to do with the customer experience improvment program.

in my case reinstalling completly from scratch was not a good option.
my first theory was that the error was related to the setup support files but i don't think thats the case.
Quelle: http://social.msdn.microsoft.com/Forums ... e5de1725e1