Viewing 15 posts - 4,081 through 4,095 (of 18,926 total)
I've never touched SSIS, can you upload the package over here?
August 1, 2011 at 11:40 am
clarification (8/1/2011)
Is this Sp reorganizing indexes?
Ya but I'd use this instead.
http://sqlfool.com/2010/04/index-defrag-script-v4-0
That doesn't update the stats, but if the db is small enough donig fullscan updates on all index will run...
August 1, 2011 at 11:39 am
The name will match the index. Then
http://msdn.microsoft.com/en-us/library/ms177623(v=SQL.100).aspx
August 1, 2011 at 11:36 am
August 1, 2011 at 11:35 am
Ya nothing overly complicated over there.
Have you checked your machine's eventlog for hardware issues?
August 1, 2011 at 11:33 am
clarification (8/1/2011)
How to make sure whether auto update statistics is ON in rebuilding index step?
Just check at the db level :
SELECT * FROM sys.databases
Then stats level :
SELECT * FROM...
August 1, 2011 at 11:29 am
I've called in more hands to test this query. My system's executing 1000+ jobs per day and I don't anything in the cache. There must be something different...
August 1, 2011 at 11:27 am
sjimmo (8/1/2011)
Unfortunately I can't get the space. We are playing with going out and getting some external drives to do some of this. Hopefully that will work.
That's just what I...
August 1, 2011 at 11:25 am
I've seen this but never by that much. The most I've seen is a few more seconds, not 10 fold. It's actaully showing the graph plan that takes...
August 1, 2011 at 11:23 am
sjimmo (8/1/2011)
Can't copy db to other server and run checks over there?? I'm sure someone in your offcie is screaming over those budget figures right about now
I sure wish we...
August 1, 2011 at 11:22 am
Should be roughly 1.5X for tempdb.
The thing is that you'll do this 1 index at a time, so the real idea is to find the biggest of them all and...
August 1, 2011 at 11:19 am
Ya that's what I was afraid of.
Running the same query with cross apply all dbs will literally kill the server.
I don't see the point of running any more tests. ...
August 1, 2011 at 11:14 am
Need help to figure out if sql agent is uselessly filling the plan cache or if it's due to 3rd party application (commvault) >>
http://www.sqlservercentral.com/Forums/Topic1151929-146-1.aspx
August 1, 2011 at 11:11 am
Indianrock (8/1/2011)
August 1, 2011 at 11:08 am
sjimmo (8/1/2011)
Ninja,
I find that to be really dangerous. The poin of checkdb is to find errors when the drive fails and to find them before the server needs to access...
August 1, 2011 at 11:03 am
Viewing 15 posts - 4,081 through 4,095 (of 18,926 total)