๐Ÿ˜œ

์ญˆ๋‚˜์•„๋น  ๋ธ”๋กœ๊ทธ

JUNA
STUDIO

[MSSQL] Activate/Deactivate Trigger

๋ฐœํ–‰์ผ: Feb, 2025
์กฐํšŒ์ˆ˜: 2
๋‹จ์–ด์ˆ˜: 39

Table of Contents

Activating a Trigger

To activate a trigger in a table, use the following SQL command:

ALTER TABLE [table_name] ENABLE TRIGGER [trigger_name]

Deactivating a Trigger

To deactivate a trigger in a table, use the following SQL command:

ALTER TABLE [table_name] DISABLE TRIGGER [trigger_name]

Tags: #trigger#activate trigger#disable trigger#alter table#SQL#database management

SQL > ์ด ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ํฌ์ŠคํŒ…

JUNA BLOG VISITORS
Today
7
 (
updown
-7
)
Total
657
 (
updown
+7
)

ยฉ 2025 juniyunapapa@gmail.com.