Hi,
In SQL Server ,I created an assembly to run an external DLL. When I run the stored procedure that execute my function I got an exception that my configuration file is not found.
Does any one know where the app.config should be located so that SQL Server knows how to load it. I have it right now in the same folder as my DLL.
Thanks in advance.