Hi there, I have a question about a simple select statement for a stored procedure which takes about 1minute and 7 second to return one record in T-SQL debugger. However, if I take the same sql statement with the same parameter values and compiled it in a Query Analyzer window, it takes zero second for returning the same record. Anyone has any idea where is wrong and how do I able to test it? I tried the Profiler but not very helpful. Thanks,