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. Web Development
  3. ASP.NET
  4. How to send automatic alerts??

How to send automatic alerts??

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminhelptutorial
5 Posts 5 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.
  • V Offline
    V Offline
    venkatasatyakota
    wrote on last edited by
    #1

    I am in need of writing an application ,as soon as i deployed an application in asp.net server it has check automatically a column of a table depending the value i have to send emails on daily basis(that means when a day changes it has to automatically scan the entire table based on that it has to send emails..)please help me out in this matter

    M D M G 4 Replies Last reply
    0
    • V venkatasatyakota

      I am in need of writing an application ,as soon as i deployed an application in asp.net server it has check automatically a column of a table depending the value i have to send emails on daily basis(that means when a day changes it has to automatically scan the entire table based on that it has to send emails..)please help me out in this matter

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      Use windows scheduler.

      Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      1 Reply Last reply
      0
      • V venkatasatyakota

        I am in need of writing an application ,as soon as i deployed an application in asp.net server it has check automatically a column of a table depending the value i have to send emails on daily basis(that means when a day changes it has to automatically scan the entire table based on that it has to send emails..)please help me out in this matter

        D Offline
        D Offline
        DeveloperAtul
        wrote on last edited by
        #3

        Hi, You can schedule triggers on database based on time condition. Or You can execute a function that check the current date value after a specified time period and if old date and new date is not equal then you can execute your code. Regards Atul.

        1 Reply Last reply
        0
        • V venkatasatyakota

          I am in need of writing an application ,as soon as i deployed an application in asp.net server it has check automatically a column of a table depending the value i have to send emails on daily basis(that means when a day changes it has to automatically scan the entire table based on that it has to send emails..)please help me out in this matter

          M Offline
          M Offline
          Member 3879881
          wrote on last edited by
          #4

          y u cant go for scheduled tasks? i acheived using that

          Thanks & Regards, Member 3879881, please don't forget to vote on the post

          1 Reply Last reply
          0
          • V venkatasatyakota

            I am in need of writing an application ,as soon as i deployed an application in asp.net server it has check automatically a column of a table depending the value i have to send emails on daily basis(that means when a day changes it has to automatically scan the entire table based on that it has to send emails..)please help me out in this matter

            G Offline
            G Offline
            goodideadave
            wrote on last edited by
            #5

            If your database is SQL Server, I would create a SQL Agent job that runs on a schedule to scan the table. Then you can use database mail to send the emails.

            My other signature is witty and insightful.

            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