Viewing 2 posts - 1 through 3 (of 3 total)
Thanks Phil - it's not quite a solution but it's a lead. So the following works.
TRUNCATE TABLE profiler_current.email_profiler
go
INSERT INTO
profiler_current.email_profiler( email_address)
SELECT
gc.`E-mail 2...
May 18, 2015 at 1:18 pm
#1798778
Yes that would be fine if I had only a handful of statements but the full script I want to run will have many statements so such an approach would...
May 18, 2015 at 11:49 am
#1798744