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 2005 Forums
 Transact-SQL (2005)
 how to make a HTTP post to aspx pagr from trigger?

Author  Topic 

shaihan
Starting Member

20 Posts

Posted - 2009-03-25 : 03:46:26
i need to execute an aspx page whenever there is a change in my source table. i tried to search for an example how to call an aspx page, but couldn't find any. if anybody knows how to do it or have any example, please share.

S ]-[ /-\ | ]-[ /-\ N

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2009-03-25 : 04:26:30
What is "execute an aspx page"?



E 12°55'05.63"
N 56°04'39.26"
Go to Top of Page

shaihan
Starting Member

20 Posts

Posted - 2009-03-25 : 04:38:11
i just have to hit a url with a parameter from the inserted row, so that the aspx page is executed. just like a browser, when you request a page in the address bar the page gets executed on the server.

actually i need to forward the change to another server but i cannot use linked server. so if can hit a url whenever a change is made i can perform the sync through that page.

S ]-[ /-\ | ]-[ /-\ N
Go to Top of Page
   

- Advertisement -