表元数据更改不会在Logic App Trigger中更新 [英] Table meta data change won't update in Logic App Trigger

查看:67
本文介绍了表元数据更改不会在Logic App Trigger中更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我们有一个逻辑应用程序,它从事件中心读取消息并将消息插入到本地SQL Server表中。我们不得不将列大小从4000更改为8000,但这些更改不会反映在Logic App中,我找不到更新元数据的方法。

We have a Logic App which read Messages from Event Hub and insert the the message into On-Premises SQL Server Table. We had to change the column size from 4000 to 8000, but these change won't reflect in Logic App and I can't find a way to update the metadata.

你能帮忙吗?我来解决这个问题?

Could you please help me to resolve this issue?

问候,

Balwant。

生活中的失败是没有尝试...



PGDCA-98(南古吉拉特大学),MCSA(SQL 2012),MCTS (SQL Server 2005)



我的博客

推荐答案

大家好,

对不起,这是我的坏事。我们有一个nvarchar(8000)大小的列,因此它不会存储超过4000个字符,将列大小更改为nvarchar(max)。 

I am sorry it's my bad. we had column with nvarchar(8000) size so it won't store more than 4000 characters, change the column size to nvarchar(max). 

它现在正常工作。





这篇关于表元数据更改不会在Logic App Trigger中更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆