sql - 提交表单时, azure 上的 Umbraco 轮廓失败

标签 sql azure umbraco azure-sql-database umbraco-contour

我已在 Azure 上安装了我的 Umbraco 网站,并且运行良好。我在 Umbrcaco 系统上安装了 Contour,这是我手动安装的,以便成功安装数据库。整个表单管理看起来很好,我创建的表单显示正常,直到我提交它,我收到以下错误:

Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.

我查遍了这个问题,还是没有找到解决办法。有人可以帮忙吗?

最佳答案

不幸的是...这确实是 SQL-Azure 的限制。您需要按照其说明进行操作,并在每个表上创建聚集索引。

详细信息在这里:http://msdn.microsoft.com/en-us/library/windowsazure/ee336245.aspx#cir

关于sql - 提交表单时, azure 上的 Umbraco 轮廓失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7579879/

相关文章:

sql - 比较不同表中的 2 列

sql - 这会锁定数据库吗?

azure - 外部 api 管理服务无法解析 Azure 函数服务名称

sql-server - 使用 SQL Azure DB 将 Umbraco 8.1.1 部署到 Azure : Boot Failed

jquery - MVC Api Controller 与 JSON.stringify 的混淆

sql - 选择前 10 行之后的下 20 行

java - JPA 是否支持映射到 sql View ?

deployment - 由于启动脚本,Azure 部署失败

powershell - 使用自动化帐户清除 Set-AzureRmTag 中的标签

javascript - JQuery 不调用 asp.net mvc 中的 Controller