How to schedule jobs in Sql server 2008 for less than 10 sec?
I want to run a job every 3 seconds, however in SQL Server 2008 we cannot define an interval of less than 10 seconds. The job is used to insert/update visitor information, and segmentation information...
View ArticleOracle force job to fail via raise_application_error
I have a business-flow consisting of several steps implemented as stored procedures in Oracle. I want wrap the whole flow, which is linear (Step1 -> Step2 -> Step3 ->…) into a job that will...
View ArticleSQL Server Agent 2012 Job Schedule Report [closed]
I am looking for a report that will display graphically what jobs are scheduled on the server and when. My goal is to very quickly be able to glance at it and find a time where a new job will not...
View Articlewhy jobs doesn't list commands from script
I have a script that runs some programs in the background, but after running it, they are not listed by the command ‘jobs’. Why is this? (./m_prog -t m_prog1 m_config) & (./m_prog -t m_prog2...
View ArticleDifference between server Jobs and Workers?
I am trying to understand the difference between server workers and server jobs. Google has not been very helpful because the keyword “jobs” is being construed as an employment term… I have yet to find...
View ArticleRun SQL Server agent job in a particular resource governor pool
I read Considerations for Writing a Classifier Function on MSDN. The only way I see possible is to create a separate user account for each resource governor pool and to classify sessions based on that...
View ArticleHow to execute unix “jobs” command in python environment
I want to know currently running background process by using unix “jobs” command in python environment. I tried using import os os.system(‘jobs’) but it not works for me
View ArticleIs there a way to suspend an process belongs to shell A and foreground it in...
I knew how to suspend one process and bring it into foreground in current shell, but I have no idea about that If I have run a process in shell A and now I want to bring it into foreground in current...
View ArticleAre there places in the gaming industry for people who are artistic and...
Are there jobs, where you can switch from project to project between artistic roles (like sprite animations, concept art, visual development or even sound design) and programming roles?
View ArticleCan you Schedule a job inside another job?
I have many jobs that need to run but they cant run at the same time. the first step of each checks to see if any others are running if yes it waits a little bit and checks again. This can lead to a...
View ArticleJob is Storing History But 'Include Step Output in History' is not Checked
I have a SQL Server Agent Job. The ‘Include step output in history’ checkbox is unchecked. However, when I right-click oon the job and select ‘View History’, I can see that it is tracking step output....
View ArticleJob is Storing History But 'Include Step Output in History' is not Checked
I have a SQL Server Agent Job. The ‘Include step output in history’ checkbox is unchecked. However, when I right-click oon the job and select ‘View History’, I can see that it is tracking step output....
View ArticleDo I need a computer science degree to have a successful career in Linux?...
I recently got a bachelor’s in hospitality management, for 4 years I basically lied to myself thinking thats what I want to study while neglecting my interest in computer science. I’ve been getting to...
View ArticleIs it possible to add a process to the job list in bash (e.g. to reverse...
If I disown a job in bash and change my mind, can I undo it somehow ? If so, taking it further, is it possible to bring an arbitrary process under job control (an acceptable restriction would be that I...
View ArticleHow to get that very first programming job? [on hold]
I go to a crappy school, where we spend the first week learning about println and the second week how to create a variable. It feels very ap computer science like. I am about to graduate and I feel...
View ArticleBacking up SQL Jobs for an Instance
I would like to ensure that I have a backed up copy of every job on my SQL server 2008 R2 instance. Any suggestions?
View ArticleOracle jobs not running
I have created a new oracle instance and imported a schema consisting of schedular jobs in it. The import was successfull but the jobs are not running automatically. I can run the job manually by exec...
View ArticleSQL Server 2008 job failure
I have a problem on my servers sitting on different domains. I created a linked server that executes successfully and I can list the catalogue but when I schedule a job to execute I get this error:...
View ArticleShell function to check if there is a suspended process that's a child of...
I’d like to add an indicator to my PS1, showing whether there is a process suspended with ctrl+z. In order to do so, I’ll need a function that is able to check for this situation. I’m not even sure...
View ArticleWhat events cause each run_status code to appear in sysjobhistory?
We have been asked to report on the health of our SQL jobs. I am having trouble understanding the run_status column in dbo.sysjobhistory. The MSDB page for sysjobhistory gives this description: Status...
View Article