Please suggest me which features of SQL 2014 suit my situation

Hi all,
I would like to have HA databases across two different geo locations. The infrastructure is as follow:
Location 1
Database Server A, Database Server B
I would like to have this two databases mirrored or something like that without using database mirroring
Location 2
Database Server C
This database server should become active database when Server A and B are down
Transaction volume is not huge. Can someone kindly point me to the best suitable architecture and technologies I should be using for above database servers across two different locations. Thank you very much in advance.
Ryan
Possibilities are Infinity...

If you use SQL Server 2014 Enterprise edition,you can use
AlwaysOn Availability Groups:
Location 1 : Synchronous-commit mode between two databases
Location 2 : Asynchronous-commit mode with the database on Location 1.
more info:
AlwaysOn Availability Groups (SQL Server)
High Availability Features Supported by the Editions of SQL Server 2014
Also you can explore this feature using the following TechNet Virtual Lab:
TechNet Virtual Lab: Exploring AlwaysOn Availability Groups in SQL Server 2014
Cheers,
Saeid Hasani
Database Consultant
Please feel free to contact me at [email protected] as well as on Twitter and Facebook.
[My Writings on TechNet Wiki] [T-SQL Blog] [Curah!]
[Twitter] [Facebook] [Email]

Similar Messages

  • Hi i want to buy External hard disk which supports mac os latest versions upto mavericks, please suggest me which one is best.

    Hi i want to buy External hard disk which supports mac os latest versions upto mavericks, please suggest me which one is best.

    Check out something like this, I have a couple and they have great. Get the amount of storage that you will need.
    http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATA_FW800_FW400_USB

  • Could you please suggest me which version is good and Why?

    I have same program but names different, but with different selects and different logic ( for perfromance tuning). I mean below three resembles to same program took different timings in se30:
    Which one is the BEST ;
    Program  YKRAR232 took :
      ABAP                                                 1,875,565  =  54.1%
      Database                                                 1,479,609  =  42.6%
        System                                                   114,485  =   3.3%
                                                                  3,469,659  = 100,0%
    Program ZKRAR232 took :
         ABAP                                                   482,858  =  12.5%
    Database                                                 3,303,617  =  85.7%
       System                                                    66,941  =   1.7%
                                                                    3,853,416  = 100,0%
    Program YJV_ZKRAR232 took :
         ABAP                                                   529,327  =  32.5%
    Database                                                 1,004,661  =  61.7%
       System                                                    94,538  =   5.8%
                                                                   1,628,526  = 100,0%
    THANKS IN ADVANCE

    Because of the buffering issue, it's difficult to give a good answer. If you just look at run times of database selects, you have to leave enough time between runs for the buffers to be refreshed. Instead, you might want to use transaction ST05 (performance analysis). You can use the explain function on each select to see how efficient (or not) it is. The results returned are calculated by the database and buffering is not an issue. But it may be difficult to compare differnt programs because you may end up trying to compare a lot of selects using a little time each against another larger select that takes longer.
    For strictly ABAP processing, this isn't a problem.
    What I would do is run each program a number of times one after the other and compare programs based on the least run time of each.
    Performance tuning is as much art as science and there are other things to consider as well. For example, a highly tuned program will likely have more code and be more difficult to read and maintain. If the performance savings aren't that great, I would go with the simple program.
    Rob

  • Please suggest on: SAP Solution Manager Installation

    Hi Experts,
    We are going to install SAP Solution Manager in our landscape. Our present SAP version is: ECC 6.0 and Database is: Oracle 10.2.0.2 and OS is: AIX 5.3
    1. Please suggest us which is the suitable Solution manager version for our environment?
    2. What are the pre-requisites and needful steps to take before starting the installation?
    3. Where can I get complete step by step documents for this activity?
    4. Which OS & DB  is suitable for our environment?
    Thanks in advance!
    Veera

    Can I also ask for some confirmation about a couple of things.  I have looked at the SAP documents but I can't find a definite answer to these questions:
    1.  David Kroone - you say that Solution manager should be set up on a new server but I understand that it is possible to run it on one of our existing R/3 servers.  Is this correct?  Does anyone have any comments about this?
    2.  David - you also say that we can pick any OS & DB for the Solution Manager server. We are running R/3 on Oracle/Solaris but would prefer to run Solution Manager on a Windows server running SQLServer.  Is this definitely OK?  (it would be cheaper though you advise that using the same platform could make it simpler - is this because Solution Manager works better on the same platform or is it just because we would then have a more homogeneous environment?)
    3.  We are currently on 4.7 but plan to move to ECC6 this summer.  We want (need?) to install Solution Manager before we upgrade to ECC6.  Should this affect our decision in anyway?
    Sorry to re-ask the same questions but it's difficult to find a precise answer in the SAP documents.

  • Which version of sql server 2012 or 2014 is best for sharepoint 2013.. Any excellent comparision available please let me know..

    Which version of sql server 2012 or 2014 is best for sharepoint 2013.. Any excellent comparision available please let me know..i mean enterprise version BI version or standard version.. i just need a detailed comparison if available please thank you

    As of right this very second, SQL Server 2014 is not supported. SharePoint 2013 supports:
    One of the following:
    The 64-bit edition of Microsoft SQL Server 2012.
    The 64-bit edition of SQL Server 2008 R2 Service Pack 1
    Hardware and software requirements for SharePoint 2013
    Edit: I may be mistaken. It looks like the April 2014 CU adds support for SQL Server 2014. If this is the case generally going with the latest SQL Edition provides you with the latest SQL functionality. I'm not aware of any SharePoint features that would
    make use of functionality that is new to SQL Server 2014 but this could change with a future service pack.
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • How to execute SQL queris in BPEL using JDeveloper?????..Please suggest

    Hi,
    I am very new to JDeveloper. Curently i am tryin to execute an SQL query from the BPEL process, there is an query in the source field and the output of the query is to be mapped to a variable field in the target xsd file. the query is fairly simple, like
    SELECT emp
    FROM emp_table
    WHERE emp_id=123
    The target field, namely "employee", is an element from the xsd file. I tried using Java embedding activity to connect to the db and execute the query through a piece of Java code, but couldn't find a way to assign the output of the query to the associated target field. however lately i also discovered the Database Adapter services which helps me to create a database connection, but still i am not sure as of how to handle and map the output of the query to the variable field. Is there any other way to execute database queries in Jdeveloper using BPEL process????????? Please suggest.
    Can somebody please help me in resolving the issue either through Java Embed activity or Database Adapter services??
    Thanks in advance
    Prabha

    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28994/adptr_db.htm
    maybe this one is helpful for you.
    best is to use the db adapter for this.
    if you just execute it you will see the format of the output in your audittrial (so some kind of list of employees). In bpel when you doubleclick the invoke-activity you will see the outputvariable.
    With use of xpath you coud loop over this 'list' (collection/array/etc) of employees and do with it whatever you want.
    Too see how you need to loop over the array you could check this :
    http://clemensblog.blogspot.com/2006/03/bpel-looping-over-arrays-collections.html

  • Please please make the Multitasks feature in ios 5 optional , like the bluetooth or siri which can turn it on or off

    hi everyone
    please please make the Multitasks feature in ios 5 optional , like the bluetooth or siri which can turn it on or off
    thank you very much to all of you
    please do not ignore this request and think about it please

    This is a user-to-user forum. You're not addressing Apple here. If you want to make a suggestion to Apple, use the appropriate link on the Feedback page:
    http://www.apple.com/feedback
    I think it's also possible you don't quite understand how multitasking works on the iPhone. Most of the apps you see when you double tap the Home button are not running. They are recently used. Very, very few apps actually run in the background. Apps that do continue to work in the background are apps that play music or use GPS.

  • My thuderbolt display is 3 weeks old which I'm using as display for my mac mini. I no longer get the display on but can hear the sound. Please suggest.

    My thuderbolt display is 3 weeks old which I'm using as display for my mac mini. I no longer get the display on but can hear the sound. Please suggest.

    Make sure the mini-displayport/TB plug is fully seated.  It may look fully plugged in but isn't.
    Make sure the Displays system preferences has an Arrangement tab.  No Arrangement means the monitor is not being detected.
    Do a smc reset.
    If none of this works I suggest you take it back to apple (along with your mini).

  • Which Adaptor is appropriate please suggest

    Hi All,
    I have the following scenario and want your suggestions:
    A web based applicaiton (say A) to create customer need to integrate with another web based applicaiton (say B) which uses the customer details to display of Applicaiton A... wondering do I need to go for SOAP adaptor/HTTP adaptor or do I need to integrate these two applicaitons at data base level using JDBC adaptor?
    What are the steps/any documentation to get the data from web site to SAP PI when User clicks submit button?
    Please suggest.
    Thanks
    Rajeev

    >>> but my questtion is what needs to be done at Applicaiton A side to create Input and post the data in the SAP PI URL... As they are using the web client provided by the Application provider..Do they have to write code at the submit button of the web page? If so they have to customnise the code delivered by the provider? How it works.. Its been first time going through this...
    Yes, if you create webservice by creating soap sender and give WSDL, then they will have to write webservice client program in java or any language to access your webservice. This program will be called in their side at the time of hitting submit button of the web page.
    For this you have to go through soap sender sdn documents.
    or  As I already mentioned, create HTTP sender and provide your payload structure and url as we discussed in the above replies. A has to create coding to post HTTP using the url during submit hit button on their web page.
    >>Do they pass all the values in the URL or to the URL?
    This is client A's problem. Why do you worry?  There are plenty of documents to do http post.. The below coding is simple snippet..
    Search google for plenty of documents...
    try {
        // Construct data
        String data = URLEncoder.encode("key1", "UTF-8") + "=" + URLEncoder.encode("value1", "UTF-8");
        data += "&" + URLEncoder.encode("key2", "UTF-8") + "=" + URLEncoder.encode("value2", "UTF-8");
        // Send data
        URL url = new URL("http://hostname:80/cgi");
        URLConnection conn = url.openConnection();
        conn.setDoOutput(true);
        OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
        wr.write(data);
        wr.flush();
        // Get the response
        BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
        String line;
        while ((line = rd.readLine()) != null) {
            // Process line...
        wr.close();
        rd.close();
    } catch (Exception e) {
    >>Is it possible to use SOAP adaptor instead of HTTP adaptor? so that I can use AAE in the entire scenario. Applicaiton A is a web client interface through which Customers are created.If I need to use HTTP Adaptor, do I need to create HTTP Sender Adaptor and sender Aggrement ?
    Yes, if you host webservice using soap sender adaptor. Already answered above ...
    >> If I need to use HTTP Adaptor, do I need to create HTTP Sender Adaptor and sender Aggrement ?
    no. Http adaptor is in abap stack. so you dont need sender agreement.

  • Refer to Doc ID 825030 which talks about applying of patch for correction of date format in web adi. Is this patch can be applied on R12.1.3 instance as this patch released date is very old. Please suggest if there is another patch which be applied to cor

    Refer to Doc ID 825030 which talks about applying of patch for correction of date format in web adi. Is this patch can be applied on R12.1.3 instance as this patch released date is very old. Please suggest if there is another patch which be applied to correct the date format in web adi. currently the date is coming in number format.

    Hello,
    This document is for 11i Date Format Changes When Loaded Into Webadi (Doc ID 825030.1)
    use this document instead for R12 : Incorrect Date Format in Excel Sheet Generated Via WebADI (Doc ID 828253.1)
    <Moderator Edit - deleted MOS Doc content - pl do NOT post such content>
    Best Regards,
    Eric.

  • Hi, i am using SAP by Design in india. I am trying to get GL entry report in which i require a field "Approved by" but unable to find - please suggest.

    Hi, i am using SAP by Design in india. I am trying to get GL entry report in which i require a field "Approved by" but unable to find - please suggest.

    Hi hanmant,
    You could find GL Line item report under General ledger WOC => Reports => List=> G/L Line Item Report, but this report does not have filter parameter "Approved by".
    May I know what was the use case behind "Approved by" field?
    BR, Rakesh

  • Want to know what is improvement in FILEstram storage feature from SQL SERVER 2008 to SQL SERVER 2014

    Hi All ,
     want to know what is improvement in FILEstram storage feature  from  SQL SERVER 2008 to  SQL SERVER 2014
    Regards,
    Manish

    Hello Manish,
    See
    What's New in SQL Server 2012
    What's New in SQL Server 2014
    Nothing really new around that feature.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • I installed visual studio 2010 in my windows 8.1 system.during the installation sql server 2008 r2 features were installed.so which version of sql server i need to install(2008 or 2008 r2)?

    hi,
    I installed visual studio 2010 in my windows 8.1 system.during the installation sql server 2008 r2 features were installed.so which version of sql server i need to install(2008 or 2008 r2)?
    regards,
    harsha.

    My guess is SQL Server 2008 R2.
    Check the following KB article for details:
    http://support.microsoft.com/kb/2681562
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • HT5457 I have iPhone 4 which i bought from Bahrain and it was working there just fine. However, now I'm in India but my phone is not supporting any SIM. What can I do please suggest guys? Thanks in advance

    I have iPhone 4 which i bought from Bahrain and it was working there just fine. However, now I'm in India but my phone is not supporting any SIM. What can I do please suggest guys? Thanks in advance

    Sounds like your iPhone is locked to the wireless carrier you used
    in Bahrain. Contact that wireless carrier to see if they offer unlocking
    and if you qualify. Only the carrier to which the iPhone is locked
    can unlock it.
    What does it say when you look at Settings=>General=>Carrier?
    Remember that the warranty is not international. You will have to
    return the iPhone to Bahrain for repair/replacement if it needs service.

  • I just Synced My iPhone 6 which had close to 2000 photos to a new computer (windows PC) and synced with iTunes.Now all my previous photos have been deleted which were there on my phone. Please suggest a way to recover those Photos . Thanks

    I just Synced My iPhone 6 which had close to 2000 photos to a new computer (windows PC) and synced with iTunes.Now all my previous photos have been deleted which were there on my phone. Please suggest a way to recover those Photos . Thanks
    P.S -I have not taken any backup of those photos. So please suggest any software or any other method.

    If those photos were part of the camera roll, they were part of the backup as well and you can restore from the latest backup you made on the old computer. After that transfer the photos to the new PC, follow this article: iOS: Importing personal photos and videos from iOS devices to your computer
    Then sync again to the new one, which will erase the phone again.
    You can also try to copy the backup folder from the old computer to the new one and see if the old backups get recognized, check this article to find the location on your PC:
    Create and delete iPhone, iPad, and iPod touch backups in iTunes
    If the photos were not taken with the phone, your data is gone, photos you sync from iTunes to the phone are not included in the backup.

Maybe you are looking for

  • How to get Goods Receipt Quantity?

    Hi, I have Production Order data in AUFK and AFPO(AUFNR, AUART and MATNR etc.)  I want to get "Good Receipt(GR) quantity for the movement type '101'/'102' ",  "Material Cost with Movement type '261/262" and "Standard Price" for that material. In MSEG

  • Concerns regarding the softwere of the camera.

    Dear apple, my name is D@%8eL. I wanted apple to know that this technology is amazing and is enabling me to express myself in ways before unimaginable. The concern regarding this letter is not merely to show appreciation but to ask you guys at Apple

  • TOC does not include Heading 1

    I try to include the Heading 1 style headers into the TOC. It only shows Chapter and Section. Any idea?

  • Configuration Error (16). No version of After Effects works on PC.

    I've been receiving 'Error:16' every single time I've tried to use After Effects on my PC. It reads "Please uninstall and reinstall the product. If the problem still occurs... blah blah blah." I own a copy of AE CS5.5 in physical form and I first rec

  • SAP SCM & Portal Integration Documentation

    Hi All, I was wondering if anyone knew where documentation on how to integrate SCM & Portal together was? I've been looking for the past couple of days and have been unsuccessful in locating any kind of documentation. I'm just looking for some inform