Can you create a SQL Trigger on an existing table to populate count values, or do you have to create an empty table, then create an Insert trigger, then import the data into the new table with the new trigger? What is the best type of trigger to use for data being imported via the SQL Import wizard, Insert Trigger? I assume an insert trigger will fire when you import data via the SQL Import wizard ?The more i research SQL Triggers, the more confusing it gets. Everyone has a different opinion as to the best way to do it! Thanks
↧