【发布时间】:2011-09-25 17:15:01
【问题描述】:
我们知道Oracle支持一种叫做FIRST_ROWS的优化器模式,我想知道SQL Server是否有这样的东西。意思是what should I do if I want to get the first row of a select statement as soon as possible while not waiting it to complete。如果有,我可以在 ODBC 等数据库驱动程序中使用它吗?可能是 ADO 组件?
【问题讨论】:
标签: sql-server oracle odbc query-optimization ado