How to Migrate ONE MILLION Database Records in ONE MINUTE!

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 11

  • @khaledmohammad8564
    @khaledmohammad8564 11 วันที่ผ่านมา

    I'm watching this amazing video and know about this amazing tool after I finished 6 months data migration (two projects, from oracle to sql server) I used almost all the ways you mentioned in the beginning 😂😅 Thank you for this awesome video

  • @allied-data
    @allied-data 4 วันที่ผ่านมา

    Very interesting. Thanks.

  • @MikeChafin-n3h
    @MikeChafin-n3h 12 วันที่ผ่านมา

    When I first saw this, I immediately thought of ETL (Extract, Translate, and Load) tools where you can pipe from storage medium to another.

    • @HassanHabib
      @HassanHabib  12 วันที่ผ่านมา

      This is exactly what this is.

  • @nodirxonabdumurodov3423
    @nodirxonabdumurodov3423 12 วันที่ผ่านมา

    wooow, It is amazing. With ADF , we dont need to write million scripts or do backup to migrate data from one db to another. I like it

  • @allied-data
    @allied-data 4 วันที่ผ่านมา

    One use case I can see is the creation of 'reporting' databases, separate from operational databases, that can be transformed/optimized on the fly to de-normalized flattened tables for more efficient report queries (less table joins).
    Do you know if ADF can generate scripts to automate these transformations, such as daily, weekly, monthly, etc.?

  • @itishmani6601
    @itishmani6601 6 วันที่ผ่านมา

    Nice tutorial Hassan, one question - what we should do in this scenario:
    *Source Leagacy database:* SQL Server 2016 (Hosted on on-prem server under enterpsire netwrok), with milion records and SQL objects like Stored Procedures, Views, Triggers, multiple indexes, jobs etc.
    *Target Modern database:* Azure SQL Server (DTO based or serverless) with blank databnase (no schema yet!)
    I have tried few ways but still looking for a cleaner and profession ways to do the same! mine version is painful 🤣

    • @HassanHabib
      @HassanHabib  6 วันที่ผ่านมา

      @itishmani6601 To access on premise SQL Server, you need to use Azure Data Factory or Synapse workspace Managed Virtual Network using a private endpoint. Refer to this tutorial for detailed steps.
      learn.microsoft.com/en-us/azure/data-factory/tutorial-managed-virtual-network-on-premise-sql-server

  • @deepakkulkarni5356
    @deepakkulkarni5356 12 วันที่ผ่านมา

    Does it support any other cloud provided rdbms like cloud sql from GCP? Also can we migrate from rdbms to no sql?

    • @HassanHabib
      @HassanHabib  12 วันที่ผ่านมา

      I talks to other cloud providers like Amazon and Google. Check all the lists here:
      learn.microsoft.com/en-us/azure/data-factory/connector-google-cloud-storage?tabs=data-factory
      It can also migrate to NoSQL yes.

    • @deepakkulkarni5356
      @deepakkulkarni5356 12 วันที่ผ่านมา

      Thanks ​@@HassanHabib