I have created an Inline Table-Value User Defined Function in SQL Server
I would like to input the parameters in various cells in an Excel spreadsheet, and have a table that will update with the results from those parameters when I enter them.
Normally, I do this with Microsoft Query, but that doesn't allow me to call a User Defined Function. So how do I go about creating an odc file, or otherwise connecting to that function?
I am using Excel 2010 and SQL Server 2008