October 27, 2009 at 2:53 pm
Kristy Lanter (10/27/2009)
How about Enterprise edition 64 bit?
Enterprise Edition has always had the ability to lock pages in memory.
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
October 27, 2009 at 3:19 pm
Yeah, but what I was wondering was if it was really needed. Back a few years ago I read someplace it wasn't necessary to set it up but I'm doing it anyhow. Just recently experiencing I/O messages. Thanks.
October 27, 2009 at 3:25 pm
Kristy Lanter (10/27/2009)
Yeah, but what I was wondering was if it was really needed. Back a few years ago I read someplace it wasn't necessary to set it up but I'm doing it anyhow. Just recently experiencing I/O messages. Thanks.
Personally, I always enable it. You don't say what the I/O messages say...?
This article was about lock pages in memory on Standard Edition and the message that can appear to say that a significant part of SQL Server's allocated memory has been paged out. Is that what you're seeing?
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
October 28, 2009 at 7:26 am
Just researching issues we have that really are not related to the article but came across this article and got me thinking. I was able to lock the issue down to a peice of code that when submitted locked the floor down (casino) and disabled it. Things are good now, just need to fix that code. Good article though.
September 20, 2010 at 10:59 am
Is this update required for an environment running SQL Server 2008 SP1 Standard 32-bit using AWE and PAE in order for Lock Pages in Memory to be functional? I only see 64-bit referenced in the various posts that I've seen. Thanks.
September 20, 2010 at 11:07 am
Charles Hottle (9/20/2010)
Is this update required for an environment running SQL Server 2008 SP1 Standard 32-bit using AWE and PAE in order for Lock Pages in Memory to be functional? I only see 64-bit referenced in the various posts that I've seen. Thanks.
No the update is for 64-bit only.
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
September 25, 2010 at 4:34 pm
When adding the -T846 where exactly do add the parameter at the very begining? Can you please show an
example, it would be well appreciated.
Thank you
September 25, 2010 at 5:46 pm
brown-415622 (9/25/2010)
When adding the -T846 where exactly do add the parameter at the very begining? Can you please show an example, it would be well appreciated.
The trace flag is 845 not 846.
You need 2005 64-bit Standard at least SP3 + Cumulative Update 4, or 2008 64-bit Standard at least SP1 + Cumulative Update 2:
http://support.microsoft.com/kb/970070
Here is a link showing how to set it as a start-up option:
How to know your system is now using Locked Pages successfully:
How to configure start-up options (general info):
http://msdn.microsoft.com/en-us/library/ms345416.aspx
Using start-up options:
http://msdn.microsoft.com/en-us/library/ms190737.aspx
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
September 25, 2010 at 6:44 pm
I have read all the documentation my issue is I'm not sure where to put the -T845 parameter
at startup.
-ll:\masterdb\mastlog.ldf;-el:\LOG\ERRORLOG;-dl:\masterdb\master.mdf
Does it go at the begining? I keep getting an error when restart SQL service.
running 64 bit standard 2005 with cumm patch 11.
Thanks
September 25, 2010 at 6:46 pm
brown-415622 (9/25/2010)
I have read all the documentation my issue is I'm not sure where to put the -T845 parameter at startup.Thanks
Well excuse me! You didn't give that impression by quoting the wrong number 😛
It goes at the end.
edit: exactly as shown in the picture in the link I gave: http://blogs.msdn.com/b/psssql/archive/2010/02/19/did-you-start-your-sql-server-engine-correctly.aspx
:doze:
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
September 26, 2010 at 12:26 pm
Thanks for your help, it worked.
Viewing 11 posts - 16 through 25 (of 25 total)
You must be logged in to reply to this topic. Login to reply