Viewing 15 posts - 1 through 15 (of 162 total)
but UPDATE STATISTICS with FULL SCAN will scan for the entire table everytime and unnecessary update stats even if its not needed. i ran a samle update stats with full...
January 7, 2013 at 9:45 am
I upgraded my SQL from 2008 R2 to SQL 2012. We had DB Mirroring earlier and now I have configured Alwayson which is pretty cool. I would advise to run...
December 14, 2012 at 8:36 am
Check the quorum configuration via always on dashboard. It will show you number of votes for each of the nodes and file share witness. All should have 1 vote.
Also you...
December 12, 2012 at 9:39 am
Yes, only the major build version, not SP's, unless those SP's have something very specific to that particular feature which will require both the partners onto the exact same version.
October 14, 2012 at 2:25 pm
Well, I was able to configure with 2 different SP's - SP1 and SP2 on 2 Sql servers without any issues. All my user dbs are synchronized and working fine.
October 13, 2012 at 1:08 pm
got it... thank you 🙂
September 25, 2012 at 5:25 am
ok, gotcha..
but after the failover has happened, the Mirroring should establish connection back with New Principal and get synchronised rite?
September 25, 2012 at 3:59 am
Yes multi instance cluster...
DB Mirroring is in Asynch mode and Manual failover...
September 25, 2012 at 3:49 am
Thanks PS.
I configured a file share witness to set a quorum. Now both my nodes and File share have 1 vote each and cluster will be running fine till majority...
September 3, 2012 at 6:42 am
Hi Grant - I am aware of the SQL AG part...
What I was looking for cluster quorum configuration with my kind of setup.
i.e. With 2 nodes under FCI, what kind...
August 28, 2012 at 8:19 am
Not at DB level.
All DBs get failed over within that AG.
However, if you have multiple AGs on the same instance, you can fail them over individually.
HTH
Kishore
August 28, 2012 at 6:11 am
Check this link : http://blogs.msdn.com/b/jtarquino/archive/2011/12/12/configuring-a-readable-secondary-routing-in-sql-server-2012-alwayson.aspx
You can configure the Routing URL and Routing List to re-direct your read queries to either Principal or other available secondaries.
HTH
Kishore
August 28, 2012 at 6:10 am
Thanks Grant. The link helped a lot. I had to configure the READ_ONLY_ROUTING_URL and READ_ONLY_ROUTING_LIST to make it work.
Cheers !!
Kishore
August 16, 2012 at 8:50 am
Any idea folks? 🙂
August 11, 2012 at 10:56 am
Is there any impact to mirroring if transactional replication is broken for instance?
August 11, 2012 at 6:20 am
Viewing 15 posts - 1 through 15 (of 162 total)