About 69,900 results
Open links in new tab
  1. data synchronization - Syncing two databases in SQL Server

    Jul 4, 2015 · SQL Server Replication - this is the best and most optimized native SQL Server tool for this task. But there are several problems: a. for all your clients, regardless on they are SQL …

  2. what are the best ways to sync two databases in sql server or …

    Dec 30, 2019 · Sourcedb will be refreshed for every 15mins so data will keep on updating. Note: the source db is huge database, might be 3tb in size Note: There are some 100 tables which …

  3. Transaction replication from SQL Azure database to on-premise …

    Mar 20, 2018 · Sync data across multiple cloud and on-premises databases with SQL Data Sync (Preview) SQL Data Sync is a service built on Azure SQL Database that lets you synchronize …

  4. Linked Server : Syncing two tables on two SQL Servers

    Jul 25, 2017 · At server, a Ticket may blocked, deleted; or after importing gate's data, set its usedDate. I want to sync them online. I wrote sp_server_export , sp_gate_import for transport …

  5. How to sync data between two databases on two different ms sql …

    Oct 18, 2019 · By the way, CDC uses the SQL Server Replication under the hood too. Warning: CDC will not be aware of DDL-changes. This means, if you change a table and add a new …

  6. sql server - Azure SQL Database Sync Login Issue - Database ...

    Feb 23, 2023 · I wish to transfer data between two different databases on the same Azure SQL server (not managed instance). I have an admin account. When i goto setup Data Sync within …

  7. sql server - Syncing data between onprem and Azure SQL

    Apr 3, 2017 · Scenario: an on-premise SQL Server 2008 R2 and an app using it as db. I want to create an Azure SQL database that will be synced (asynchronous replication) with the on …

  8. Synchronous data transfer from SQL Server to Oracle

    Jan 21, 2016 · One option with SQL Server is Heterogeneous Database Replication. This works with SQL Server as a source and destination being either of: The following non-SQL Server …

  9. Synchronise Oracle Tables to SQL Server

    Jul 31, 2015 · We use this connector because it's easy to create tables on SQL Server with the correct data type based on the oracle source and the performance is great. We don't like to …

  10. t sql - Copying a table (and all of its data) from one server to ...

    Nov 24, 2023 · What I've used a lot is native SQL Server Import and Export Wizard. In SSMS's Object Explorer -> Source SQL Server -> Right click database -> Tasks -> Export Data. …

Refresh