Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. update table

update table

Scheduled Pinned Locked Moved Database
questionhelpannouncement
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Elham M
    wrote on last edited by
    #1

    How can I update my table every hour?please help me

    D 1 Reply Last reply
    0
    • E Elham M

      How can I update my table every hour?please help me

      D Offline
      D Offline
      David Mujica
      wrote on last edited by
      #2

      You question is a bit open-ended, but I'll try to point you in the right direction. If you are logged in as "sa" in SQL server Management Studio, look under "SQL Server Agent" and you will find "Jobs". Here you can create a job to execute with a Daily Frequency of every hour. Does this help? :cool:

      E 1 Reply Last reply
      0
      • D David Mujica

        You question is a bit open-ended, but I'll try to point you in the right direction. If you are logged in as "sa" in SQL server Management Studio, look under "SQL Server Agent" and you will find "Jobs". Here you can create a job to execute with a Daily Frequency of every hour. Does this help? :cool:

        E Offline
        E Offline
        Elham M
        wrote on last edited by
        #3

        Thanks but I'm not logged in as "sa". please explain more about job? I see it in sql server agent but I didn't work it.I should update table data every hour

        D 1 Reply Last reply
        0
        • E Elham M

          Thanks but I'm not logged in as "sa". please explain more about job? I see it in sql server agent but I didn't work it.I should update table data every hour

          D Offline
          D Offline
          David Mujica
          wrote on last edited by
          #4

          If you don't have sa access, then I would write a windows command line utility (no GUI) which can be scheduled in the Windows Task Schedule to run every hour to update your table.

          E 1 Reply Last reply
          0
          • D David Mujica

            If you don't have sa access, then I would write a windows command line utility (no GUI) which can be scheduled in the Windows Task Schedule to run every hour to update your table.

            E Offline
            E Offline
            Elham M
            wrote on last edited by
            #5

            Thanks David :)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups