博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
解决Azure “Failed to start Storage Emulator: the SQL Server instance `.\' could not be found.”
阅读量:6090 次
发布时间:2019-06-20

本文共 643 字,大约阅读时间需要 2 分钟。

由于Windows 8不支持SQL Server 2008R2.(严格来说是通过.NET程序在连接SQL Server 2008R2数据库是有错误)

那我不得不安装SQL Server 2012.

当安装完毕以后,Azure Storage Emulator启动不了,提示以下错误。

The storage emulator had an unexpected error: Unable to start Development Storage..Error details: Failed to start Storage Emulator: the SQL Server instance `.\' could not be found.   Please configure the SQL Server instance for Storage Emulator using the `DSInit' utility in the Windows Azure SDK.

 

因为以前使用SQL Server 2008时,使用的instance是'.\’。而我新安装的SQL Server 2012的instance是SQLExpress。可以通过下面的命令来解决问题。

C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\devstore>dsinit /sqlinstance:sqlexpress

 

 

下面是整个操作过程。

转载地址:http://yhlwa.baihongyu.com/

你可能感兴趣的文章
[linux]重拾linux
查看>>
商品多规格模型构造示例
查看>>
SVN merge 三种方式
查看>>
SoapUI接口测试·第一个HTTP Request接口请求和断言
查看>>
Swift3.0语言教程替换子字符串
查看>>
用js将从后台得到的时间戳(毫秒数)转换为想要的日期格式
查看>>
Sass 的使用
查看>>
免费给自己的网站加 HTTPS
查看>>
jQuery获取CSS样式中的颜色值的问题
查看>>
每天5分钟玩转容器技术(1)
查看>>
深度学习笔记之一些基本术语
查看>>
Highmaps网页图表教程之图表配置项结构与商业授权
查看>>
微信公众平台SDK for node
查看>>
Andrew Ng机器学习笔记+Weka相关算法实现(四)SVM和原始对偶问题
查看>>
使用Kotlin开发Android应用
查看>>
汽车行业品牌榜(2016年)--搜索指数
查看>>
Linux: su sudo sudoer
查看>>
错误:OSError: [Errno 1] Operation not permitted: 'lib/python/six-1.4.1-py2.7.egg-info'
查看>>
Jenkins构建脚本中启动tomcat关键
查看>>
Mac命令行启动MySQL
查看>>