Viewing 15 posts - 16 through 30 (of 31 total)
Yep, tried backup WITH CHECKSUM. Restore still errored out just the same.
December 11, 2013 at 2:57 pm
I messed up there by concatenating "Same thing happens..." with the message. Sorry.
December 11, 2013 at 12:30 pm
This be wierd.
I
altered a database (previously restored to SQL2008R2 instance) to do page verification with CHECKSUM.
verified by looking in sys.databases.
rebuilt all indexes using a...
December 11, 2013 at 12:28 pm
Thanks,
Then to the last question in the original post: Is there a TSQL command that can count the pages
that have (or don't have) a checksum? ...
December 10, 2013 at 8:05 am
On a big database running a maint plan to rebuild all the indexes can take a very long time. The, too, some indexes cannot be rebuilt. Seems...
December 6, 2013 at 4:50 pm
Thanks to participants for your contributions. I think I have a couple of ways to approach failures now.
I'm still interested to know, if anyone has thoughts...
October 15, 2012 at 7:43 am
Getting closer. If found the Manage Connections tab. There are two choices.
1. Local Server Connection.
This has sa as the id and a blank password. If...
April 16, 2012 at 1:30 pm
I'm not sure what is meant by "the connections to the local instance ". Maintenance
plans don't connect, except that they run a job via the SQL Agent....
April 16, 2012 at 1:03 pm
One more curious thing:
I can log in to SSMS as sa with the new password. I can modify the maintenance plan.
I CANNOT delete the maintenance plan. Error...
April 13, 2012 at 11:11 am
Ok. We hit it. SQL 2008. Maintenance jobs fail. Code: 0xC00291EC
"Connection may not be configured correctly or you may not have the right permissions on...
April 13, 2012 at 11:04 am
A couple things I am unclear on:
1. It sounded like you were deciding between rebuilding and restoring. It seems to me that
a. If the instance was...
March 15, 2012 at 9:03 am
Cluster sandbox would be lovely, but won't happen any time soon. We're a big shop. Stuff happens slow or never happens at all. I couldn't get access...
February 7, 2012 at 8:24 am
I tested on a non-clustered instance. Separating the Master log and data is not an issue.
I put them on separate drives and all went well.
HOW ABOUT THIS?
I...
February 3, 2012 at 10:24 am
No, I did not. I will test on an unclustered instance, having log and data in different places. I may have tested that way originally, but I...
February 2, 2012 at 2:13 pm
I missed something because it didn't work. App DBs moved ok. msdb, model , and tempdb moved ok. I then changed the startup parameters in Configuration...
February 2, 2012 at 1:48 pm
Viewing 15 posts - 16 through 30 (of 31 total)