|
I'm running mysql on a server, and I've created a backup project. I've also set the schedule for the project to be 7:00 am every day, but it doesn't run on schedule (well, ever actually).
I can manually run the backup project (and often do, I restore ...
Started by SnOrfus on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
It suggests that the problem may be with the user/password ... .
This thread on the mysql support forums seems to cover what you're running into .
Make sure you entered correct login+pass for the scheduled task.
Without log it's only guessing games.
|
|
I have a table of schedule items, they may be scheduled for the same time. I'm wondering how to have them all execute at the correct time when:
The problem I see is that executing one scheduled item (like a scheduled twitter post) requires an API request...
Started by rksprst on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This would allow all of the scheduled processes to be launched rapidly asynchronously so they....
Then each of the items should be scheduled asynchronously using the BackgroundWorker process.
I would use a Windows service to accomplish this.
|
|
One of the elements of the Joel Test is that you have an up to date schedule. What tools do you use to create and maintain your project schedule? How often is it updated?
Started by John Channing on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
MS Project is a good place for the schedule to sit since many people know at least milestones, and chuck in some....
This gives time for one to reevaluate before anyone is schedule to be done, saving face a spreadsheet.
No matter how small.
|
Ask your Facebook Friends
|
IMT's 1 vs. 1 Schedule (Completed Schedule, closed for business) week 1: Salim420
week 2: Folo
week 3: Ian
week 4: DawgWarrior
week 5: AZCAT00
week 6: SummerCat
week 7: Jimmercat
week 8: Kusux23
week 9: UAlum
week 10: ESQ
week 11: Jav
week 12: Thunder...
Started by IT'S MILLER TIME on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at pointguardu):
They might do the same, but they are not going to do better.' Sean Miller Week 9? Originally Posted by UAlum Week 9? done Head Administrator of
To view links... .
'No coach is going to out-recruit me.
I guess you can have week 5 since you already posted it .
|
|
Can we schedule a Stored Procedure to run every 3 seconds in SQL server 2005 ? I could not find a way to schedule it so currently i am calling from front-end. The schedular interface allow minimum 1 minute of scheduling.
Started by Manjoor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Procedure with waitfor procedure:
WAITFOR DELAY '00:01'
You can schedule it every minute to run 20.
|
|
I was reading the nap schedule post and now I'm wondering how long you wait to put LO down for their first nap and second nap if they take two.
I remember when our babies were much younger that someone posted an article or something about putting your...
Started by --halo-- on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at thebump):
I pretty much just follow.
It's so happened enough times that I do everything I can to keep her on schedule.
For 30-60mins), so he'll go on a more 1-nap-a-day schedule and take a longer nap right after lunch.
|
|
How to schedule a Windows server to reboot at a specified time?
It's about a Windows Server 2003 and Windows Server 2008 .
Started by Toro on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
XP%20to%20shutdown.doc
The easiest way to schedule a simple reboot is to use the AT command.
|
|
Hello,
I want to auto-schedule a thread with a particular time interval. I also need to execute this in the background continously without hangs to the device.
I have tried this with Application Manager Class but it's for application scheduling and I ...
Started by Rishabh on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you need it to wake up at a particular time, rather than just sleep for a particular time, then ... .
As long as the application is running - just create the thread and after each bit of work call Thread.sleep for as long as you need it to stay dormant .
|
|
How do I schedule SSIS to automatically execute a package from a file at a given time every day?
Started by BlueEyes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This SQL Server should have SQL Server....
Open SQL Server Management Studio and connect to the Database Engine of the SQL Server that will run the job .
You have a few options, but I'll give you something that will allow you to get up and running quickly.. .
|
|
On Windows Server (2003/2008): is there a way to schedule Windows Updates (and reboots) exclusively on sundays, 1 a.m. (for example)?
Started by splattne on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Any client computer (or a server machine) receive updates....
The WSUS is able to collect all needed updates (with or without downloading them) .
The WSUS works like a proxy between Microsoft Update Server and you .
There is solution if you would use the WSUS.
|