Same proc times forever to execute in test server -
even though im running exact same stored procedures in test server @ least 5x slow execute.using local variables helps speed things guess parameter sniffing 1 of problems.another problem stored procedures misses cache 75% of time.when run profiler see cache miss, long wait, cache miss, long wait cache insert.then procedure starts executing.any suggestions?
Comments
Post a Comment