Monthly Archives: October 2012

Searching for Emails in Tidal Scheduler

TES stores emails used in email actions in the table dbo.tskmail. If you want to find a particular email, then, you’d use a query like this: select * from dbo.tskmail where tskmail_to_ext like ‘%your_email@somewhere.com%’

Posted in SQL, Tidal Enterprise Scheduler | Leave a comment