<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; SQL: Принудительное использование нужного индекса]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5794&amp;type=atom" />
	<updated>2011-05-12T16:05:35Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5794</id>
		<entry>
			<title type="html"><![CDATA[Re: SQL: Принудительное использование нужного индекса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48336#p48336" />
			<content type="html"><![CDATA[<p>Я тоже не нашёл.... <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Евген]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25253</uri>
			</author>
			<updated>2011-05-12T16:05:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48336#p48336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SQL: Принудительное использование нужного индекса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48331#p48331" />
			<content type="html"><![CDATA[<p>Тоже погуглил - судя по найденному использование WITH после FROM это &quot;подсказки&quot;(&quot;Table Hints&quot;) оптимизатору запросов в SQL-Server(в Transact-SQL описано для ключевого слова FROM, или тут - <a href="http://www.sql.ru/articles/mssql/02101701PerformanceAddingHints.shtml">Повышение эффективности за счёт использования подсказок оптимизатору(SQL.RU)</a>). Что-то мне подсказывает что с mdb этот недоступно, по крайней мере в документации(включая онлайн) я об этом никаких упоминаний не нашел.</p>]]></content>
			<author>
				<name><![CDATA[BeS Yara]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25643</uri>
			</author>
			<updated>2011-05-12T11:42:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48331#p48331</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SQL: Принудительное использование нужного индекса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48330#p48330" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>BeS Yara пишет:</cite><blockquote><p>Откуда такая конструкция?</p></blockquote></div><p>нагуглил...</p>]]></content>
			<author>
				<name><![CDATA[Евген]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25253</uri>
			</author>
			<updated>2011-05-12T10:12:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48330#p48330</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SQL: Принудительное использование нужного индекса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48326#p48326" />
			<content type="html"><![CDATA[<p>Не нашел для SELECT такого ключевого слова - <a href="http://msdn.microsoft.com/en-us/library/ff821148.aspx">SELECT Statement (Microsoft Access SQL)</a>.<br />Откуда такая конструкция?</p>]]></content>
			<author>
				<name><![CDATA[BeS Yara]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25643</uri>
			</author>
			<updated>2011-05-12T08:16:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48326#p48326</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SQL: Принудительное использование нужного индекса]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48320#p48320" />
			<content type="html"><![CDATA[<p>Коллеги, вопрос в следующем...<br />возможно ли в запросе к MSAccess базе каким-нибудь образом указать принудительное использование нужного индекса.<br />Пробовал следующие варианты:<br /></p><div class="codebox"><pre><code>
select * from table with index=name_index where...
select * from table with(index(name_index)) where...</code></pre></div><p>Выдаёт ошибку в синтаксисе WITH <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Евген]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25253</uri>
			</author>
			<updated>2011-05-12T04:01:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48320#p48320</id>
		</entry>
</feed>
