Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 Pushing changes

Author  Topic 

alpha
Starting Member

1 Post

Posted - 2010-10-10 : 11:29:21
Not sure if this is the proper place to post this. I have a 3rd party application that periodically will push data to our table real time or every 5 minutes. These tables are just dump tables that will store all downloads from the 3rd party app. When the data is inserted into the dump tables, I need a client to process to massage the data, do some calculations, clean up and push them to production tables. W/o using triggers, how can I automatically let the client know that new data has been received from Sql Server.

   

- Advertisement -