Viewing 15 posts - 31 through 45 (of 84 total)
I am interested in seeing how you implemented. Thanks.
March 8, 2011 at 7:46 am
The discussions lead me to conclude that turn the db to bulk logged before rebuilding indexes on large db and put it back to full recovery is good practice if...
December 20, 2010 at 3:16 pm
The missing transaction might be covered by the bug that I listed in my earlier post. Read that and let me know if your current version fits that scenario.
Yes....
December 20, 2010 at 3:04 pm
David, Yes I meant out of sync (missing transaction). Also Tlog was bloated and continued to grow until I broke the replication or ran repldone.
I wonder if you could...
December 20, 2010 at 2:53 pm
No. The very large db was not engaged in mirroring at all.
December 20, 2010 at 2:34 pm
The issues (bloated tlog) I used to experienced were on sql2005 sp1 and sql2008 rtm.
I used structured dynamic codes something like 'use dbname; alter index .. rebuild online'
Thank you...
December 20, 2010 at 2:29 pm
Gail, thanks. Your explanation why tlog bloated makes sense.
December 20, 2010 at 2:18 pm
Gail, I understand that. These logged activities you mentioned (of course ) will not replicated to subscriber since SIMPLY they are not publication. And they have nothing to do with...
December 20, 2010 at 2:15 pm
Thanks alot.
Interesting and hard to believe. I used to experience the out of sync alot after building indexes for a large table. TLog bloated due to the pending replication.
December 20, 2010 at 2:06 pm
Gail:
Are you sure? rebuild index(such as alter index .. rebuild) is fully logged if db is full recovery db. As a result, log reader should scan log and replicated to...
December 20, 2010 at 1:44 pm
If the database is simple/or bulk logged database, will the minimally logged activities such as rebuild indexes be replicated to subscribers?
December 20, 2010 at 8:27 am
Not sure why you concern it that much.
I do not think you REALLY can Simultaneously run them. So of course the results were different.
October 19, 2010 at 7:42 am
BTW, sql server 2008 r2 supports datafile/logfile on network share.
October 15, 2010 at 8:04 am
I had bad experience to delete backup files using the extended sproc. Seemed that this sproc can only delete the backup files sql created. It can not delete backup files...
September 30, 2010 at 9:33 am
I misunderstood "change the name". I think technically you can break the mirroring, drop the endpoint, recreate the endpoint with different name, then reestablish the mirroring. I could not tell...
August 13, 2010 at 8:01 am
Viewing 15 posts - 31 through 45 (of 84 total)