Viewing 15 posts - 1 through 15 (of 66 total)
Okay thanks Gail, I think I'll leave it until after hours to be on the safe side
July 23, 2013 at 3:55 am
Just to follow up on this, I rebuilt the indexes and everything ran tickety boo again 🙂
May 23, 2011 at 8:31 am
Grant Fritchey (4/21/2011)
April 21, 2011 at 6:59 am
Thank Grant although I should have explained in my first post that the period between switching the auto update on and off was about 3 weeks so I would have...
April 21, 2011 at 5:09 am
Shawn Melton (4/12/2011)
April 12, 2011 at 5:42 am
I just used this: -
USE <database name>;
GO
ALTER DATABASE <database name>
SET AUTO_CREATE_STATISTICS ON;
ALTER DATABASE <database name>
SET AUTO_UPDATE_STATISTICS ON;
GO
and it seems to fix the...
February 16, 2011 at 11:25 am
I just checked the database properties and it looks like auto create stats is set to false
February 16, 2011 at 10:22 am
GilaMonster (2/16/2011)
The warning triangle is saying there are statistics missing. Update stats only updates existing stats, it won't add new ones.
If I expand the statistics node on the table that...
February 16, 2011 at 10:16 am
Thanks Steve, that tells me what I need to know 🙂
November 15, 2010 at 9:02 am
Steve means that you should move the old backup to another server, then do the new back up.
When the new backup is complete you can then delete the old backup...
October 27, 2010 at 4:02 am
Viewing 15 posts - 1 through 15 (of 66 total)