and_apo
and_apo

Reputation: 1297

Windows Azure Sql Database Management Portal Error

I ve done some research and i can't seem to find anything similar to this.

I have an SQL Database from Windows Azure with several tables. I can log in just fine and view all the table data of all tables, except from a specific table.

When I click on the "Data" section of that specific table, my screen just goes completely blank and then I can't do nothing about it, apart from starting over. Any thoughts on this ? (I have the latest version of Silverlight installed and I ve tried with Chrome,Firefox and Opera)

Thanks

Upvotes: 2

Views: 540

Answers (1)

Sampath
Sampath

Reputation: 65988

You can use SQL Server Management Studio (SSMS) 2008 R2 for browse or what ever the task you have to do with SQL azure database as a alternative for your way of method.

Using SQL Server Management Studio 2008 R2 to Manage SQL Azure sample screen is as below.

enter image description here

For more information check this out Getting Started with SQL Azure Development

UPDATE

If you're going to use express edition, then you have to use SQL 2012 express with Win 8.

Check this out SQL Express Edition 2012

I hope this will help to you.

Upvotes: 1

Related Questions