Webservice for Watching a Table in SQL server and populating it.

Posted by GayaMani on Stack Overflow See other posts from Stack Overflow or by GayaMani
Published on 2010-05-22T09:59:59Z Indexed on 2010/05/22 10:00 UTC
Read the original article Hit count: 136

Filed under:
|
|
|

Can we write a web service to watch a table in sql server. whenever the corresponding table is populated with new records, the new records should appended to the another table which has the same structure of the old one.

Is this is possible using webservices if not how to perform this.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET