我正在开发Windows 8.1应用程序并使用Azure移动服务与之通信。我需要在Azure移动服务数据库中有一些数据,它将在任何设备上安装到应用程序时。所以我尝试使用Azure Management Portal SQL_Database在数据库中添加记录,但似乎我不能这样做,这给了我错误

"Cannot add a row in the Table Data Editor because one or more columns are required but their SQL types are not supported in Table Data Editor. Use the Transact-SQL Editor to add a row."
.

这可能是由于具有二进制类型的--version列。所以我尝试删除此列,但后面有以下错误

"The target table 'ShoppingListPro.Category' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause."
.

我gooled这个问题,找到了什么是链接。

请指导我如果可以使用管理门户编辑Azure移动服务数据库,这将使我的寿命变得容易,其他明智的我需要编写一个应用程序来将数据馈送到Azure移动数据库。

感谢

有帮助吗?

解决方案

您可以从SSMS连接到DB。只需检查您的连接字符串以下的内容“连接到数据库”:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top