Viewing 15 posts - 3,136 through 3,150 (of 9,644 total)
Well, from the MS item for SQL Server 2005 SP3 CU2 page:
A supported cumulative update package is now available from Microsoft. However, it is intended to correct only the problems...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 11:21 am
Les Cardwell (3/24/2010)
Steve Jones - Editor (3/24/2010)
I'd like to see this start going, though I think we need a forum, and a long debate on the PASS site. We probably...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 11:02 am
repent_kog_is_near (3/24/2010)
Yes, I see that other regular DBCC commands run and get captured.Why name it 'DBCC' for a counter?
From BOL:
DBCC Logical Scan Bytes/sec
Number of logical read scan bytes per second...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:59 am
Yes, you need to run the setup from 64-bit. SQL Server 2008 is at SP1 right now, so you'll need that.
I believe if you let it autorun or click...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:56 am
Bill Nicolich (3/24/2010)
Denver
Denver
Denver
I mean, let's do Denver everybody! Wait. Where did that idea come from? It just popped in there.
We could throw a barbeque in Steve's backyard. We'll get sauces...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:52 am
IF the user needs to access the production server than you need the user on the production server.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:51 am
If you are using the stored procedure command type, which you should be, then they will be RPC.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:46 am
DBCC Logical Scan Bytes/sec is not a DBCC command it is a performance counter. Are you seeing any DBCC commands being run. I know that RedGate SQL Prompt...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:44 am
Try checking these installation instructions
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:37 am
All the WA_SYS stuff is system generated column statistics.
This query provides a bit more information than you need, but will help you query the Default Trace better:
With cteObjectTypes AS
(
SELECT
TSV.trace_event_id,
TSV.subclass_name,
TSV.subclass_value
FROM
sys.trace_subclass_values AS...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:25 am
I don't think you gain any benefit from having 2 partitions on the same array. If you are using pre-WIndows 2008 you should make sure you have your partitions...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:12 am
Nah, don't worry about the location. It just means that you might get different answers because things change from version to version. Not as big a deal when...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:09 am
Because they use DMV"s you need VIEW SERVER STATE and/or VIEW DATABASE STATE.
http://technet.microsoft.com/en-us/library/ms188754.aspx
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 9:02 am
Hmmm, that's an interesting one. I'm just guessing here, but the application is probably creating that table somewhere. Is that table referenced in the function?
I'd do a trace...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 8:41 am
Since you are talking 2008 you should have posted in a 2008 forum. Are those 4 drives going to hold everything (OS, Data, Logs)? What are you projecting...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
March 24, 2010 at 8:36 am
Viewing 15 posts - 3,136 through 3,150 (of 9,644 total)