This issue is related to Windows Azure Storage Emulator
After installation of Azure SDK, when we run the Storage Emulator or execute DSINIT.exe for the first time, some initialization is required; part of this initialization involves creating a new database. The name of this database sounds like “DevelopmentStorageDb20120206”
Now when DSINIT.exe tries to create this database, due to lack of permission to the user who is executing the exe, the exe is unable to create the database.
This can be solved in two ways :
- Assign permission to the user.
- Create a new user.
For this you need to execute some simple commands. Check out this link [http://www.britishdeveloper.co.uk/2011/11/cannot-create-database.html] & resolve your issue.
