本文介绍了如何确定查询返回的行数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的查询在返回结果之前需要超过3个小时。我已经根据DTA的建议添加了索引。我不知道我该怎么办呢。请给我建议..谢谢



我尝试过:



使用Profiler和DTA然后将索引添加到表

i have a query that takes more than 3 hours before it return the results. i have already add indexes based on the suggestion of DTA. and i don't know what else should i do with it. please give me advice.. thanks

What I have tried:

Use Profiler and DTA then add indexes to the tables

推荐答案



这篇关于如何确定查询返回的行数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-07 18:04