Data Codex
Data Codex
  • 140
  • 19 888
UAMI authentication for Azure SQL | Session - 20 | Azure Data Factory
Azure Data Factory Tutorial | Configuring Linked Services with User-Assigned Managed Identity for Data Migration (Azure SQL)
In this tutorial, I explain how to configure linked services using User-Assigned Managed Identity authentication in Azure SQL for efficient data migration to Azure Data Lake Storage Gen2 (ADLS Gen2). Follow along with the live demonstration in the Azure Portal to see the step-by-step process.
Key Takeaways:
1. Setting up linked services with User-Assigned Managed Identity authentication in Azure SQL
2. Step-by-step guide for migrating data from Azure SQL to ADLS Gen2
3. Live demonstration of the configuration in the Azure Portal
For more in-depth Azure Data Factory tutorials, make sure to subscribe and stay updated on the latest data integration techniques.
Create Azure SQL in Azure Portal : ua-cam.com/video/rXb8Etct9BM/v-deo.htmlsi=qicZXQbN19nz_oiC
Create SQL admin for Azure SQL: ua-cam.com/video/snfEXiqLgp4/v-deo.htmlsi=YlGZIv7uy6eAFgbS
#AzureSQL #ManagedIdentity #UserAssignedIdentity #DataMigration #AzureDataFactory #ADLSGen2 #TechTutorial #CloudComputing
Переглядів: 49

Відео

SAMI authentication for Azure SQL | Session - 19 | Azure Data Factory
Переглядів 35Місяць тому
Azure Data Factory Tutorial | Configuring Linked Services with System-Assigned Managed Identity for Data Migration (Azure SQL) In this tutorial, I explain how to configure linked services using System-Assigned Managed Identity authentication in Azure SQL for seamless data migration to Azure Data Lake Storage Gen2 (ADLS Gen2). Follow along with the live demonstration in the Azure Portal to learn...
Service Principal auth for Azure SQL | Session - 18 | Azure Data Factory
Переглядів 47Місяць тому
Azure Data Factory Tutorial | Configuring Linked Services with Service Principal Authentication for Data Migration (Azure SQL) In this tutorial, I demonstrate how to configure linked services using Service Principal authentication in Azure SQL for efficient data migration to Azure Data Lake Storage Gen2 (ADLS Gen2). Follow along with the live demonstration in the Azure Portal to learn the compl...
SQL authentication for Azure SQL | Session - 17 | Azure Data Factory
Переглядів 30Місяць тому
SQL authentication for Azure SQL | Session - 17 | Azure Data Factory
Azure SQL Database | Session - 16 | Azure Data Factory
Переглядів 352 місяці тому
Azure SQL Database | Session - 16 | Azure Data Factory
Copy Data Tool in ADF | Session - 15 | Azure Data Factory
Переглядів 222 місяці тому
Copy Data Tool in ADF | Session - 15 | Azure Data Factory
SAS URI authentication for Storage accounts | Session - 14 | Azure Data Factory
Переглядів 292 місяці тому
SAS URI authentication for Storage accounts | Session - 14 | Azure Data Factory
Service Principal authentication for Storage accounts | Session - 13 | Azure Data Factory
Переглядів 402 місяці тому
Service Principal authentication for Storage accounts | Session - 13 | Azure Data Factory
User assigned managed Identity auth. for Storage accounts | Session - 12 | Azure Data Factory
Переглядів 382 місяці тому
User assigned managed Identity auth. for Storage accounts | Session - 12 | Azure Data Factory
System assigned managed Identity auth. for Storage accounts | Session - 11 | Azure Data Factory
Переглядів 462 місяці тому
System assigned managed Identity auth. for Storage accounts | Session - 11 | Azure Data Factory
ADLS Gen2 to Blob using Access Key authentication | Session - 10 | Azure Data Factory
Переглядів 502 місяці тому
ADLS Gen2 to Blob using Access Key authentication | Session - 10 | Azure Data Factory
What is Azure Blob & ADLS Gen 2 ? | Session -09 | Azure Data Factory
Переглядів 743 місяці тому
What is Azure Blob & ADLS Gen 2 ? | Session -09 | Azure Data Factory
Datasets in ADF | Session - 08 | Azure Data Factory
Переглядів 393 місяці тому
Datasets in ADF | Session - 08 | Azure Data Factory
Linked Services in ADF | Session - 07 | Azure Data Factory
Переглядів 253 місяці тому
Linked Services in ADF | Session - 07 | Azure Data Factory
Shared Self-hosted Integration Runtime | Session - 06 | Azure Data Factory
Переглядів 283 місяці тому
Shared Self-hosted Integration Runtime | Session - 06 | Azure Data Factory
Self-hosted Integration Runtime | Session - 05 | Azure Data Factory
Переглядів 393 місяці тому
Self-hosted Integration Runtime | Session - 05 | Azure Data Factory
Integration Runtime in ADF | Session - 04 | Azure Data Factory
Переглядів 363 місяці тому
Integration Runtime in ADF | Session - 04 | Azure Data Factory
ADF comprehensive walkthrough | Session - 03 | Azure Data Factory
Переглядів 454 місяці тому
ADF comprehensive walkthrough | Session - 03 | Azure Data Factory
Create Azure Data Factory | Session - 02 | Azure Data Factory
Переглядів 614 місяці тому
Create Azure Data Factory | Session - 02 | Azure Data Factory
What is Azure Data Factory? | Session - 01 | Azure Data Factory
Переглядів 1294 місяці тому
What is Azure Data Factory? | Session - 01 | Azure Data Factory
Question - 18 | SQL Interview Questions | SQL Server
Переглядів 934 місяці тому
Question - 18 | SQL Interview Questions | SQL Server
Question - 17 | SQL Interview Questions | SQL Server
Переглядів 884 місяці тому
Question - 17 | SQL Interview Questions | SQL Server
Question - 16 | SQL Interview Questions | SQL Server
Переглядів 694 місяці тому
Question - 16 | SQL Interview Questions | SQL Server
Question - 15 | SQL Interview Questions | SQL Server
Переглядів 334 місяці тому
Question - 15 | SQL Interview Questions | SQL Server
Question - 14 | SQL Interview Questions | SQL Server
Переглядів 634 місяці тому
Question - 14 | SQL Interview Questions | SQL Server
Question - 13 | SQL Interview Questions | SQL Server
Переглядів 474 місяці тому
Question - 13 | SQL Interview Questions | SQL Server
Question - 12 | SQL Interview Questions | SQL Server
Переглядів 584 місяці тому
Question - 12 | SQL Interview Questions | SQL Server
Question - 11 | SQL Interview Questions | SQL Server
Переглядів 544 місяці тому
Question - 11 | SQL Interview Questions | SQL Server
Question - 10 | SQL Interview Questions | SQL Server
Переглядів 384 місяці тому
Question - 10 | SQL Interview Questions | SQL Server
Question - 09 | SQL Interview Questions | SQL Server
Переглядів 365 місяців тому
Question - 09 | SQL Interview Questions | SQL Server

КОМЕНТАРІ

  • @MrSasarunkumar
    @MrSasarunkumar 28 днів тому

    How to create multiple user login for one database?

    • @DataCodex-07
      @DataCodex-07 28 днів тому

      Here are the steps to create SQL user logins: 1. Enable both Windows and SQL authentication in the server properties, then restart the SQL server. 2. In the Login folder, right-click and select "New Login." 3. In the popup, choose SQL authentication and enter the username and password. 4. In the User Mapping section, select the databases and assign the appropriate roles to the user. 5. Create the user and log in using SQL authentication. I’ll be creating a video on how to set up a SQL Server user login and use that login to authenticate in Azure Data Factory for data migration. Stay tuned for more updates, and happy learning!

    • @MrSasarunkumar
      @MrSasarunkumar 28 днів тому

      @@DataCodex-07 thank you

  • @TomHolland-wi8vj
    @TomHolland-wi8vj Місяць тому

    Thank dude 🙂

  • @MrSasarunkumar
    @MrSasarunkumar Місяць тому

    என்னய என்ன பன்ற நீ Rollback, நீ டைப் பன்னல

    • @DataCodex-07
      @DataCodex-07 Місяць тому

      In the video, I mentioned that "if I were to roll back, the changes would not affect the table." However, since this video focuses on the commit command, I did not execute a rollback and instead committed the changes to the table.

  • @saravanapothi574
    @saravanapothi574 2 місяці тому

    Thank you dude

  • @thakshinnnss2943
    @thakshinnnss2943 2 місяці тому

    add timestamps bro

    • @DataCodex-07
      @DataCodex-07 2 місяці тому

      Will update this soon, Thanks for the support. Happy Learning!

  • @infobursttamil1606
    @infobursttamil1606 2 місяці тому

    Bro getting error bro

    • @DataCodex-07
      @DataCodex-07 2 місяці тому

      Could you please provide more details about the error message you are encountering? Please find the below possibilities of the error Column Mismatch: The columns in the CSV file may not match the columns in the table, either in number or data type. Data Type Incompatibility: The data in the CSV file may not be compatible with the data types expected by the table columns. Constraint Violations: The data may violate table constraints such as primary keys, foreign keys, or unique constraints. Format Issues: The CSV file may have formatting issues, such as incorrect delimiters or inconsistent quoting. Null Values: The CSV file may contain null values or empty fields that are not allowed by the table schema. File Encoding: The encoding of the CSV file may not match the expected encoding, leading to data misinterpretation. File Path and Permissions: Issues with the file path or file access permissions can prevent the bulk insert operation from reading the CSV file. It would be helpful if you could provide more detailed information about the error you are encountering.

  • @infobursttamil1606
    @infobursttamil1606 2 місяці тому

    Bro CSV or Excel files eppadi add panrathu nu video podu bro .

    • @DataCodex-07
      @DataCodex-07 2 місяці тому

      I did already please refer to this Shorts to load CSV data into tables ua-cam.com/users/shortsIZGzDNvhwHU?feature=share Also you are able to load the data from Excel into tables with the help of this video ua-cam.com/video/d-0OovGu5c0/v-deo.html Watch further videos in SQL Server playlist to Master your SQL skills Thanks for the support! Happy Learning

  • @dineshkrishnamoorthy1358
    @dineshkrishnamoorthy1358 2 місяці тому

    1 2 3 4

  • @mohammedvahid5099
    @mohammedvahid5099 2 місяці тому

    If u combines series playlist with snowflake and ADF it will very highligjt and its very powerful stuff for data enthusiast bro Any how good video 🎉

    • @DataCodex-07
      @DataCodex-07 2 місяці тому

      Thank you for your kind words and support regarding the ADF video. I appreciate your suggestion about integrating ADF with Snowflake. I will definitely consider creating content on this topic in the future. Happy learning 🎉!

  • @LuckyAzher
    @LuckyAzher 3 місяці тому

    unable to create connection error allow sqldb firewall to acess how to solve please help

    • @DataCodex-07
      @DataCodex-07 3 місяці тому

      What are you connecting to: an Azure SQL Database or a SQL Server Database? 1. If it is an Azure SQL Database, please verify that your IP address is permitted in the firewall rules. You can check this by connecting via SSMS or reviewing the firewall rules in the Azure Portal. 2. If you are connecting to a SQL Server Database, ensure that the Self-hosted Integration Runtime (IR) is correctly configured and running, and also verify the authentication type. Please let me know if you have any further questions.

  • @rajnarayananm7455
    @rajnarayananm7455 4 місяці тому

    Usefull bro😊

  • @TomHolland-wi8vj
    @TomHolland-wi8vj 4 місяці тому

    I have completed the SQL Server playlist.Thanks for this Scenario based questions, please upload more videos on this.

    • @DataCodex-07
      @DataCodex-07 4 місяці тому

      Sure, Thanks for the support! Happy learning

  • @pradeepvadlakonda007
    @pradeepvadlakonda007 5 місяців тому

    where can i find script for this question

    • @DataCodex-07
      @DataCodex-07 5 місяців тому

      Given the simplicity of these questions, I have refrained from providing the code on GitHub. However, should you find access to the source code beneficial, I am more than willing to accommodate. I can diligently work on compiling the necessary source codes, along with the requisite table creation scripts, and promptly make them available on GitHub. Rest assured, I will include the GitHub link in the description for your convenience. Thank you sincerely for your support! Wishing you a fulfilling journey of learning ahead.

  • @cs151_subramanianm4
    @cs151_subramanianm4 5 місяців тому

    Thanks 🎉

  • @professor_DJ_010
    @professor_DJ_010 5 місяців тому

    Plz don't add music..remove music plsssss

    • @DataCodex-07
      @DataCodex-07 5 місяців тому

      Dear Professor DJ, as you previously requested, I have significantly reduced the background music in my new videos. However, this particular video is a compilation of older clips, so I am unable to edit the background music in this instance. I will ensure future videos have better audio balance. Thank you for your support and happy learning!

  • @professor_DJ_010
    @professor_DJ_010 5 місяців тому

    Please don't add music..it's irritating

    • @DataCodex-07
      @DataCodex-07 5 місяців тому

      I apologize for any inconvenience caused by the background music. Thank you for bringing this to my attention-it's helpful to receive your feedback. I will make adjustments to minimize the background music significantly or consider removing it entirely. I appreciate your understanding and wish you a pleasant and productive learning experience!

  • @Kalai2420
    @Kalai2420 6 місяців тому

    one doubt,may i know why you aggregate with Name fields? why cant we use ID fields for aggregation?

    • @DataCodex-07
      @DataCodex-07 6 місяців тому

      Indeed, it is possible to perform aggregation based on the id column by including it in the select list. You can try several ways!

  • @Vasiya-yt9ws
    @Vasiya-yt9ws 6 місяців тому

    Nice thank u pls make more videos on scenario based interview questions and answers on SQL

  • @Vasiya-yt9ws
    @Vasiya-yt9ws 6 місяців тому

    Nice approach ples make more on interview scenario based questions thnk u sir

    • @DataCodex-07
      @DataCodex-07 6 місяців тому

      Thank you for your interest in the scenario-based questions playlist! I appreciate your support and encouragement. Please feel free to watch the video for detailed explanations and refer to the GitHub repository for the table creation scripts, insert queries, and solutions. I've also included the PowerPoint presentation. Happy learning, and let me know if you have any questions or feedback along the way!

    • @Vasiya-yt9ws
      @Vasiya-yt9ws 6 місяців тому

      Thnk u

  • @shivamdheeman1363
    @shivamdheeman1363 6 місяців тому

    Brother kya ye sql learning roadmap complete hoga??

    • @DataCodex-07
      @DataCodex-07 6 місяців тому

      I have organized playlists on this channel covering topics like data engineering, data analytics, data science, and databases. The first playlist focuses on SQL Server, where I've covered a comprehensive range of SQL-related topics. Moving forward, I plan to delve into data integration and subsequently explore data analysis. I encourage you to complete the SQL Server playlist and practice the questions I've posted on GitHub for each session. Additionally, I'm curating a concise playlist of SQL Server commands. Your continued support and engagement are greatly appreciated as we continue to learn together. Thank you for your ongoing support!

  • @punithreddy7398
    @punithreddy7398 6 місяців тому

    What's the best way to master SQL as I am following ur videos regularly but unable to master on hands on any suggestions for mastering this sql

    • @DataCodex-07
      @DataCodex-07 6 місяців тому

      It's wonderful to hear that you're an active subscriber who watches all the videos. In addition to watching each video, I kindly encourage you to also attempt the queries provided on GitHub for each day. You can find the GitHub link in the description of each video. By tackling these queries regularly, you'll enhance your mastery of SQL. Moreover, I'm considering creating a separate playlist for scenario-based question-solving sessions. Remember, the journey of learning is continuous, so keep exploring and practicing.

  • @kavi3424
    @kavi3424 6 місяців тому

    Please make the shorts in English

    • @DataCodex-07
      @DataCodex-07 6 місяців тому

      Certainly, I aim to create short videos in Tamil to explain each feature in detail, while I continue to post full-length videos in English.

  • @Dil.E.Bekhabar
    @Dil.E.Bekhabar 6 місяців тому

    Can't look properly your screen is not clear. In this situation people can't enjoy your lacture.

    • @DataCodex-07
      @DataCodex-07 6 місяців тому

      Certainly, I will endeavor to enhance the clarity and ensure the video has a high resolution. Your continued support is greatly appreciated. Thank you.

  • @ananthsri3164
    @ananthsri3164 7 місяців тому

    Total count will be 8 if greater than or equal to condition met

    • @DataCodex-07
      @DataCodex-07 7 місяців тому

      Good effort, but using '>= ALL' returns 5 rows, whereas using '>= ANY' would yield 8 rows. Let's explore this difference further.