0
votes

Tricky question - Does anyone know where the ORM SQL code lives that the Azure Dev storage emulator uses for Table Storage?

I'm wanting to implement a SQL version of Azure Table storage for use on-premises (outside of Azure).

And before explaining to me the differences between a relational db like SQL Server and a NoSQL key/value store like Azure Table storage - I know already, thanks :)

1

1 Answers

0
votes

Go to the SQL server you installed the Storage Emulator. You will see a database called "DevelopmentStorageDb20110816" if you have installed the Azure SDK v1.5+ (It was a different date previous to that - something like DevelopmentStorageDb20090919 I think).

In that database you will find all the tables, stored procedures and functions needed to emulate Windows Azure storage.