Questions tagged [scheduled-task]

A scheduled-task means the launch of a program or script at predefined times or after specified time intervals.

662 questions
-5
votes
1 answer

cron - How many times the cron job will run when given aterisk(*) on all positions

If we define a cron job with * * * * * /some/task/to/perform, how many times the job will executed in 60 seconds?
-6
votes
1 answer

Database Backup using DOS commands or any other useful commands

I am planning to backup my database files from network drive to one other. Here is my requirement: All database should be backed up excluding certain file names starting with msdb, model etc. this backup should be held every day at 1 : 00 AM…
1 2 3
44
45