1. How to connect Database in UiPath | Connect to SSMS Database | UiPath Database activities

Поделиться
HTML-код
  • Опубликовано: 27 июл 2024
  • 👉 This Playlist Covers what additional Skills are required to work as an RPA developer The Skill we are talking here is knowledge of Databases.
    ► How to Connect Database in UiPath
    ► Connect to MySQL Database
    ► UiPath Database Connection
    ► UiPath Database Connection String
    ► UiPath Database activities
    ► Rollback Option in SQL Queries
    ►►►►►► This Video covers the Following ◀◀◀◀◀◀◀◀
    ► Timestamps ◀
    0:00 Introduction
    1:12 : Agenda
    2:26 : Get Connection Details
    3:38 : Install Depenedncies
    5:22 : Connect to Database
    9:40 : Test Connection
    11:03 : Connection String
    15:51 : Run Query
    20:12 : Print the Data
    23:19 : Disconnect Database
    26:52 : Recap
    ►►►►►► Links to Refer ◀◀◀◀◀◀◀◀
    👉 How to Install Microsoft SQL Server 2019 | SQL Server Express on Windows | (Step-By-Step Tutorial)
    • 1. How to Install Micr...
    👉 Complete SSMS Playlist
    • DataBase Basics | SQL ...
    👉 Practice End to End Use Cases
    • Practice End to End Us...
    👉 UiPath Common Properties UI Elements | Delay | Timeouts
    • 🔴 9. LIVE Conversation...
    Happy Automation!
    ►►►►►► Social Media Links ◀◀◀◀◀◀◀◀
    👉 Instagram : / uipathtutorials
    👉 LinkedIn : / mukeshkala
    👉 Twitter : / tweetmukeshkala
    👉 Facebook: / uipathfb
    👉 RUclips : / tutorialsbymukeshkala
    👉 Mail : mailmukeshkala@gmail.com
    #UiPath #RPA #Automation #mukeshkala #Discover #UiPathCommunity #uipathmvp
    ►►►►►► Tags ◀◀◀◀◀◀◀◀
    Tutorials by Mukesh Kala
    UiPath Tutorials by Mukesh Kala
    uipath
    mukesh kala
    uipath tutorial
    uipath projects
    rpa tutorial for beginners
    uipath tutorial for beginners
    rpa interview questions and answers
    rpa projects
    ui path
    uipath rpa
    rpa uipath tutorial
    uipath uipath tutorials
    uipath sql database
    uipath tutorial
    uipath sql query
    learn basic uipath
    uipath sql server
    uipath advance
    uipath automation uipath videos
    uipath training
    uipath database activities
    uipath execute query
    database activity in uipath
    rpa training
    uipath sql
    insert activity in uipath
    start transaction in uipath
    disconnect uipath

Комментарии • 38

  • @alamshaikh4358
    @alamshaikh4358 Год назад +4

    Nowaday, I'm not struggling to understand any topic in uipath because of you.Since I started followed your hindi playlist.
    Thank you Mukesh Sir

  • @thvx1566
    @thvx1566 4 месяца назад +1

    You made me understand how to put sql output into excel sheets. You saved my project. Thank you so much. I can't put my gratefulness into words.

  • @AnilKumar-mo3pr
    @AnilKumar-mo3pr Год назад +1

    This is very helpful. Need to watch previous videos as well. Thanks for the tips to disconnect the connection

  • @muktharvalli741
    @muktharvalli741 Год назад +1

    Waiting 😍

    • @MukeshKala
      @MukeshKala  Год назад

      How was it ? Let me know your thoughts!

  • @alokranjansingh20
    @alokranjansingh20 10 месяцев назад +1

    Thank you Mukesh for the great explanation!! It was really helpful.

  • @farjanaanjum2635
    @farjanaanjum2635 Год назад +1

    You are truly legend

  • @claudiovalenzuela1814
    @claudiovalenzuela1814 5 месяцев назад +1

    thanks a lot!!

  • @andersjensenorg
    @andersjensenorg Год назад +3

    Mukesh = Boss

  • @ramyanamala6614
    @ramyanamala6614 Год назад +1

    I Appreciate your hard work Mukesh, learnt lot from you, could you also please make some videos on MySQL Database

    • @MukeshKala
      @MukeshKala  Год назад

      You mean to connect with uipath ?

  • @toshi_garg
    @toshi_garg 10 месяцев назад +1

    Maja agaya!!!

  • @kiransure8916
    @kiransure8916 Год назад +1

    Can u share any videos related to RPA business analyst? PDD and SDD and business analyst work in real time

    • @MukeshKala
      @MukeshKala  Год назад

      Please wait for next week … I would be uploading a complete use case step by step where we would explore pdd and sdd as well

  • @nenumeebindu
    @nenumeebindu Год назад +1

    Hello Mukesh i had installed sql server and i am trying to connect with uipath but in the conect of database uipath is coming 9 master, tempdp.....)

    • @MukeshKala
      @MukeshKala  Год назад

      Can you try with a new solution

  • @kaushik__7728
    @kaushik__7728 Год назад +1

    Hi mukesh what will be the datatype of the output of connect activity?

    • @MukeshKala
      @MukeshKala  Год назад

      It would be of connection object , just hit Ctrl K in the output and uipath would automatically create a variable of this type

  • @manaslenka5014
    @manaslenka5014 3 месяца назад +1

    Hi Mukesh,
    While trying the steps on a existing process which has "UiPath.Database.Activities 1.5.0" version, found below conflicts on activities "Connect"
    Database Activity Version: 1.7.1
    Connection String: "Data Source=MANAS;Initial Catalog=RPA;Integrated Security=True;Encrypt=False"
    ProviderName: "Microsoft.Data.SqlClient"

    Database Activity Version: 1.5.0
    Connection String: "Data Source=MANAS;Initial Catalog=RPA;Integrated Security=True"
    ProviderName: "System.Data.SqlClient"

    • @MukeshKala
      @MukeshKala  3 месяца назад

      Here are some steps you can try
      Check Variables: Verify that there are no duplicate variables for the DatabaseConnection output. Sometimes, conflicting variables can cause unexpected behavior
      test your process with UiPath.Database.Activities with lower dependency - Ensure that the connection works as expected.
      Ensure that the variable handling the password is correctly formatted and doesn’t introduce any unexpected characters.

    • @manaslenka5014
      @manaslenka5014 3 месяца назад

      @@MukeshKala Thank You

  • @mansidua9809
    @mansidua9809 9 месяцев назад +1

    Hi Mukesh, How you have generated initial catalog as uipath in database ? I couldnt find the video

    • @MukeshKala
      @MukeshKala  9 месяцев назад

      UiPath is the Database which I had already created and is the DB which you want to connect - In case you dont have the DB - watch the basics of DB here : ruclips.net/video/th2h6T0e3X8/видео.html

    • @mansidua9809
      @mansidua9809 9 месяцев назад

      @@MukeshKala thank you 🙏

  • @saisreebollam1152
    @saisreebollam1152 Год назад +1

    MY laptop is not providing servername to connect . can u please help

    • @MukeshKala
      @MukeshKala  Год назад

      See if you have admin access enabled

  • @JamshedpurMusafir
    @JamshedpurMusafir Год назад +1

    Where is authentication stored?

    • @MukeshKala
      @MukeshKala  Год назад +1

      If using the windows authentication- the credentials are stored and retrieved from windows credentials manager … if we use the sql authentication then it has to be stored in orchestrator assets or any password vault like cyberArk

    • @JamshedpurMusafir
      @JamshedpurMusafir Год назад

      @@MukeshKala thank you sir.