December 13, 2007 at 5:54 am
[font="Verdana"]I am following the MS kb "Resolution http://support.microsoft.com/kb/931279"
SQL Query:
exec sp_configure 'affinity mask', 0x0000FFFF
GO
reconfigure
GO
Message: Configuration option 'affinity mask' changed from 0 to 65535. Run the RECONFIGURE statement to install.
How do I run the RECONFIGURE statment, any ideas please?
Note: This CPu error only started happening after SQL SP2 was applied[/font]
December 13, 2007 at 6:31 am
It would appear that you've already runt he reconfigure statement.
--This statement caused the message you received...
exec sp_configure 'affinity mask', 0x0000FFFF
GO
--This is the RECONFIGURE statement that the system wanted...
reconfigure
GO
Looks like you should be all set.
December 13, 2007 at 6:42 am
Hi,
Or may be you can try this:
exec sp_configure 'affinity mask', 0x0000FFFF
GO
reconfigure with override
go
Renuka__
[font="Verdana"]Renuka__[/font]
December 21, 2007 at 9:40 am
[font="Verdana"]Thank you for the advice. Tried:
reconfigure with override
go
But still get the sql spewing in to the event log every 30mins
"The time stamp counter of CPU on scheduler id 3 is not synchronized with other CPUs."
id number from 1 to 16
Further suggestions most appreciated :D[/font]
December 21, 2007 at 2:52 pm
You need to bounce sql. The affinity mask is not dynamic.
February 5, 2008 at 3:25 am
[font="Verdana"]Bounced the sql server and it has made no difference.
Does anybody have any other ideas as the log spill is very miss leading.
Thank:D you[/font]
February 6, 2008 at 9:24 am
Actually you have been having the CPU timing issue you just didn't know about it until SQL Server 2005 SP2 added the notification to the event log... Here is a good article describing the topic.
May 22, 2008 at 9:58 am
I have changed the power to "always on" and set the affinity mask. But the message came back after 3 days. Any idea? Thanks.
May 22, 2008 at 12:02 pm
Are you running on AMD? If so, you can get a BIOS update from AMD to fix this issue. Work with your hardware vendor and/or AMD to get the correct fix and apply it.
Jeff
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
May 22, 2008 at 12:16 pm
Dell suggested to go BIOS and turn off Stepping, but warned processors speed could be down by 50%. Is it worth to turn off Stepping?
May 23, 2008 at 11:30 am
Dell suggested to go BIOS and turn off Stepping, but warned processors speed could be down by 50%. Is it worth to turn off Stepping?
May 23, 2008 at 11:37 am
Can't really answer that - it is something that you are going to have to test yourself to see if it does in fact slow the system down.
Jeff
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
May 23, 2008 at 12:38 pm
thanks Jeff, I will allocate some time that I can bring down the server and test it out.
July 2, 2008 at 3:36 am
I'm a newbie; HOW do you "run the RECONFIGURE statement"? For example, which thing do I run (Start | Programs | Microsoft SQL Server 2005 | then what????)? My log_[#].trc file tells me to "run the RECONFIGURE statement," but my problem is that I can't start MSSQLSERVER, so I don't even have a database to attach to.
"????"
Any help would be much appreciated!
Aloha,
pt
Viewing 14 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic. Login to reply