Viewing 15 posts - 166 through 180 (of 259 total)
There are a couple options here. Remember, that since SQL 2005, Maintenance Plans are basically just SSIS packages. The wizard just provides an interface with limited SSIS actions...
August 6, 2012 at 2:24 pm
Rob Schripsema (8/6/2012)
Revenant (8/6/2012)
JAZZ Master (8/6/2012)
crookj (8/6/2012)
SQLRNNR (8/6/2012)
salt n peppaSuga n Spice
Snips n Snails
Nips and Tucks
Fits and Starts
Bangers and mash?
August 6, 2012 at 1:20 pm
In SSMS Object Explorer window, Connect>Integration Services. Choose the server where saved the package. Expand out Integration Services until you see your package, right-click and choose Export package. ...
August 6, 2012 at 12:56 pm
I can't say I know much about clustering but this still appears to be true in 2012:
Thanks to calvo who originally posted this info.
Edited twice to fix the...
August 6, 2012 at 12:29 pm
Thanks MyDoggieJessie. Was just starting to feel like our focus was too much on:
If the index is trying to grow...it needs SPACE, and it's important to remember to...
August 6, 2012 at 12:21 pm
Maybe I'm missing something here but how does knowing which index is the largest help with the contention created by the contradictory autogrow settings?
August 6, 2012 at 11:52 am
can you please tell me how to check largest index?
You can do this with the standard reports.
Right-click your database, select Reports>Standard Reports>Disk Usage by Top Tables
You understand from MyDoggieJessie's response...
August 6, 2012 at 10:49 am
Lowell, that list was so good I had to briefcase it. Should help when job hunting and for resume tweaking.
August 6, 2012 at 10:16 am
Ah never mind. Somehow I browsed past Jared's without seeing it. His is better, paramaterized.
August 6, 2012 at 9:55 am
Why not something like this?
SELECT
'Job Name' = j.name
'Step Name' = s.step_name
FROM
sysjobs j
INNER JOIN sysjobsteps s ON j.job_id = s.job_id
WHERE
s.command like '%SP_SOME_STORED_PROCEDURE%'
August 6, 2012 at 9:54 am
I second Kevin's suggestions. Make sure you're doing your benchmarking with SQL Server (and anything else non-standard) turned off.
HD Tach may not be the best tool for the job....
August 6, 2012 at 8:54 am
I guess what I'd say depends on the situation. Is your boss or your are your users coming to you saying "Hey, application X is really slow" where application...
August 3, 2012 at 9:38 am
Top 3 hits I get are:
1) A Codeplex project[/url] for an API (with samples)
2) A Technet article
3) A whitepaper from Microsoft.
Have you tried this?
August 3, 2012 at 8:27 am
Viewing 15 posts - 166 through 180 (of 259 total)