Home All Groups Group Topic Archive Search About


Author
19 May 2005 7:59 PM
docsql
How do  you check if your sql Server is enabled with Address Windowing
Extensions (AWE) support?

Author
19 May 2005 8:09 PM
Hari Prasad
Hi,

Execute the below command in query analyzer:-


sp_configure 'awe enabled'

In the result set if the RUN_VALUE is 1 then Awe is enabled and if the value
0 then Awe is not enabled in ur server.

Thanks
Hari
SQL Server MVP



Show quoteHide quote
"docsql" <docsql@noemail.nospam> wrote in message
news:eIA3K1KXFHA.3140@TK2MSFTNGP14.phx.gbl...
> How do  you check if your sql Server is enabled with Address Windowing
> Extensions (AWE) support?
>
Are all your drivers up to date? click for free checkup

Author
19 May 2005 8:12 PM
Alejandro Mesa
exec sp_configure 'awe enabled'


AMB

Show quoteHide quote
"docsql" wrote:

>  How do  you check if your sql Server is enabled with Address Windowing
> Extensions (AWE) support?
>
>
>

Bookmark and Share