系统管理工具集锦

如何删除Windows服务:

sc delete "Service Name"

今天折腾电脑,导致在VS 2010连接SQL Server时提示:

Could not load file or assembly 'Microsoft.SqlServer.Management.sdk.sfc,
Version=10.0.0.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91'or one of its
dependencies.The system cannot find the file specified.

解决方法为:

到这里:http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&displaylang=en#filelist

下载下面三个安装包

Microsoft SQL Server System CLR Types

Microsoft SQL Server 2008 Native Client

Microsoft SQL Server 2008 Management Objects

这里有好多下载包,只下上面提到的三个即可

感谢网络上的朋友提供上述信息!

原文地址:https://www.cnblogs.com/KingWorld/p/1831489.html