Skip to main content

Questions tagged [mirroring]

Database mirroring is a solution for increasing the availability of a SQL Server database. Mirroring is implemented on a per-database basis and works only with databases that use the full recovery model.

1 vote
3 answers
2k views

I have our environment setup where we aren't using health data logging however I continue to get messages that state that the health data database is in secondary mode when attempting to update. I get ...
Tyler Walton's user avatar
1 vote
1 answer
198 views

We have a SP2010 enterprise farm. Currently it is using SQL2008R2 with clustering and we planned to add DR on the farm. Due to some technical restriction, we cannot move the 2nd sql server to DR ...
Mark L's user avatar
  • 4,075
0 votes
1 answer
800 views

I'm planning to implement disaster recovery for SharePoint 2013 along with database mirroring. The implementation is as below: Setup a new single-server SP DR farm Mirror the database of the ...
Brian Pham's user avatar
0 votes
1 answer
1k views

It seems a bit confused, I will try to explain. When I create an Item in a List X, I want that it automatically creates an Item in List Y only with the Title of the item in List X. I am working ...
Jorge Nitales's user avatar
0 votes
1 answer
451 views

i'm tryin to build a lab farm where a sharepoint 2013 server will use a mirrored database. I read lots of stuff but i'm still not sure about the correct installation path. I would roughly proceed the ...
RadioLontra's user avatar
1 vote
2 answers
141 views

I'm in the process of mirroring the SQL Server back-ends, but I've had a helluva time trying to find the code/procedure for making the web front-end (SP 2013) aware of the SQL Mirroring. I've ...
AKDiscer's user avatar
  • 123
1 vote
2 answers
267 views

I'm in the process of creating a mirror for our newly built SharePoint 2013 farm. I know that the content databases can be mirrored, but what of the other ones? I know that there were special ...
AKDiscer's user avatar
  • 123
0 votes
1 answer
127 views

I have seen a few threads/posts that touch on this question, but the answers seem to be aimed at SharePoint developers. I am not a developer, programmer or coder -- I am a technical writer that needs ...
David Gates's user avatar
0 votes
2 answers
864 views

I'm not sure if this should be posted here or over stackoverflow, but how does one go about mirroring a Sharepoint 2007 site? I have admin access, and the mirror doesn't need to be nice and pretty; it ...
Tam N.'s user avatar
  • 101
4 votes
2 answers
901 views

I am facing a problem where my content database has grown very large, and whenever I initiate a crawl, the the crawler executes a very complex SQL query on the content database, and this query blocks ...
ashwnacharya's user avatar
  • 1,679
1 vote
1 answer
168 views

We are going to implement mirroring for our databases in order to increase the data redundancy. Our understanding is that SQL clustering won't help for this. Can someone please explain for me why we ...
user62013's user avatar
  • 197
4 votes
2 answers
635 views

I'm working on a large, enterprise-scale project for a gov't agency and as part of our disaster recovery effort, we need to mirror a SharePoint 2007 farm to another server. Both servers are exactly ...
pixelbobby's user avatar