Solve azure "failed to start storage emulator: the SQL server instance '. \' could not be found ."

Source: Internet
Author: User
Tags windows azure sdk azure sdk

Because Windows 8 does not support SQL Server 2008r2.ProgramAn error occurred while connecting to the SQL Server 2008r2 database)

Then I have to install SQL Server 2012.

After the installation is complete, azure storage emulator cannot be started and the following error is prompted.

 
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.

 

Because when SQL Server 2008 was used previously, the instance used was '.\'. The instance of SQL Server 2012 I newly installed is sqlexpress. You can use the following command to solve the problem.

 
C: \ Program Files \ microsoft sdks \ Windows azure \ emulator \ devstore>Dsinit/sqlinstance: sqlexpress

 

 

The following describes the entire operation process.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.