Actions Explorer is a tool for adding, removing and ordering the assigned actions. Use ribbon commands to manipulate with existing actions or to add new actions. The explorer columns provide instant overview of actions' execution options and their descriptions. Enabled: enables or disables the includ...
And expect@Tableto have the same definition asMyTable. You need to define your objects. So you would have something like: DECLARE @Table table (Id int, MyColumn varchar(100)); INSERT INTO @Table (Id, MyColumn) SELECT ID, MyColumn ...