Hi there,
Can you add a CommandTimeout (int, default value 30) parameter to RunSqlScheduledTaskAddIn and use it when executing the command:
int rowCount = Database.ExecuteNonQuery(SqlQuery, CommandTimeout);
The current value is 30 seconds with no option to override. I have some complex delete logic to run against a large dataset and my command keeps timimg out.
Thanks!
Imar