Viewing 15 posts - 196 through 210 (of 321 total)
As a DBA all I can do is make a recommendation to the development area that their code be fixed. I can even point them to the exact line(s)...
October 22, 2007 at 6:50 am
This command tells SQL Server to log error 229
sp_altermessage 229, 'WITH_LOG', 'true'
GO
The script below creates the alert. I have the alert start a job that essentially captures the results...
October 12, 2007 at 8:40 am
The SQL Server service account is a domain account with local administrative permission.
October 5, 2007 at 12:30 pm
/3GB deals with virtual address space, which is different then PAE, which allows you to use more then 4GB of physical memory. Using /3GB allocates 3GB of virtual address...
October 4, 2007 at 7:15 am
I tried to, but the OS would not load when the /3GB and PAE were set at the same time. We called Microsoft and was told by an OS...
October 4, 2007 at 6:42 am
I did not know that. That's something I will keep in mind. One of our server guys fixed the problem by updating various drivers/firmware. He also addressed...
October 3, 2007 at 12:06 pm
Thanks Simon. I spoke with Microsoft regarding the issue and their OS engineer and SQL engineer both recommended I not use the /3GB switch. The OS engineer said, outside of...
September 24, 2007 at 7:52 am
Here's an update. I spoke with Microsoft today regarding the /3GB switch and SQL 2000. I added the switch to a server yesterday and it would not load the OS. ...
September 20, 2007 at 3:00 pm
I need to use PAE in order to access more then 4GB of memory. I've read it is ok to use /3GB provided the physical memory is less then 16GB. ...
September 20, 2007 at 10:46 am
Here's what I've entered. It's no different then how I've done it in the past with other servers.
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect /PAE /3GB
September 20, 2007 at 7:08 am
I'll enable it on our 64bit server and run some tests to see if performance has improved. The link below appears to imply that AWE memory doesn't impact the pagefile...
September 19, 2007 at 12:12 pm
I thank you both. I find this a bit confusing since heavy use of the pagefile is a possible indication of a memory bottleneck. However I agree that hard page faults is...
September 19, 2007 at 11:36 am
I believe those recommendations apply to application and file servers, not database servers. With a database server if you see paging consistently appoaching 2GB you probably have some serious memory issues. ...
September 18, 2007 at 10:03 pm
Hi Ellis,
I have AWE enabled in order to take advantage of the more then 4GB of memory. The paging is very small on my new 2005 servers, between 2.5% and...
September 18, 2007 at 10:11 am
Thanks. This does help. But why am I seeing some pagefile access if I have so much free physical memory. I thought the pagefile is only to be accessed if...
September 18, 2007 at 8:30 am
Viewing 15 posts - 196 through 210 (of 321 total)