データベースを Azure サイトに発行しようとすると、次のエラーが発生します。
17:13:29: Could not publish the site. Unable to publish the database. For more information, see "http://go.microsoft.com/fwlink/?LinkId=205387"
17:13:29: Error detail:
17:13:29: An error occurred during execution of the database script. The error occurred between the following lines of the script: "332" and "334". The verbose log might have more information about the error. The command started with the following:
17:13:29: "INSERT [dbo].[DBStatus] ([LastIndex], [LastUpdated"
17:13:29: Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again. http://go.microsoft.com/fwlink/?LinkId=178587
17:13:29: Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_SQL_EXECUTION_FAILURE.
このリンクはエラーを説明しています: http://blogs.msdn.com/b/sqlazure/archive/2010/04/29/10004618.aspx
データベースをクラスター化インデックスを持つように変換する簡単な方法はありますか?それとも、SQL Server 2012 ホスティングを備えたホストを選択する必要がありますか?