sqlserver2016 management tool v18
安装完sql server 2016 sp1版本后再安装管理工具v18版本,启动管理工具,启动不起来,自动退出了,没有任何反应。
解决该问题方案:
- 找到Microsoft.VisualStudio.Shell.Interop.8.0.dll复制, 位置:C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\PrivateAssemblies\Interop
 - 粘贴到如下目录:C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\PublicAssemblies,并覆盖。
 - 重新打开SQL Server Management Studio 18
 
sqlserver2016 management tool v18的更多相关文章
- You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5 SP1
		
今天在Windows Server 2008 下安装SQL SERVER 2008时,碰到如下错误: You must use the Role Management Tool to install ...
 - MegaCLI SAS RAID Management Tool
		
MegaCLI SAS RAID Management Tool Ver 8.04.08 July 05, 2012 (c)Copyright 2011, LSI Corporation, A ...
 - Mongo client - cross-platform MongoDB management tool
		
Mongo client for Ubuntu or Windows http://robomongo.org/download.html
 - Top free and open source log management software
		
As mentioned in the previous post, in my quest to find an alternative to Kiwi Syslog, I looked at a ...
 - Linux YUM (Yellowdog Updater, Modified) Commands for Package Management
		
Linux YUM (Yellowdog Updater, Modified) Commands for Package Management In this article, we will lea ...
 - Data Management and Data Management Tools
		
Data Management ObjectivesBy the end o this module, you should understand the fundamentals of data m ...
 - SQL Sever 博客文章目录(2016-07-06更新)
		
SQL Server方面的博客文章也陆陆续续的写了不少了,顺便也将这些知识点整理.归纳一下下.方便自己和他人查看. MS SQL 数据类型 三大数据库对比研究系列--数据类型 MS SQL 表和视图 ...
 - ANNOTATION PROCESSING 101 by Hannes Dorfmann — 10 Jan 2015
		
原文地址:http://hannesdorfmann.com/annotation-processing/annotationprocessing101 In this blog entry I wo ...
 - Memcache 内存分配策略和性能(使用)状态检查
		
前言: 一直在使用Memcache,但是对其内部的问题,如它内存是怎么样被使用的,使用一段时间后想看看一些状态怎么样?一直都不清楚,查了又忘记,现在整理出该篇文章,方便自己查阅.本文不涉及安装.操作. ...
 
随机推荐
- Oracle 12C 物理Standby 主备切换switchover
			
Oracle 12C 物理Standby 主备切换switchover Oracle 12C 物理Standby 主备切换switchover Table of Contents 1. 简述 2. 切 ...
 - javascript的变量声明和数据类型
			
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
 - 使用EasyPrint实现不预览直接打印功能_非JS打印
			
插件地址 github 下载插件,安装后将在注册表中添加EasyPrint的协议 随后可以在开始->运行中输入EasyPrint://1&test 进行测试 参数分为两部分使用[&am ...
 - Mysqlfunc.c
			
int rc;int db_connection;char *server = "192.168.139.207"; // 数据库的ip地址char *user = "c ...
 - 动态初始化swiper时,轮播图划不动得各种bug解决方法
			
var mybanner = new Swiper('.i-gd-banner', { speed: 500, loop: true, observer:true,//修改swiper自己或子元素时, ...
 - TextureMerger使用教程
			
https://bbs.egret.com/thread-1653-1-1.html TextureMerger使用教程 2014-10-28 15:53 1862932 本帖最后由 E-Tool君 ...
 - django helloworld
			
http://note.youdao.com/noteshare?id=8f0b036922e71c1feb5d0d06a4779c6f
 - 生成iOS-Xcode技术文档
			
从源码中抽取注释生成文档的专用工具: [doxygen](http://www.stack.nl/~dimitri/doxygen/index.html):适于生成html文档与pdf文档. 支持的语 ...
 - HTML <canvas> 学习笔记
			
Professional JavaScript for Web Developers P552 Basic Usage The <canvas> element requires a ...
 - SecureCRT配置华为S5700交换机
			
我准备从交换机中监控某台设备的流量,所以要配置交换机的某个口作为镜像口,用来下载另外一个指定端口的流量. 第一步:华为5700交换机 简而言之网口部分除了最后四个都是用来连接下级网络设备的,最后四个端 ...