As your SQL server is configured to run any query which will be executed with in 300ms. And now in your case, your query's estimated execution time is 353 which is more than the time set by the DB administrator.
So either you will need to optimise the query to be executed in lesser time or you should optimise the database tables to return your desired data in less time.
If you could give more details about the query then I might be able to tell you exactly whats going wrong.
Reputation Points: 9
Solved Threads: 1
Junior Poster in Training
Offline 91 posts
since Sep 2004