April 25, 2019 at 12:00 am
Comments posted to this topic are about the item Creating a DDL Trigger
April 25, 2019 at 5:18 am
Nice, easy question, thanks Steve
____________________________________________
Space, the final frontier? not any more...
All limits henceforth are self-imposed.
“libera tute vulgaris ex”
April 25, 2019 at 5:52 am
The following shows the syntax of creating a DDL trigger:
CREATE TRIGGER trigger_name
ON { DATABASE | ALL SERVER}
[WITH ddl_trigger_option]
FOR {event_type | event_group }
AS {sql_statement}
April 26, 2019 at 3:46 pm
nice and easy, thanks for the question
---------------------------------------------------------------------------------------
The more you know, the more you know that you dont know
April 26, 2019 at 4:32 pm
You are welcome
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply