Viewing 14 posts - 1 through 14 (of 14 total)
I use it and works like a champ. sql 2012 is actually improving on it with more options. It only governs when contention is happening on that scheduler, so keep...
December 13, 2011 at 10:31 am
prowlermax (11/28/2011)
I do have a question. I am planning to upgrade a two-node cluster from SQL 2008 to SQL 2008 R2.
My plan was to tear upgrade...
November 30, 2011 at 9:32 pm
When you check AWE in a 64bit instance, nothing happens. If you lock pages in memory, it makes use of the awe api. Set a max memory setting and you...
February 18, 2011 at 2:37 pm
The internal pool is internal to sql server. It can use all the memory available. You should do a dbcc memorystatus and paste it here.
February 14, 2011 at 12:39 am
hxkresl (7/13/2010)
Reo (1/4/2010)
I was face a question - How to handle out of disk Tempdb on production server? ; In an IBM DBA interview.
The interviewer’s concern is that if...
July 13, 2010 at 11:29 pm
Sounds like to me someone is not destroying their cursor 🙂
I see this every now and then..as http://support.microsoft.com/kb/307487 says, you must make sure no one is using tempdb...
July 13, 2010 at 11:27 pm
MS made some major improvements for clustering in terms of setting it up. In my opinion, it is MUCH easier to setup and recover from a node that needs rebuilt...
July 13, 2010 at 11:24 pm
What kind of traffic are you looking at? I let mine autogrow at 10% and I am getting millions of unique visitors everyday. The session job created by .net is...
July 13, 2010 at 11:21 pm
Hi,
I actually run a 2 node A/A's with 1200 db's on each instance with dual quad core's and 32 gigs of ram for each node. Works out pretty good, but...
July 13, 2010 at 11:17 pm
SELECT TOP 10
sql.text as sql
, qp.query_plan
, creation_time
, last_execution_time
...
January 24, 2009 at 11:00 am
The SP is cluster aware. Install on the active node. This is covered in the readme for sp3 for failover clusters.
January 22, 2009 at 8:29 pm
There is no uninstall for SP3. You need to reinstall SQL 2005. Make backups of your system databases along with your user databases.
January 22, 2009 at 8:27 pm
Viewing 14 posts - 1 through 14 (of 14 total)