| Author |
SQL Jobs
|
Arjun Shastry
Ranch Hand
Joined: Mar 13, 2003
Posts: 1855
|
|
Hi, How to get the list of SQL jobs which are present on a database Server using JDBC? Thanks
|
MH
|
 |
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1112
|
|
Arjun, That information is usually stored in the data dictionary, so you simply need to query the data dictionary. Of-course, data dictionaries are not standard across different DBMS's, nor across different versions of the same DBMS, so if you want a more detailed answer, you need to provide a more detailed question -- like what is your definition of a "SQL job" and what DBMS are you using? Good Luck, Avi.
|
 |
 |
|
|
subject: SQL Jobs
|
|
|