Viewing 15 posts - 1 through 15 (of 78 total)
hisakimatama (4/29/2014)
SELECT NEWID()
FROM sys.columns A
CROSS JOIN sys.columns B
CROSS JOIN sys.columns C
That should chomp up a good amount. Just ran...
April 29, 2014 at 2:11 pm
Thanks Eric but when I set the Min and Max memory, it actually does not change anything at all. I am looking in Task Manager, at the sqlservr.exe process. The...
April 29, 2014 at 1:59 pm
Thanks Eirikur, but I am looking to fill up the memory that is already allocated to this SQL Instance. Say you adjust the memory to 4GB as you've show, what...
April 29, 2014 at 7:33 am
So it is hard for me to run sp_who3 on these servers because they are in production, and if I make any permanent changes at all, I have to go...
May 21, 2013 at 7:56 am
Thanks for all the comments. These are two servers in an Active/Active cluster. Each has 96 GB RAM, and dual 6-core Xeons, meaning 12 real cores, and Hyperthreading is on,...
May 21, 2013 at 7:13 am
When y'all say use sp_who3, which one do you mean? I found a bunch of different versions just by doing a google search:
http://sqlserverplanet.com/dba/a-better-sp_who2-using-dmvs-sp_who3
http://mrdenny.com/applications/sp_who3
http://www.sqlservercentral.com/scripts/SP_who3/69906/
May 20, 2013 at 1:05 pm
Thank you, but when I look in Task Manager, the Image Name with the highest CPU is not surprisingly sqlservr.exe. And that is hovering around 99%. So I need...
May 20, 2013 at 12:11 pm
Here are a couple other tools.
Again, I can't change anything on Prod servers, even configuring MDW isn't allowed, and I've found it to be extremely useful...
Configure the Management Data...
May 17, 2013 at 5:09 am
Thank you all, these are very helpful!
This is a production server, so I can't make *any* changes like installing software, not even Who is Active.
But what I can do is...
May 14, 2013 at 2:18 pm
Bill (fluffydeadangel) (3/28/2013)
March 29, 2013 at 8:29 am
You said this database is Read Only?
If so, there should be no reason why you can't set it to Simple Recovery Model, then Shrink the Transaction Log file down to...
March 28, 2013 at 1:54 pm
OK, I've got what I need now. Again, pretty much thanks to Gail!
My question was: how do I find the Instances that are running on this Node of this cluster?...
January 30, 2013 at 10:57 am
Thanks Gail!
I had to 1. actually create the SP over on the other server first, 2. add in both single-quotes and parentheses around ('FixMemory'), and 3. also put in a...
January 29, 2013 at 1:46 pm
worker bee (1/29/2013)
there are two ways to see where cluster nodes are;
I was looking for a way to find out which Instances are running on which server programmatically, so that...
January 29, 2013 at 1:11 pm
I asked one of our Domain Admins, and he said:
- The domain functional level is at 2003 (even though servers are 2008).
- AD and DNS are integrated.
- Yes we do...
October 4, 2012 at 1:59 pm
Viewing 15 posts - 1 through 15 (of 78 total)