Viewing 15 posts - 13,366 through 13,380 (of 22,224 total)
I think that you installed SQL Server Express. That doesn't support SQL Agent. You can't install it because it just won't work. You have to look for some other method...
"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
February 8, 2011 at 8:37 am
It can be, but I thought you were more interested in what was running the backup process so you can get some control & understanding.
"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
February 8, 2011 at 8:17 am
parissa_bakhshi (2/8/2011)
another question is that I didn't see any wait resource showing CPU...
"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
February 8, 2011 at 8:12 am
If you're looking to focus on system metrics, then why would you set up a trace? That's for tactical measures of the performance of individual queries. If you want to...
"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
February 8, 2011 at 8:08 am
lianv 90648 (2/8/2011)
Thank you for the feedback. I just like to know how this can be scripted and scheduled in a job ?
Yes, use the script supplied by avinashily above.
"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
February 8, 2011 at 8:06 am
avinashily (2/8/2011)
and if suppose you have taken the trace output to a .trc file you...
"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
February 8, 2011 at 8:06 am
A backup can be run from anywhere. You can run one from the command line in sqlcmd, you can run them from Query Analyzer, and most often, it's stored as...
"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
February 8, 2011 at 8:04 am
smushti (2/7/2011)
The explain plans are different in prod and test although test is a clone of prod.
The wait time and type are both...
"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
February 8, 2011 at 7:40 am
Also, also, be cognizant of the fact that just becuase you have a high cost in an execution plan, doesn't mean that the process itself is very high cost. Execution...
"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
February 8, 2011 at 7:31 am
Those waits are I/O related. Spend your time working on that. Don't worry about the memory for now. Keep an eye on it, of course, but don't focus there.
"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
February 8, 2011 at 6:41 am
Thank you Jeff!
"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
February 8, 2011 at 5:33 am
Trey Staker (2/7/2011)
Threadizens, What are you currently using to run virtual servers on your desktops/laptops?
VirtualPC and VirtualBox. Loath as I am to admit it, the Oracle product is better.
"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
February 7, 2011 at 10:30 am
Roy Ernest (2/7/2011)
Great. I will keep appending the list. 🙂
Hey Roy,
You can put me down for virtual presentations, absolutely. Travel is something I can do, but it's very limited, 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
February 7, 2011 at 9:04 am
I need tons more information to even attempt to give you answer. A few places you should look, what process are you using to load? Is it a batch oriented...
"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
February 7, 2011 at 7:12 am
Are you shrinking the tempdb over & over? Please don't do that. It hurts the system in lots of ways.
If whatever you're processing needs to to use that much tempdb,...
"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
February 7, 2011 at 6:26 am
Viewing 15 posts - 13,366 through 13,380 (of 22,224 total)