I have a browse when sorted by the description field the SQL server takes a very long time to return the results of the view. Now I'm already take steps to make the view faster, that's not my big concern. My big concern is that while waiting the the view results the net talk server won't respond to any other requests. Or at least not any where the p_web object is ask to access the database. The requests just keep piling up until the SQL server finally returns it's results.
Net talk; 8.68 with SQL Server 2012 Express
Thanks
Matthew