I was asked question by Jr. DBA that “What is AWE?”. For those who do know what is AWE or where is it located, it can be found at SQL Server Level properties. AWE is properly explained in BOL so we will just have our simple explanation.

Address Windowing Extensions API is commonly known as AWE. AWE is used by SQL Server when it has to support very large amounts of physical memory. AWE feature is only available in SQL Server Enterprise, Standard, and Developer editions with of SQL Server 32 bit version.
Microsoft Windows 2000/2003 server supports maximum of 64GB memory. If we have installed SQL Server 32 bit version which can support maximum of 3 GB memory on Windows 2000/2003, we can enable AWE feature to use available physical memory of server to improve performance of SQL Server. In simple words, AWE provides memory management functions which lets windows to allow more than 3GB memory to standard 32 bit application.
There are many other modification needs to be done before AWE option can be used. Please refer SQL Server BOL Using AWE for additional details.
Reference : Pinal Dave (http://blog.sqlauthority.com)












What has you experience been using AWE?
I find that it doesn’t use more memory at all….
Without AWE, I run a set a queries and run the process up to 1.5GB of memory, the pagefile runs up to about 2.3GB.
With AWE, I run the same set of queries and the process only uses 200 MB, but the pagefile runs up to about 10GB.
Keep in mind that it is paging to RAM and I have paging to disk disabled.
I am running 2003 Enterprise 32bit, 64 GB RAM, SQL 2005 Enterprise 32bit
My OS and SQL are 64bits, I do not need to use AWE, my Server has 250GB of memory and 6 x Octa processor.
The Problem IS:
There is some jobs running that drives SQL Server to take 240GB of memory and SQL seems to be not managing that taken memory and wants to allocate more and more then my jobs start failing due to this. Is there any idea why sql is trying to take more memory instead managing the allocated ammount?
Thanks.
@Marcos,
Have you resolved your problem with memory? It seems that we have the same problem with our SQL Server.
Actually we found SSIS issues. When the jobs using DTS packages starts, the dts process get running on the server and never closes. That was the problem. to work around it the SSIS services should be recycled from time to time. I escalated the issue to Microsoft and from that point on I could not follow up the issue, but I am retrieving that info from them. so far we had not a permanent fix.
Hi, I can see that the AWE feature is visible in a workgroup edition. is it going to work if i enable it? Thanks.
We have upgraded to SP4 on 14 Jan 13 and since then we are finding lots of table locks while using Navision. Can SP4 affect the performance