The options to replicate a secondary read-only copy of a big database with limited network connection?

There is a big database on remote server. A read-only replicate is required on a local server. The data can only be transferred via FTP, etc. It's ok to replicate it once a day.
Logshipping is an option. However, it need to kill all the connections when doing restoring. What's the other options (pros/cons)? How about merge repl or .Net sync framework?

Hi
ydbn,
Do you need to update data on the local server and propagate those changes to remote server? If no, you can use log shipping or transaction replication achieve your requirement.  It doesn’t need to kill all the connections if you
clear the Disconnect users in the database when restoring backups check box when configuring log shipping,
With transaction replication, the benefits are as follows.
Synchronization. This method can be used to keep multiple subscribers synchronized in real time.
Scale out. Transactional replication is excellent for scenarios in which read-only data can be scaled
out for reporting purposes or to enable e-commerce scalability (such as providing multiple copies of product catalogs).
There are a few disadvantages of utilizing transaction replication, including:
    • Schema changes/failover. Transactional subscribers require several schema changes that impact foreign keys and impose other constraints.
    • Performance. Large-scale operations or changes at the publisher might require a long time to reach subscribers.
However, if you need to update data on the local server and propagate those changes to remote server, merge replication
 is more appropriate, and it comes with the following advantages:
    • Multi-master architecture. Merge replication does allow multiple master databases. These databases can manage their own copies of data and marshal those changes as needed between other members of
a replication topology.
    • Disconnected architecture. Merge replication is natively built to endure periods of no connectivity, meaning that it can send and receive changes after communication is restored.
    • Availability. With effort on the part of the developers, merge-replicated databases can be used to achieve excellent scale-out and redundancy options.
Merge replication comes with some disadvantages, including:
    • Schema changes. Merge replication requires the existence of a specialized GUID column per replicated table.
    • Complexity. Merge replication needs to address the possibility for conflicts and manage operations between multiple subscribers, which makes it harder to manage. For more details, please review this
article.
For the option of sync framework, I would like to recommend you post the question in the Sync Framework forums at
https://social.msdn.microsoft.com/Forums/en-US/home?category=sync . It is appropriate and more experts will assist you. Also you can check this
article about introduction to Sync Framework database synchronization.
Thanks,
Lydia Zhang
If you have any feedback on our support, please click
here.
Lydia Zhang
TechNet Community Support

Similar Messages

  • When I receive calls I always get the option to remind me later, but only certain times I get the option to respond with text.  Is there a setting I need to update to always get this option?

    When I receive calls I always get the option to remind me later, but only certain times I get the option to respond with text.  Is there a setting I need to update to always get this option?  Also i can't use location reminders.  Is this because my calendar is in Outlook?

    The only known way to make it work on an external drive is by first installing Windows onto an internal drive, then cloning the install to an external Thunderbolt drive. Thunderbolt is seen as an extension of the internal bus, so Windows doesn't see it as an external device.

  • API0259: The object cannot be edited in Read-Only mode!

    All,
    I'm getting the following error when trying to import an MDL file into my repository:
    API0259: The object cannot be edited in Read-Only mode!
    Does anyone know what this relates to?

    Hmmmm, sounds like it is hanging up on a conflict with the configuration name from your source repository and the configuration names in your target. Not sure that I have time to try and replicate that on my own system today.
    What I might suggest you try is to, on your source, set the project configuration back to the standard "DEFAULT_CONFIGURATION", get your module configured to use it, and re-export the mapping. Then you can fix your configuration back to where it should be.
    Do the same re-configuration on the target prior to import and see if that resolves the problem.
    Now, clearly this is not optimal and it would be really nice to find out WHY the conflict is occurring, but it would at least get this mapping imported for now.
    Mike
    And Vader, it is not that I don't have full faith that Oracle always raises the correct error message for a problem..... but, well, I've USED Oracle for too many years not to consider the possibility.
    Case in point in OWB, try putting an invalid value into the OWB-supplied WB_Date_From_Julian function
    e.g. select WB_Date_From_Julian(-1) from dual;
    10:55:12 Error: ORA-21000: error number argument to raise_application_error of -1854 is out of range
    ORA-06512: at "OWB_MGR.WB_DATE_FROM_JULIAN", line 7
    because some bright puppy at Oracle decided to try and raise an Oracle Built-in Error via raise_application_error instead of just using "raise", and - of course - the Oracle error code isn't within the allowable range.
    Error messages are nice, but you can't always trust 'em - which is why I look to expanded possibilities when neccessary.

  • I'm from India and after update i can't turn off my 3G or i have the option to turn on/off LTE only. I don't want to be always on 3G because my battery is running out of life.

        I'm from India and after update i can't turn off my 3G or i have the option to turn on/off LTE only. I don't want to be always on 3G because my battery is running out of life.

    This is the same as what happened to customers in most of the rest of the world in a past release, and it's because carriers want to stop supporting older transport methods.
    There's nothing you can do about it other than complain to your carrier, as they're likely the ones who asked Apple to remove the option.

  • SQL Server 2012 - Wat Is The Best Solution For Creating a Read Only Replicated/AlwaysOn Database

    Hi there I was wondering if someone may have a best recommendation for the following requirement I have with regards setting up a third database server for reporting?
    Current Setup
    SQL Server 2012 Enterprise setup at two sites (Site A & Site B).
    Configured to use AlwaysOn Availability groups for HA and DR.
    Installed on Windows 2012 Servers.
    This is all working and failover works fine and no issues. So…
    Requirement
    A third server needs to be added for the purpose of reporting, to be located on another site (Site C) possibly in another domain. This server needs to have a replicated read only copy of the live database from site A or Site B, whichever is in use. The Site
    C reporting database should be as up-to-date to the Site A or Site B database as possible – preferably within a few seconds anyway….
    Solution - What I believe are available to me
    I believe I can use AlwaysOn and create a ReadOnly replica for the Site C. If so do I assume Site C needs to have the Enterprise version of SQL server i.e. to match Site A & Site B?
    Using log shipping which if I am correct means the Site C does not need to be an Enterprise version.
    Any help on the best solution for this would be greatly appreciated.
    Thanks, Steve

    for always on - all nodes should be part of one windows cluster..if there site C is on different domain - I do not think it works.
    Logshipping works --as long as the sql on site C is is same or higher version(sql 2012 or above).  you can only do read only.
    IMHo, if you can make site C in the same domain then, Always is better solution else log shipping
    also, if your database has enterprise level features such as - partitonin, data compression -- you cannot restore the database on lower editions- so you need to have enterprise edition.
    Hope it Helps!!

  • DB Read only Copy

    I am hoping to get some guidance on the best approach for a read only copy of a database that is ~ 1TB. 
    The primary database is fed nightly with an ETL process. 
    We are currently trying to duplicate the ETL to read only server but that process is not going well. 
    So we are looking at other options to let SQL make the copy.
    The primary database is on a Win12R2 with SQL 12 or 14, a 2 node A/P failover cluster.
    The read only copy will be on a Win12R2 with SQL 12 or 14. 
    It is not a requirement to fail over to the read only copy if the primary should go down.
    What would best the approach to accomplish the end result?

    Does it mean if the primary goes down you do not want users connect to the the second server where the read only db is located? Do you want to refresh the rad only db on basic period or keep it sync with the primary db?
    Simple backup/restore + SSIS over to the second server may work very well.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • I'm new to iPad mini and uv I'm trying to get a movie I purchased to where I can watch it offline but when I click the option to download and watch offline it keeps giving me and error with download try again later I have a good wifi connection ??

    I'm new to iPad mini and uv I'm trying to get a movie I purchased to where I can watch it offline but when I click the option to download and watch offline it keeps giving me and error with download try again later I have a good wifi connection ??

    You have a "good WiFi connection". What does that mean exactly? Can you send and receive email and are other internet related activities working OK for you? Have you tried restarting or rebooting your iPad? Sometimes that helps. If nothing else, it's a good place to start.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Compressor 4.1.3 haven´t the option allow frame reordering, how i do to make a video h264 with the profile baseline 3.0?

    Compressor 4.1.3 haven´t the option "allow frame reordering", how i do to make a video h264 with the profile baseline 3.0?

    Strange, in this new version 4.1.3, i don´t find quick time settings in the inspector, help me please!

  • HT1414 error message on facetime and imessages reads could not sign in. 'Please check your network connection and try again' but the network is working ok, any suggestions

    erroor message on Facetime and imessages reads'could not sign in. Please check your network connection and try again' network ok, updated to the latest IOS, any suggestion please

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Why do I get an error message while I am setting up iMessage that reads "could not sign in. Please check your network connection and try again." Funny thing is internet Safari works just fine.

    As the subject line. When I try to activate either iMessage or FaceTime I get this error message "Could not sign in. Please check your network connection and try again." Funny thing Safari works just fine with my network connection. The device in question is an iPhone4. iOS 7.06

    The following link has a section for dealing with that error message that may help: http://support.apple.com/kb/TS4268

  • Backup Maintenance Plan on SQL AlwaysOn Availability Group Secondary Read-Only node

    I have 3 node SQL 2012 AlwaysOn Availability nodes with the 3rd node as Read-Only.
    The backup job within SQL Maintenance plan is failing with the following error:
    Failed:(-1073548784) Executing the query "declare @backupSetId as int
    select @backupSetId =..." failed with the following error: "Cannot open backup device 'C:\\SQLDBName_backup_2014_06_08_170156_9292095.bak'. Operating system error 2(The system cannot find the file specified.).
    VERIFY DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
    I have verified the SQL AlwaysOn Backup preference to be "Prefer Secondary"
    Is there any special steps/settings I need to do to setup and run the backups using maintenance plan in SQL AlwaysOn?

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Unable to save Word documents when accessing them directly from the site because the document never converts from a read-only even though the User chooses to enable editing

    Issue has only popped up recently and cannot reproduce in a Test environment.  Unaware of any SharePoint changes, so hoping someone can point me in the correct direction.
    Previously Word document did not have to be physically checked out, but rather the editing of the doc also checked out the doc in a document library. This is the way we want it to remain –
    no manual check-out process. Now if a doc is edited without being checked-out, there is an issue with the process as the application thinks the doc is read-only (message received when trying to save the doc) even if enable editing is selected. The
    following message appears when you try to save the document:
      This message can appear if you have been editing a file that was opened as read-only. A file opened as read-only will have (Read-Only) appended to the file name as it appears in the title bar of Word. You can still save the document, but you must
    save it by using a different file name. If you use Windows Explorer to change the read-only properties of the file, while the file is open in Word, it will not enable Word to save the file. Word must open a non-read-only version of the file in order to save
    it by using its original file name. If you have not made any changes to the file, you can close it, and then use the following steps to make the file writeable. 1. Click the File tab, and then click Open. 2. Browse to the file and right-click it. 3. Click
    Properties, and then clear the Read-Only check box. 4. Reopen the file. If you have made changes to a read-only file, you can save it, and then use the following steps to give the modified file the original file name. 1. Click the File tab, and then click
    Save As. 2. Enter a different file name, and then click Save. 3. NOTE: Adding "Rev1", or "Mod1" to the original file name may help you to remember it later. 4. Click the File tab, and then click Close. 5. Open Windows Explorer. 6. Browse
    to the original read-only file. 7. Rename the read-only file. 8. Browse to the new file. 9. Rename the new file to the name of the original file. Do not delete the read-only file until after you have determined you no longer need it.
    Previously, when check-out was optional, a file was checked out automatically when someone opened it for editing, unless it was already checked out. The editing commands notified the User that the file is being/was checked out.  The real issue is the
    word doc can no longer be saved as the application still believes the doc is read-only.

    Hi, 
    According to your description, you give the domain admin full control over files on the old file server, but you cannot move the files to the new file server. After pull the files from the old to the new file server, the domain admin can only read the files
    on the new file server.
    How did you move the files from the old file server to the new file server? Did you setup replication between the two file server or use robocopy? 
    Please check the files permissions on the new file server to see if the permissions are changed, then share the folder on the new file server to everyone to see the result.
    Regards, 
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Why does the option to print front to back only appear randomly?

    Have only seen the option to print back to front offered once or twice - why isn't it always there?

    Please read this post then provide some details.  What printer model? What operating system? 
    What are your settings for paper type?  Duplex printing is not compatible with photo paper, transparency media or when printing full bleed (edge to edge).
    What program are you printing from?  Some programs remember their own printer settings regardless of default settings in the system.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Not getting the option to install creative cloud. Only trial version or choose new plan

    Hi,
    I'm trying to install Photoshop on a second computer. Problem is I can't find the installer for Creative Cloud. When I log in at adobe.com and go to products, all i get is the option to get a trial version or sign up for a new plan. It's like it thinks I'm not already on a plan.
    Explicitly going to menu -> pc apps -> clicking the creative cloud icon takes me to the general creative cloud promotional page. I can't see any option to just install the creative cloud app.
    Am I missing something? Seached the forums and all the replies just tell me to go to adobe.com/products and install.

    Oh, it was that simple?
    Tried it and it worked just like you said. It's downloading now. Thank you so much!
    Got to say that's a bit of baffling gui design. One would think a link to install Creative Cloud would be one of the main things needed for the account page on the website. Not only did I have to do something I didn't want to do (get the trial), but after installing the manager, it immediately started downloading and installing photoshop. I really hope it's not installing the trial version. I guess I'll have to wait and see.
    Regardless, that solves this question. Again, thanks for the quick help. Have a nice day!
    /Alex

  • HELP- "IPOD Cant Be Synced.  The Disk is locked"  Cant remove Read only

    I cannot remove read only from the IPod Control folder. It won't let me. I cant load music to my ipod, which I previously have with same computer, itunes, everything. I have the most updated itunes, software, etc.
    Can anyone help me? I have no clue what to do. I tried to right click on the ipod disk and run an error check. that didnt work. I'm clueless. Help!

    Hello Mark,
    And welcome to Apple Discussions!
    I don't really have any suggestions for you, but I can point you to an older thread where you might find help. Check out this old post from another forum member who managed to address this issue him/herself.
    http://discussions.apple.com/thread.jspa?threadID=1651418
    B-rock

Maybe you are looking for

  • Do you think I am wasting my time?

    I just wanted to ask this question because I'm starting to think Oracle Reports is good only if you want to develop some report based on what developers had in mind about a set of "static" templates to build a report... :) I am working in the develop

  • Document Dimensions "Box" Disappeared (black box)

    I started Illustrator CS3 today and the dimensions box is no longer visible when I create a new document (sorry, I don't know the term for what I am trying to describe).  Instead of the usual "black box" that shows my canvas, Illustrator loads a Gree

  • How do Traditional & Simplified Chinese labels work in Narrative Reports

    Hi There, I need to create a narrative report which will display the field labels in the language that the user has specified. For instance, if the user's default language is Simplified Chinese, how can I set the narrative report to automatically tra

  • Why won't my copy of dreamweaver open any files

    I have had to force quit Dreamweaver 5 times already today. Every time it launches I attempt to open  file and I get the beach ball of death. It was working fine up until today but is currently useless

  • Passing parameter from JSpx to Jsff

    Hi , I am trying to create left menu panel using jsff and i am putting in a page .So I want to pass some parameter from jspx to jsff .Please let me know how can i achive ??