Viewing 5 posts - 1 through 5 (of 5 total)
I found a solution. It can export the necessary schedule date/time for me.
SELECT
TOP (100) PERCENT cat.Name AS 'ReportName',
rs.ScheduleID AS 'SQLJobID',
CASE s.recurrencetype
WHEN 1 THEN...
July 28, 2010 at 2:25 am
Hi Dan.Humphries,
It's works if I use it to select record in dataset.
Thanks a lot.
July 22, 2010 at 9:19 am
The email addresses are stored in the same field. Like this:
Field_1 (FIN report)
==============
RPT-0001 ...
July 22, 2010 at 8:13 am
Hi Jerry,
Is that mean HISTORY will not be saved when the report is executed?
I have to schedule a snapshot instead. Am I right?
Thanks and Rdgs,
KK
April 7, 2009 at 5:59 pm
Viewing 5 posts - 1 through 5 (of 5 total)