June 28, 2009 at 11:26 pm
Dear All,
One person asked me the following questions in an interview. Pls help.
1. Suppose I have 2 servers. Firt one is with 2GB RAM and the second one is with 8 GB RAM.
Both are having 32bit OS & SQL Server 2005.
If my manager is asking me to enable AWE, which server should I use for database.?
One with 2 GB RAM or 8 GB RAM..? and why..?
2.How to find out free space in LOG .?
Thanks in advance.
June 28, 2009 at 11:36 pm
1) Awe is for memory greater than 2GB
2) dbcc sqlperf('Logspace')
June 28, 2009 at 11:41 pm
Thanks for quick reply.
Any idea on my first question..?
June 28, 2009 at 11:46 pm
You can configure SQL server to use more than 2 GB (limit for 32 bit systems), by configuring AWE. So if you are enabling AWE its in the server with 8 GB.
June 28, 2009 at 11:49 pm
San (6/28/2009)
Dear All,One person asked me the following questions in an interview. Pls help.
1. Suppose I have 2 servers. Firt one is with 2GB RAM and the second one is with 8 GB RAM.
Both are having 32bit OS & SQL Server 2005.
If my manager is asking me to enable AWE, which server should I use for database.?
One with 2 GB RAM or 8 GB RAM..? and why..?
The one with 8GB ram.
For more on AWE (Advanced Windowing Extensions) :
http://stupidprogrammer.com/2008/09/24/sql-server-2005-and-awe/[/url]
2.How to find out free space in LOG .?
DBCC sqlperf(logspace)
Tanx 😀
June 28, 2009 at 11:51 pm
Thanks,
I answered like that. Wanted to confirm.
Once again thanks.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply