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. can i get some operation infomation from SQLsrv2k ?

can i get some operation infomation from SQLsrv2k ?

Scheduled Pinned Locked Moved Database
tutorialquestion
4 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.
  • F Offline
    F Offline
    fu0
    wrote on last edited by
    #1

    i thought SQLsrv2k had a interface for 3rd part software to gain operation infomation. For example, while a record is inserted into a table, the 3rd part software might get this information. also it might like the windows message mechanism, any operation may produce a message to windows or others. is this possible ?

    R 1 Reply Last reply
    0
    • F fu0

      i thought SQLsrv2k had a interface for 3rd part software to gain operation infomation. For example, while a record is inserted into a table, the 3rd part software might get this information. also it might like the windows message mechanism, any operation may produce a message to windows or others. is this possible ?

      R Offline
      R Offline
      RichardGrimmer
      wrote on last edited by
      #2

      DO you mean TRIGGERS? Can set one up On insert / update / delete which can then execute code inside SQL Server, or do you mean the ability for a third party app to recieve change notification? "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

      F 1 Reply Last reply
      0
      • R RichardGrimmer

        DO you mean TRIGGERS? Can set one up On insert / update / delete which can then execute code inside SQL Server, or do you mean the ability for a third party app to recieve change notification? "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

        F Offline
        F Offline
        fu0
        wrote on last edited by
        #3

        Triggers might be a solution for this. But it need to modify the database. So i prefer a third party application to do this without modify the database. i thought it can receive change notification like windows hook doing. where can i start ? And is there aother way ?

        R 1 Reply Last reply
        0
        • F fu0

          Triggers might be a solution for this. But it need to modify the database. So i prefer a third party application to do this without modify the database. i thought it can receive change notification like windows hook doing. where can i start ? And is there aother way ?

          R Offline
          R Offline
          RichardGrimmer
          wrote on last edited by
          #4

          Think that you would struggle to do it - the 3rd party app would need to constantly poll the DB looking for changes, which at best would affect performance! "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

          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