Optimize SQL Server 2000, 2005 or 2008 in Large RAM System by Locking Pages in Memory and AWE最適化SQL Server 2000では、 2005年または2008システムを大規模なRAMのメモリ内のページのロックと畏怖の念
Microsoft SQL Server is a data-intensive and disk I/O (read and write) intensive database management systems.マイクロソフトのSQL Serverは、データ集約型とディスクI / O (読み取りおよび書き込み)集中データベース管理システムです。 For SQL Server which is running on a system with large amount or big size of physical RAM memory, such as system with 4GB, 8GB or even more gigabytes of physical memory, it can be configured to use the Address Windowing Extensions (AWE) API to provide access to physical memory in excess of the limits set on configured virtual memory, and force all paging to take place in memory for faster access. SQL Serverのシステム上で実行され、これは大量の物理RAMメモリまたはビッグサイズなど、システムに4GBの、あるいはそれ以上8ギガバイトギガバイトの物理メモリを、それを使用してアドレスを設定することもウィンドウの拡張子(畏怖の念) APIを物理的なアクセスを提供するの限界を超えるメモリを仮想メモリの設定に設定さと力のページング処理で開催されるすべてのメモリアクセスを高速化します。
With 〜とともに Address Windowing Extensionsアドレスウィンドウの拡張子 (AWE) API, Microsoft SQL Server can support and access very large amounts of physical memory, upwards of 64 gigabytes or more on Windows 2000 Server, Windows Server 2003 and Windows Server 2008. (畏怖の念) APIを、マイクロソフトのSQL Serverがサポートと膨大な量の物理メモリをアクセス、または複数の64ギガバイト以上のWindows 2000 Server上では、 Windows Server 2003およびWindows Server 2008 。 The specific amount of memory SQL Server can use depends on hardware configuration and operating system support. SQL Serverの、特定の量のメモリを使用することに依存してハードウェア構成およびオペレーティングシステムをサポートします。
Before enabling AWE, Lock Pages in Memory permission must be granted to the user account that run SQL Server, as AWE memory cannot be swapped out to the page files.畏怖の念を有効にする前に、ロックメモリ内のページのアクセス許可を付与しなければならないのSQL Serverのユーザーアカウントを実行し、メモリとして畏怖の念をすることはできません。スワップファイルを使用してページです。 Note that AWE is not required for 64-bit system, but Lock Pages in Memory privilege is recommended for 64-bit system though.畏怖の念には必須ではありませんに注意して64ビットシステムは、メモリ内のページの特権しかし、ロックがお勧めですかかわらず64ビットシステムです。
Step 1:ステップ1 : Enable PAE support on Windows Server PAEを有効にしているWindows Serverのサポート to allow large segment of physical memory to be used.大部分の物理メモリを許可するために使用しています。
Step 2:ステップ2 : Assign to enable Lock Pages in Memory permission割り当てるメモリのアクセス許可のページのロックを有効にする to SQL Server account.アカウントをSQL Serverにします。
Step 3: Enable AWE Optionステップ3 : オプションを有効に畏怖の念
Note that in Windows 2000 (Windows Server 2003 and 2008 are dynamic allocation on demand), if a value for max server memory is not specified, SQL Server reserves almost all available memory during startup, leaving 128 megabytes (MB) or less physical memory for other applications.に注意してWindows 2000で( Windows Server 2003および2008アール動的割り当てオンデマンド) 、サーバーの場合、メモリは最大の値を指定しない場合、 SQL Serverの準備スタートアップ中にほぼすべての利用可能なメモリを残し128メガバイト( MB ) 、または物理メモリの少ない他のアプリケーションに最適です。 And, the awe enabled option is an advanced option.とは、畏怖の念を有効になってオプションは、高度なオプションを選択します。 If you are using the sp_configure system stored procedure to change the setting, you can change awe enabled only when show advanced options is set to 1. sp_configureの場合は、システムストアドプロシージャを使用して、設定を変更するには、ときにのみ有効になって変更することができます畏怖の念を1に設定する高度なオプションを表示します。
To enable AWE and configure the min server memory to 1 GB (so that AWE mapped memory can be released up until 1 GB) and the max server memory to 6 GB, use the following commands:畏怖の念を有効にして構成するサーバーにメモリを1ギガバイト分(メモリマッピングできるように畏怖の念を1ギガバイト公開まで)と、サーバーにメモリを最大六ギガバイト、次のコマンドを使用して:
sp_configure 'show advanced options', 1 sp_configureの'詳細高度なオプション' 、 1
RECONFIGURE 再構成
GO 行く
sp_configure 'awe enabled', 1 sp_configureの'畏怖の念を有効になって' 、 1
RECONFIGURE 再構成
GO 行く
Restart SQL Server with the following commands: SQL Serverには、次のコマンドを再起動する:
net stop mssqlserver にnet stop mssqlserver
net start mssqlserver 当期純スタート]ボタンをmssqlserver
Then, configure memory:次に、構成メモリ:
sp_configure 'min server memory', 1024 sp_configureの'分サーバーのメモリ' 、 1024
RECONFIGURE 再構成
GO 行く
sp_configure 'max server memory', 6144 sp_configureの'最大サーバーメモリ' 、 6144
RECONFIGURE 再構成
GO 行く
Restart the SQL Server after all configuration to make the changes effective.再起動した後、 SQL Serverのすべての構成の変化に効果的です。 To disable AWE, simply set the awe enabled to 0 and execute the RECONFIGURE statement again.を無効に畏怖の念を、単に畏怖の念を有効にし0と設定して再構成ステートメントを実行してください。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Uninstall and Remove Multiple Database Instances of Microsoft SQL Server 2005をアンインストールし、複数のデータベースのインスタンスを削除するMicrosoft SQL Server 2005の
- Error Has Occurred While Establishing A Connection To SQL Server 2005 Which Does Not Allow Local and Remote Connectionsエラーが発生しましたSQL Server 2005での接続を確立するために、ローカルおよびリモート接続を許可されません
- Enable Logging of Slow Queries (Slow Query Log) in MySQL Databaseログを有効に遅いクエリ(スロークエリログ)にMySQLのデータベースの
- MySQL Database Performance Tuning Best Practices Video Tutorial MySQLデータベースのパフォーマンスチューニングのベストプラクティスのビデオチュートリアル
- Increase Terminal Server Speed and Performanceターミナルサーバーの速度とパフォーマンスの向上
- Easily Test Drive and Evaluate Microsoft Products with Virtual Hard Disk (VHD)マイクロソフト製品の評価を簡単にテストドライブおよび仮想ハードディスク( vhd )
- FireFox Add-On Freeware to Boost Productivity Firefoxのアドオンのフリーウェアの生産性を高める
- Change Oracle Database User Password Oracleデータベースのユーザのパスワードを変更
- Force Kernel Drivers and System Code to Stay Loaded in Memory to Boost Speed with DisablePagingExecutive Tweak力のカーネルのコードをご滞在のドライバとシステムメモリに読み込まれる速度とDisablePagingExecutiveの微調整を強化する
- Download Free Windows Embedded Server Products with Product Key to Develop Dedicated Server無料ダウンロードのWindowsのプロダクトキーに埋め込まれたサーバー製品を開発する専用サーバー



















June 7th, 2008 01:37 2008年6月7日01:37
[...] RAM is definitely faster than disk I/O. [...]のRAMディスクよりも速くは間違いなくのI / O Lock Pages in Memory option privilege must be enabled to configure Address Windowing Extensions (AWE) which allow a 32-bit software application to access more physical memory than it has virtual [...]メモリオプションのページのロックを設定する権限を有効にしなければならないのアドレスウィンドウの拡張子(畏怖の念)ができるように、 32ビットのソフトウェアアプリケーションにアクセスすることが他の物理メモリよりも仮想[...]
August 7th, 2008 11:10 2008年8月7日11:10
can we get working crack/key for作業は、私たちに亀裂/キーを
Microsoft SQL Server 2008マイクロソフトのSQL Server 2008
thanksありがとう