Question : I was defining a SQL job yesterday for executing stored procedure at a specific time in the morning. […]
Tag: jobs
Exporting scheduled jobs in Oracle
Question : This is probably very simple but i already exported all but the scheduled jobs i created to subsequent […]
Linked Server Timeout – Not Queried
Question : I have a job that runs for multiple regions across the globe. Depending on what region is running […]
Find jobs and dependencies run between two timestamps
Question : I would like to know what jobs ran and dependencies (what triggered them) between two timestamps or dates. […]
Why can’t user with SQLAgentOperatorRole delete his own SQL jobs
Question : I created a login and a user. I assigned the user as the db owner of the database […]
Need help in getting mysql event scheduled every monday and wednesday
Question : I have coded an event as below to run every Monday and Wednesday, but it runs only on […]
Isssue with Database Links converting OEM Job to DBMS_Scheduler Job
Question : We had an OEM job that would run a PL/SQL block using a particular database users credentials. The […]
Why does this query fail when I run it from a SQL Server job?
Question : I know how to solve the issue, but I don’t understand the technicality of why the below query […]
SQL Server Agent & sp_send_dbmail failing on permissions
Question : I have set up a SQL Server Agent job to call sp_send_dbmail with a very simple select on […]
How can I run a SQL job every 1 second? [duplicate]
Question : This question already has answers here: How to schedule jobs in Sql server 2008 for less than 10 […]