Hello,
I am quiet new to SQL-server but I have got most of the responsibility for our datawearehouse. Most of the serverjobs are made by a tool layed on top of the server called "BPW designer", evry ETL job made by this tool are put as a job on the SQL-server. Each of this jobs contains several jobsteps, and a lot of these steps are runing several times during a night.
So in order to delete some jobs that are running more than one time each night, I will need a list of every job that are running on this server with the schedule and every steps these jobs contains. This list also has to be sorted by the scheduled time they will start.
So my question to some of you gurus out there are:
Do a SQL-server have the opportunity to give me this list in an easy way and how?
Thanks in advance.
Gunnien
I am quiet new to SQL-server but I have got most of the responsibility for our datawearehouse. Most of the serverjobs are made by a tool layed on top of the server called "BPW designer", evry ETL job made by this tool are put as a job on the SQL-server. Each of this jobs contains several jobsteps, and a lot of these steps are runing several times during a night.
So in order to delete some jobs that are running more than one time each night, I will need a list of every job that are running on this server with the schedule and every steps these jobs contains. This list also has to be sorted by the scheduled time they will start.
So my question to some of you gurus out there are:
Do a SQL-server have the opportunity to give me this list in an easy way and how?
Thanks in advance.
Gunnien