简体   繁体   中英

View contents of SQL Azure database in storage emulator

I've followed the official .NET Web Application with SQL Azure tutorial on windowsazure.com and got it working locally and on Azure. When I run it locally, I can insert data into the database (into the ToDoItem-table) and it persists between sessions. The table is created using the Code First method.

Is there a way to view the database structure and contents of the tutorial database in the local SQL Azure database emulator?

Not through the Storage Emulator no.

To view what Entity Framework has stored in your database you need to use Sql Server Management Studio (SSMS) to connect to your SQLEXPRESS database as it looks as though that is the database that tutorial uses. You can get a free express version of SSMS.

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