.NET Service
Hi All,
I am using a .NET dll through the CF 9 .NET Service to invoke a method that simply returns a DataTable which I then use in a CFQUERY to output to a table. It runs fine with smaller datasets but when I get to a few thousand it starts slowing down considerably to the tune of taking 2 minutes for a query. This same query is returned within a few seconds in SQL Server 2008 and using ASP.NET to invoke the dll it's easily handled in 20 seconds or less. It only returns 7 columns so there isn't a giant complex datatable or anything. I've been scouring the Web trying to find causes for this and possible solutions and can't find anything anywhere. It's a Windows Server 2008 R2 box running CF 9.0.1.
Thanks very much in advance for any help you can give.
Thanks!
Ed
