Alert message to remote SQL DB form local SQL DB IF no data from Software applicationQuery data from multiple...

Are encryption algorithms with fixed-point free permutations inherently flawed?

Will linear voltage regulator step up current?

Isn't a semicolon (';') needed after a function declaration in C++?

simplicial objects in a model category

Is it common to refer to someone as "Prof. Dr. [LastName]"?

Coworker asking me to not bring cakes due to self control issue. What should I do?

Dot product with a constant

Taking an academic pseudonym?

Is it ethical to apply for a job on someone's behalf?

Now...where was I?

Is there a way to pause a running process on Linux systems and resume later?

Manager has noticed coworker's excessive breaks. Should I warn him?

Multiplying elements of a list

Can a Hydra make multiple opportunity attacks at once?

When distributing a Linux kernel driver as source code, what's the difference between Proprietary and GPL license?

Do these large-scale, human power-plant-tending robots from the Matrix movies have a name, in-universe or out?

How Create a list of the first 10,000 digits of Pi and sum it?

Why do we divide Permutations to get to Combinations?

Have the UK Conservatives lost the working majority and if so, what does this mean?

Aliased pipeline using head and cut

Is it possible to detect 100% of SQLi with a simple regex?

Is there any danger of my neighbor having my wife's signature?

Why is Bernie Sanders maximum accepted donation on actblue $5600?

Wy do single power points exist?



Alert message to remote SQL DB form local SQL DB IF no data from Software application


Query data from multiple linked remote databasesDifference in Size of SQL Server 2008 R2 backup on Local disk and on Remote Network ShareIntegrating intranet web logins with AD emailsSlow query and Insert with triggerAlternatives to log shipping / Replicate a local SQL Server database on a remote DB accesible only by IPAccess SQL Server Express LocalDB from local area networkThe placement of database files in a shared folderHow can I synchronise Always Encrypted data from On-Premises to Azure SQL Database (near real time)?User response to Database MailSetting up Data Level Application Alerts in SQL Server













0















HI i am looking for a solution
for my software application which has local SQL DB for data storage and from the local SQL DB replicate the data in real time to Remote SQL DB for visualizing the data in dashboard this is possible with SQL configuration.



but i need to do another feature is kind of job scheduler - if the local DB not getting the data from software application for 15 mins i need to send binary alert or add field to the schema to notify the customer that there is no data coming in
i cannot send email because of the sql is in isolated network form enterprise network..
any one can help me give some answers .?










share|improve this question







New contributor




karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    HI i am looking for a solution
    for my software application which has local SQL DB for data storage and from the local SQL DB replicate the data in real time to Remote SQL DB for visualizing the data in dashboard this is possible with SQL configuration.



    but i need to do another feature is kind of job scheduler - if the local DB not getting the data from software application for 15 mins i need to send binary alert or add field to the schema to notify the customer that there is no data coming in
    i cannot send email because of the sql is in isolated network form enterprise network..
    any one can help me give some answers .?










    share|improve this question







    New contributor




    karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      HI i am looking for a solution
      for my software application which has local SQL DB for data storage and from the local SQL DB replicate the data in real time to Remote SQL DB for visualizing the data in dashboard this is possible with SQL configuration.



      but i need to do another feature is kind of job scheduler - if the local DB not getting the data from software application for 15 mins i need to send binary alert or add field to the schema to notify the customer that there is no data coming in
      i cannot send email because of the sql is in isolated network form enterprise network..
      any one can help me give some answers .?










      share|improve this question







      New contributor




      karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      HI i am looking for a solution
      for my software application which has local SQL DB for data storage and from the local SQL DB replicate the data in real time to Remote SQL DB for visualizing the data in dashboard this is possible with SQL configuration.



      but i need to do another feature is kind of job scheduler - if the local DB not getting the data from software application for 15 mins i need to send binary alert or add field to the schema to notify the customer that there is no data coming in
      i cannot send email because of the sql is in isolated network form enterprise network..
      any one can help me give some answers .?







      sql-server






      share|improve this question







      New contributor




      karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 10 mins ago









      karthikpgkarthikpg

      1




      1




      New contributor




      karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      karthikpg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "182"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          karthikpg is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230446%2falert-message-to-remote-sql-db-form-local-sql-db-if-no-data-from-software-applic%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          karthikpg is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          karthikpg is a new contributor. Be nice, and check out our Code of Conduct.













          karthikpg is a new contributor. Be nice, and check out our Code of Conduct.












          karthikpg is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Database Administrators Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230446%2falert-message-to-remote-sql-db-form-local-sql-db-if-no-data-from-software-applic%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Szabolcs (Ungheria) Altri progetti | Menu di navigazione48°10′14.56″N 21°29′33.14″E /...

          Discografia di Klaus Schulze Indice Album in studio | Album dal vivo | Singoli | Antologie | Colonne...

          How to make inet_server_addr() return localhost in spite of ::1/128RETURN NEXT in Postgres FunctionConnect to...