您的位置:首页 > 其它

Initialize the Storage Emulator by Using the Command-Line Tool

2014-12-22 10:56 204 查看
http://msdn.microsoft.com/en-us/library/azure/gg433132.aspx

To initialize the storage emulator

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.

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



Important
Using the /forcecreate argument removes all existing storage emulator data.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐