简体   繁体   中英

From Sql Database to Azure Storage Emulator

I have a Sql database and I have to put it in my Azure Storage Emulator (In Storage > Development > Tables ); how can I do it? In Visual Studio I don't find any possibility to import, for example, a .bacpac file.

UPDATE:

I discovered that the database should not be put in there, but then how do I properly simulate Azure storage and my Sql database as well?

Just to clarify: Azure Storage (Tables, Blobs, Queues) is completely different from SQL Azure databases.

If you use the latest version of SQL Express it's very very similar to SQL Azure and fine for most development needs.

There isn't a SQL Azure simulator that I know of - but it's really easy to get a FREE 30 day Azure account and I would strongly suggest you do some development and testing against that: SQL Azure has far more connection issues (no connection, handshake problems, lags) than a database that is local to the app, and you need to be prepared for this (investigate Transient Fault Handling strategies).

You can work locally and connect to your SQL Azure instance = a 'real' SQL Azure simulation.

在本地为Azure SQL数据库进行开发时,请使用SQL Server Express-它是与Azure存储模拟器(Azure Blob,队列和表)等效的关系数据库。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM