Viewing 15 posts - 16 through 30 (of 84 total)
Niraj (1/4/2009)
I guess..while deployment of data sources and reports itself...you can deploy the respective data sources in an individual folder..the reports must access their concerned data sources....
Please let me knw...if...
January 5, 2009 at 6:30 am
Perry Whittle (12/28/2008)
jlp3630 (12/27/2008)
Assuming that the system was running, how would you go about systematically getting baselines for reads/writes?
as you say, depends if the system is already live. If your...
December 29, 2008 at 7:07 pm
ALZDBA (12/28/2008)
- Did you follow best practices by taking a backup before you moved the datafiles ??
Yes, I took database backups. However, I was trying to save time and not...
December 28, 2008 at 3:20 pm
Perry Whittle (12/25/2008)
kendal.vandyke (12/24/2008)
Maybe the question was misunderstood.
not at all.
RAID 10 will generally offer a performance boost over RAID1 due to the striping across mirrored sets. As SQL server...
December 27, 2008 at 5:03 pm
Nicholas Cain (12/25/2008)
How about perfmon data piped into a sql table?
What perfmon data would you recommend capturing?
December 25, 2008 at 3:01 pm
GSquared (12/4/2008)
Matt Miller (12/3/2008)
GSquared (12/3/2008)
December 4, 2008 at 4:45 pm
Bob Hovious (11/19/2008)
November 20, 2008 at 6:47 am
Bob Hovious (11/17/2008)
You're passing a constant text string to your parm. Try adding the avg string to your dynamic SQL (@SQL) before you execute it.
Are you referring to...
November 18, 2008 at 6:40 am
The queries that I posted are actually the rewritten versions. Over the course of the report creation, this stored procedure (and it's "sibling" stored procedures) is getting called about 25000...
November 11, 2008 at 6:22 am
Thanks for the advice. Unfortunately, a consultant is not an option because I'm working for a startup company. I was hired on to be the DBA because of my general...
November 10, 2008 at 1:49 pm
TheSQLGuru (11/10/2008)
jlp3630 (11/10/2008)
TheSQLGuru (11/10/2008)
November 10, 2008 at 1:01 pm
TheSQLGuru (11/10/2008)
The query with the lowest IO requirement is the one with the lowest logical reads (unless there are LOB reads, in which case you also compare lob logical reads).
When...
November 10, 2008 at 12:21 pm
I re-attached an updated version of the table_definitions.txt with the table indices.
I'm actually trying to optimize someone else's stored procedure. The DISTINCT keyword existed in the previous version of...
November 10, 2008 at 6:36 am
I've attached the 2 queries with all the query table's I/O information, referenced functions, and create table statements.
If you need anything else, please let me know.
Thanks again for your input.
November 9, 2008 at 3:46 pm
Grant Fritchey (11/6/2008)
November 6, 2008 at 8:20 am
Viewing 15 posts - 16 through 30 (of 84 total)