Hi,
We have a page calling a Search stored procedure which internally uses SQL Server 2005 FTS. If the application remains idle for 10-15 mins, the first consequent call to the stored procedure times out. All subsequent calls work.
Is there any way to prevent this from happening? We don't want the first user getting a timeout and we also don't want to change our code.
Kind regards,