Or you can as you pointed out write a CLR procedure to do this. There may not be much out there for that type of setup though. I've never really checked on it but I have written CLR's to do this. You have to be very careful security wise of course sense your SQL Server will require external_access to make the calls. Broker was put in for just those types of tasks (and others). Some key things to remember with the CLR is the DB will need to be trustworthy along with external access granted to the owner of the assembly and the assembly of course will require a permission set of external access.
[sub]____________ signature below ______________
You may get help by means of code here. Just recall what happens to a rat when he eats the cheese off a rat trap while you're Ctrl+C/Ctrl+V'ing that code as your own[/sub]
I did look into using the Service Broker before i asked because I thought this was the logical choice, but it looks like you can only create a web service on a SQL box, but not call a webservice on an external box(unless I am mistaken)
You are correct, there isnt much info out there for this.
Check the end point discussion in the last article
[sub]____________ signature below ______________
You may get help by means of code here. Just recall what happens to a rat when he eats the cheese off a rat trap while you're Ctrl+C/Ctrl+V'ing that code as your own[/sub]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.