Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CRM 2011 Silverlight Stored Procedure [closed]

Are there any ways to call the Stored Procedure that is stored in the SQL Server of CRM 2011?

I want to make a Silverlight app that will be used by CRM 2011 and it will requires data that use the Stored Procedure (this is because of the complexity of the query - dynamic sql, temp table, etc)

like image 658
daniel Avatar asked Nov 23 '25 02:11

daniel


1 Answers

I think you should use WCF services with ado.net.

following link can help you.

http://www.codeproject.com/Articles/37393/4-Simple-Steps-to-Consume-WCF-Service-using-Silver

like image 189
Prashant Mehta Avatar answered Nov 24 '25 19:11

Prashant Mehta