提交表单时,天蓝色上的 Umbraco 轮廓失败
我已经在 Azure 上安装了我的 Umbraco 网站,并且运行良好。我在 Umbrcaco 系统上安装了 Contour,这是我手动安装的,以便成功安装数据库。整个表单管理看起来很好,我创建的表单显示正常,直到我提交它,我收到以下错误:
此版本不支持没有聚集索引的表 SQL 服务器。请创建聚集索引并重试。
我四处寻找,找不到解决这个问题的方法。有人可以帮忙吗?
I have installed my Umbraco site on Azure and this is working beautifully. I installed Contour on my Umbrcaco system which I did manually in order to successfully install the database. The whole form admin seems fine and the form I have created displays fine until I submit it, I get the following error:
Tables without a clustered index are not supported in this version of
SQL Server. Please create a clustered index and try again.
I have searched high and low and can't find a solution to this problem. Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是......这确实是 SQL-Azure 的限制。您需要按照它的说明进行操作,并在每个表上创建聚集索引。
详细信息如下:http://msdn.microsoft.com/en -us/library/windowsazure/ee336245.aspx#cir
Unfortunately... this is, indeed, a limitation of SQL-Azure. You'll need to do what it says and create a clustered index on each table.
Details are here: http://msdn.microsoft.com/en-us/library/windowsazure/ee336245.aspx#cir