Tables without a clustered index are not supported in this version of SQL Server
I am working on vs 2010 and EF 4.1 with SQL server database . Below mentioned code works fine with local SQL server DB.(SQL 2008). But when I published the MVC application for windows AZURE cloud and SQL Azure it's giving below mentioned error . Why this error is only return SQL Azure (working with desktop SQL server 2008)? How to get rid of this ? My repository code sample as below.Below mentioned error comes when calling Catalog.SaveChanges() method. using (var catalog = new DataCatalog()) { var retailSaleReturn = new RetailSaleReturn { ReturnQuantity = returnQuantity, Product =