I have Visual Studio 2013.
I created a database project.
I added a CLR stored procedure to that project, and I want to call a WCF service from it.
Can anyone help me?
I want be able to change service address without changing my assembly, similar to what I can do in web.config
with the endpoint
section of my WCF client config.