<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; MS SQL Server: как определить версию SQL-сервера, SP, MDAC]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=24</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=24&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «MS SQL Server: как определить версию SQL-сервера, SP, MDAC».]]></description>
		<lastBuildDate>Sat, 08 Jul 2006 18:43:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[MS SQL Server: как определить версию SQL-сервера, SP, MDAC]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=36#p36</link>
			<description><![CDATA[<p>Запрос:<br /></p><div class="codebox"><pre><code>select @@version</code></pre></div><p>вернёт версию MS SQL Server. Номер версии содержит последний установленный Hotfix, например &quot;8.00.818&quot; - установлен Hotfix 818. Далее на сайте Microsoft смотрим, в какой SP входит этот Hotfix (чтобы определить свой SP), или после какого SP идёт этот Hotfix.</p><p>Версия MDAC находится в реестре:<br /></p><div class="codebox"><pre><code>HKEY_LOCAL_MACHINE\Software\Microsoft\DataAccess</code></pre></div><p>Кроме того, можно вручную посмотреть версию в свойствах файла:<br /></p><div class="codebox"><pre><code>C:\Program Files\Common Files\System\Ole DB\msdasql.dll</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (The gray Cardinal)]]></author>
			<pubDate>Sat, 08 Jul 2006 18:43:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=36#p36</guid>
		</item>
	</channel>
</rss>
