How to create MS SQL Jobs?

Discussion in 'Databases' started by rafaelbelliard, Feb 2, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I need my database to check every 30 seconds for an action (e.g. inactivity) and perform a certain action afterwards.

    How can I use SQL Jobs? If not, what choices do I have?
     
  2. dmitri

    dmitri DiscountASP.NET Staff

    Scheduling jobs is not allowed because it requires administrative permissions at SQL Server Instance level, which cannot be granted in our shared hosting environment. You will need to make the external calls to your database to run your custom task every 30 seconds.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page