Viewing 15 posts - 16 through 30 (of 55 total)
SQLRNNR (1/14/2013)
On the server with the CPU spikes, please check the BIOS settings for Energy Saving features.If enabled, disable them.
Any documentation regarding this causing that behavior?
Thanks
January 14, 2013 at 9:19 am
Vedran Kesegic (1/12/2013)
SELECT count(*) FROM sys.dm_tran_locks WITH(NOLOCK)
Run it on both machines and compare the numbers. Almost idle system is a very different situation than a...
January 14, 2013 at 8:30 am
Vedran Kesegic (1/11/2013)
How many NUMA nodes that machine have? Did you messed with CPU...
January 12, 2013 at 9:35 am
anthony.green (1/11/2013)
January 11, 2013 at 1:21 pm
APA0876 (1/10/2013)
How can I send the execution plan on an xml format?Thanks
I posted two SQLPlans one for the server with the spike and the other sql for server that is...
January 11, 2013 at 8:40 am
Bhuvnesh (1/10/2013)
APA0876 (1/10/2013)
January 11, 2013 at 8:10 am
How can I send the execution plan on an xml format?
Thanks
January 10, 2013 at 9:06 pm
I have done this but I can't install the analysis services over cluster instance:
because of the following error:
Rule "Existing clustered or cluster-prepared instance" failed
The instance selected for installation is already...
December 20, 2012 at 9:01 am
Hi, this instance is an old production Box, so we do not want the jobs to execute accidentally as we did not disable them before we stop the agent so...
December 18, 2012 at 8:43 am
Thanks
December 17, 2012 at 3:22 pm
Yes, That is what I exactly want.
What I meant was - Install Oracle client driver to be able to create a linked server using an a system DSN previously...
December 17, 2012 at 11:17 am
Hi
Thanks for all the help!!!, this migration will be a success thanks to your advise
I have another question and it is related to the IPs, if I want to...
December 10, 2012 at 1:44 pm
Thanks Again,
in the case of the default instance, then it will look like this:
OriginalVirtualNetworkName
TemporaryVirtualNetworkName
In the case of the Named Instance:
OriginalVirtualNetworkName\InstanceName
TemporaryVirtualNetworkName\InstanceName
Before the migration of course.
Thanks
December 7, 2012 at 7:06 pm
Hi,
Thanks that's what we are planning - an upgrade to sql 2008 r2 keeping the same sql instance name to make this migration transparent to applications.
when you say create the...
December 7, 2012 at 1:54 pm
As this is a cluster it will need to be the Virtual network name. This is a named instance which have this format:
Networkname\instancename
the new name will be:
NewNetworkname\instancename or should...
December 5, 2012 at 2:15 pm
Viewing 15 posts - 16 through 30 (of 55 total)