The table columns define the values for output, while
each row contains one driver entry. The CSV output provides the best method for preparing the
data for entry in a database. Use redirection (see the ???Employing Data Redirection??? section of
Chapter 14 for details) to output the CSV data to a file and then import it to your database. The
list format provides one data element per line. Each group of data elements defines one driver.
The utility separates each driver by one blank line. Some people find the list format more readable
when working in verbose mode since the table format requires multiple lines for each entry
(the lines wrap).
/XML Displays the output in XML format. This command line switch is useful when you want
to learn more about creating jobs using XML files.
/NH Forces the utility to display the data without a column header. You can only use this
command line switch with the table and CSV formats. Omitting the header makes it easier to
incorporate the data in a report or import it into a database.
/V Displays detailed data about each of the defined tasks. The standard display shows only
TaskName, Next Run Time, and Status.
Pages:
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524