1

I have just upgraded to the Azure 1.7 sdk and have now lost the contents of my devstorage.

I can still see it in the local instance of sqlexpress (as DevelopmentStorage20110606), but when I use UseDevelopmentStorage=true, it longer connects to this.

Where has the new development storage db gone? I need to import my data from the previous version, as we use local storage for testing on the build server and have test data setup on it, or is there an upgrade script to be able to port this data accross.

Thanks

4

1 回答 1

2

SDK 1.7 现在使用 IIS Express(计算)和 SQL Server 2012 Express LocalDB(存储)。您应该能够通过运行 dsinit 将您的模拟器指向您现有的数据库。

Michael Collier 在他的帖子中谈到了 1.6 与 1.7 的差异,这里

有关 LocalDB 的更多信息在这里

DSInit 文档在这里

于 2012-07-05T12:00:21.613 回答