Timer for Executing the procedure automatically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saranya chellus
    New Member
    • Dec 2011
    • 1

    #1

    Timer for Executing the procedure automatically

    I need to execute one procedure automatically using timers in mssql. for example everyday it will executed automatically at the 12:00 00:00:00:000. Give me some codes for that...
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Don't really need code for that per se. Use the Business Intelligence software (which is a pared down version of Visual Studio) that comes with SQL Server and create an SSIS package. Deploy the package to the server and then set up a job and set the schedule.

    Comment

    • ck9663
      Recognized Expert Specialist
      • Jun 2007
      • 2878

      #3
      Why not just create a job for it?

      Good Luck!!!


      ~~ CK

      Comment

      Working...