如何删除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.
解决方法为:
下载下面三个安装包
Microsoft SQL Server System CLR Types
Microsoft SQL Server 2008 Native Client
Microsoft SQL Server 2008 Management Objects
这里有好多下载包,只下上面提到的三个即可
感谢网络上的朋友提供上述信息!