zoukankan      html  css  js  c++  java
  • Initialize the Storage Emulator by Using the Command-Line Tool

    http://msdn.microsoft.com/en-us/library/azure/gg433132.aspx

    To initialize the storage emulator

    1. Click the Start button or press the Windows key. Begin typing Windows Azure Storage Emulator and select it when it appears. A command prompt window will pop up.

    2. In the command prompt window, type the following command:

      WAStorageEmulator init /sqlInstance <SQLServerInstance>

      where <SQLServerInstance> is the name of the SQL Server instance. To use LocalDb, specify (localdb)v11.0 as the SQL Server instance.

      You can also use the following command, which directs the emulator to use the default SQL Server instance:

      WAStorageEmulator init /server .\

      Or, you can use the following command, which reinitializes the database:

      WAStorageEmulator init /forceCreate

    ImportantImportant
    Using the /forcecreate argument removes all existing storage emulator data.
  • 相关阅读:
    Static了解和复习继承。
    复习篇1.对象和封装
    第一章笔记
    A + B Problem II
    Number Sequence
    Fibonacci Again
    8615 快乐
    8635 气球
    大牛之路II
    8617 阶乘数字和
  • 原文地址:https://www.cnblogs.com/RobotTech/p/4177738.html
Copyright © 2011-2022 走看看