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
 SQL Server Administration (2005)
 Is it possible to invoke URL link in database trig

Author  Topic 

surenv2003
Starting Member

3 Posts

Posted - 2010-03-05 : 08:18:02
Is it possible to invoke URL link in database trigger in MS SQL Server 2005.


My requirement is to hit a url when I got inserted a new record in a table.

Please suggest a solution

Thanks in advance


Link Exchange with fun blog?http://finestmail.blogspot.com

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-05 : 18:20:59
If you can get to it from .NET, then you can get to inside a trigger via a .NET CLR object.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

surenv2003
Starting Member

3 Posts

Posted - 2010-03-06 : 00:32:15
Hi,

Can you please suggest any online article or sample for the same. I need a solution ASAP, as i have to impliment it for a client.

Thanks

Link Exchange with fun blog?http://finestmail.blogspot.com
Go to Top of Page

ahmad.osama
Posting Yak Master

183 Posts

Posted - 2010-03-09 : 06:52:40
quote:
Originally posted by surenv2003

Hi,

Can you please suggest any online article or sample for the same. I need a solution ASAP, as i have to impliment it for a client.

Thanks

Link Exchange with fun blog?http://finestmail.blogspot.com



google sql server 2005 .net clr
Go to Top of Page
   

- Advertisement -