ACID properties in SQL server | Atomicity, Consistency, Isolation and Durability | SQL interview Q&A

Поділитися
Вставка
  • Опубліковано 4 лип 2024
  • A transaction in SQL Server is a group of SQL statements that are treated as a single unit and they are executed by applying the principle “do everything or do nothing”
    The acronym ACID was created by Andreas Reuter and Theo Harder in the year 1983, however, Jim Gray had already defined these properties in the late 1970’s.
    Most of the popular databases such as SQL Server, Oracle, MySQL, Postgre SQL follows the ACID properties by default.
    A - Atomicity
    C - Consistency
    I - Isolation
    D - Durability

КОМЕНТАРІ • 22

  • @chrisumali9841
    @chrisumali9841 Рік тому

    Thanks for the demo, and info. Have a great day

  • @noobda.noob2K24
    @noobda.noob2K24 Рік тому

    Very informative, thanks for the detailed explanation.

  • @bijianwu5124
    @bijianwu5124 Рік тому

    thanks for the clear and amazing content

  • @rajendraprasad9040
    @rajendraprasad9040 Рік тому

    Explanation is good.. good concept.. easy understandable with examples..

  • @rashmichinjoos9394
    @rashmichinjoos9394 Рік тому +1

    Nice and simple explanation
    Thank you😊

  • @hemalwatts9627
    @hemalwatts9627 Рік тому

    Great explanation. Thank you!!

  • @hasanmougharbel8030
    @hasanmougharbel8030 Рік тому

    Hello man,
    God bless your efforts.
    I have a new question as a newbie.
    How shall i use the server optimizer in sql managemnt studio, is there any inbuilt settings or parameters to optimize the server,
    or is the server optimizer already configured to work optimally on my machine?
    Thanks a lot.

  • @shakedm7256
    @shakedm7256 Рік тому

    Thank you for this!

  • @bhagyabiiliger7161
    @bhagyabiiliger7161 Рік тому

    Thanks for the information sir..
    Please try to make an videos on SSIS...

  • @naveenkumar-nw7ne
    @naveenkumar-nw7ne Рік тому

    Thanks for the valuable video sir. Kindly upload the performance related videos in sql server

  • @ajitpradhan-tw4uq
    @ajitpradhan-tw4uq Рік тому

    its really nice sir

  • @shivakotari2181
    @shivakotari2181 Рік тому +1

    The way of your explanation is easily reachable...phenomenal work broh but can you please share few videos on performance tuning

  • @Boss-vt5fv
    @Boss-vt5fv Рік тому

    Thanks a lot 👍

  • @tanshitalks
    @tanshitalks Рік тому

    Tq bro, good explanation

  • @vijayvlog5039
    @vijayvlog5039 Рік тому

    Thanks

  • @RishiRap
    @RishiRap Рік тому

    Nice!

  • @vijayanand-sd4go
    @vijayanand-sd4go Рік тому

    Hello Sir, its really great and I am fortunate to find something like this for a SQL DBA starter, please start a series on Performance Tuning with the below topics it will be very helpfull, Let me know if you have plans of starting any online paid course as well
    1. Indexes and Index management
    2. Compression level - rectifying improper compressions
    3. Isolation levels
    4. Partitions
    5. Tuning Tools - Perfmon, Profiler and DTA
    6. Updating Statistics
    7. Extended Events
    Thanks a lot for your help. Hoping for a reply!!!

    • @righttolearnbk
      @righttolearnbk  Рік тому +1

      Thanks for your suggestion and I will start in coming days.

  • @prudhvikumar6785
    @prudhvikumar6785 Рік тому

    Hi, Please make videos CPU, Memory, Missing indexes and Disk I/O issues how to do troubleshooting the issues.

  • @vinoddevops3000
    @vinoddevops3000 Рік тому

    cleared lot of doubts.