0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Azure Logic AppsでSQL Serverのトリガーを使用する際の注意事項

Posted at

Logic AppsにはSQL Severのコネクタが用意されていて、2つのトリガーを使用することができます。
image.png

  • 項目が作成されたとき
  • 項目が変更されたとき

これらは非常に便利ですが既存のテーブルにそのまま適用しようとすると動作しません。
それぞれ以下が条件となっています。

項目が作成されたとき

対象のテーブルにIDENTITY列が必要

項目が変更されたとき

対象のテーブルにROWVERSION列が必要

参考

その他の制限事項なども記載されています。
https://docs.microsoft.com/ja-jp/connectors/sql/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?