Viewing 15 posts - 15,526 through 15,540 (of 22,219 total)
TAMMYAUDETTE (4/12/2010)
I am genuinely grateful for the help I've received so far, and I look forward to the point where I can take what I've learned...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 13, 2010 at 5:27 am
I hope that person didn't read the whole article and still come away with the impression that it was serious... but it looks like they came away with that impression,...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 12, 2010 at 6:53 am
It's possible that you have some skewed data that when used to generate the execution plan, it results in a bad plan, but when different data is used, you get...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 9, 2010 at 11:30 am
Then you need to resort to traditional methods. Make a much bigger log file. Break up the transaction into smaller parts, either commit seperate sections of the process instead of...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 9, 2010 at 7:59 am
Yeah, you can gather a lot of performance metrics from DMV's. You can't get into what's occurring within an execution plan with anything except execution plans, but you can get...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 9, 2010 at 6:44 am
Try putting tblHolding into a database and then setting the Recovery to simple. That way the log will only hold open transactions and those transactions completed between checkpoints. You won't...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 9, 2010 at 6:39 am
I'd need more details to be sure, but it sounds like you're seeing execution plans change during the day. Updating the stats causes the plan to recompile. I'd suggest getting...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 9, 2010 at 6:32 am
If it was working two days ago and it's not working now, something changed somewhere.
It doesn't state explicitly that you're using SQL Agent to run this, but I'll assume so....
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 9, 2010 at 6:22 am
sp_updatestats uses a sampling methodology to build the statistics for the table. This means that it's not looking at all the data available to build the statistics. Most of the...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 9, 2010 at 6:18 am
Idera's PowerShell Plus
Red Gate's SQL Search
Ascendo Datavault
GTD Outlook plugin
And since I'm here...
Access? You just got voted off the island and we're considering reinstating tar, feathers and getting a ride on...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 9, 2010 at 6:03 am
I know you already figured it out, but just in case, I saw this:
http://www.mssqltips.com/tip.asp?tip=1902
I've never done this stuff, so I have no idea how useful it might be.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 8, 2010 at 10:14 am
I'm with Michael, define the "True DBA" and I'll tell you if I meet that requirement.
I know that a lot of my tasks fall into traditional DBA areas. I also...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 8, 2010 at 6:53 am
Why not just go right to the source?
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 8, 2010 at 6:50 am
Ha! I did office clean-up for a while too. I agree, it teaches lots of lessons. And, it provides excellent perspective. I'll always remember just how sweet I've got it...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 8, 2010 at 5:31 am
Gianluca Sartori (4/8/2010)
WayneS (4/7/2010)
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 8, 2010 at 5:26 am
Viewing 15 posts - 15,526 through 15,540 (of 22,219 total)