sql server concurrent transactions

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

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

  • @krzysztofs8535
    @krzysztofs8535 8 ปีที่แล้ว +6

    Thank you for teaching us Venkat and 'have a great day' !

  • @ronicesarrc
    @ronicesarrc 9 ปีที่แล้ว +1

    Although I am using Oracle DBMS at university, your videos have helped me a lot with some SQL concepts. Thanks

  • @archanayadav3830
    @archanayadav3830 9 ปีที่แล้ว +2

    Hi Venkat ,
    Yours videos are really helpful .I would suggest you to also upload the videos for SSIS which would make us easy to understand.

  • @manjotanmol21
    @manjotanmol21 4 ปีที่แล้ว

    Good job mate.

  • @pramodmaurya6610
    @pramodmaurya6610 6 ปีที่แล้ว

    Thanks for your knowledge sharing.. thanks a lot.

  • @harishnayal3617
    @harishnayal3617 9 ปีที่แล้ว +1

    hey venkat,am really enjoying your whole video tutorial,please upload AngularJs tutorial as soon as possible..thankyou

  • @ranjeet99mishrarock
    @ranjeet99mishrarock 8 ปีที่แล้ว

    you are great man

  • @joshw3555
    @joshw3555 9 ปีที่แล้ว +1

    Hi Venkat, we watch all your .net and sql recordings from sydney. They are Great. Will u be doing full stack recordings as well ?

  • @raqibul1000
    @raqibul1000 9 ปีที่แล้ว +1

    We want more advance level video on SQL Server.Thanks in advance.

  • @qodebrojames
    @qodebrojames 6 ปีที่แล้ว

    Your videos on sql have been really helpful. I try and hit the like button on every one of the videos that I find helpful. If you don’t mind me asking, what application do you use to record your screen and make these videos?

  • @harinath3201
    @harinath3201 9 ปีที่แล้ว +1

    Hi Venkat, Thank you so much for all these tutorials....Can you please upload Oracle Tutorials if it is possible!! Thanks in advance :)

  • @MohanrajPeriasamy
    @MohanrajPeriasamy 9 ปีที่แล้ว +1

    Thanks Venkat...Any plan videos on AngularJS?

  • @jeewanintube
    @jeewanintube 9 ปีที่แล้ว +1

    We wish you continue the advance level tutorial on sql server.

  • @prudhvik5603
    @prudhvik5603 2 ปีที่แล้ว

    hi venkat,
    instead of passing string in id, if we pass int like 7 or 8 which is not in the table, its still updating the correct id and making the transaction to commit. is there any way to rollback when we pass wrong int? instead of str

  • @mykulpierce
    @mykulpierce 4 ปีที่แล้ว

    The transaction block would solve a number of bugs in video games where duplication of items becomes possible due to game or server lag.

  • @vickykumawat766
    @vickykumawat766 9 ปีที่แล้ว +2

    hey venkat please make a video on backup/restore and attach/Deattach process

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  9 ปีที่แล้ว +3

      Vicky Kumawat Sure, I will record and upload as soon as I can. Thank you very much for your patience.
      I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you
      th-cam.com/users/kudvenkatplaylists?view=1&sort=dd
      Slides and Text Version of the videos can be found on my blog
      csharp-video-tutorials.blogspot.com
      Tips to effectively use my youtube channel.
      th-cam.com/video/y780MwhY70s/w-d-xo.html
      If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel.
      th-cam.com/users/kudvenkat
      If you like these videos, please click on the THUMBS UP button below the video.
      May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them.

    • @vickykumawat766
      @vickykumawat766 9 ปีที่แล้ว +1

      Ya sure I will definitely spread your words

  • @sripondy123
    @sripondy123 9 ปีที่แล้ว +1

    I have one question How do we clear Cookies and IE caching in the asp.net application. In which page should we include the code (like login page or master page or log out page )

    • @krismaly6300
      @krismaly6300 9 ปีที่แล้ว +1

      *****
      Good question
      I think we need a video

  • @hussainmadar4
    @hussainmadar4 8 ปีที่แล้ว

    when we update a balance ,in which the id is integer but not present in the accounts table then it adds the 100$ to id=1 but doest subtract from id= 2

  • @kolanpakakalyan5929
    @kolanpakakalyan5929 3 ปีที่แล้ว

    ❤️

  • @nurhidayatullah6807
    @nurhidayatullah6807 5 ปีที่แล้ว

    is it non serial or serial statement?

  • @raqibul1000
    @raqibul1000 9 ปีที่แล้ว +1

    Thanks

  • @sushilct86
    @sushilct86 6 ปีที่แล้ว

    how can i achieve multiple stored procedures in a single transaction sql server.

  • @mohammadsiraj5714
    @mohammadsiraj5714 5 ปีที่แล้ว

    Hi Venkat, Thanks for your tutorial. I have used wrong ID number but the transaction is not rolled back. I think it's big problem. My table doesn't have ID number 20. can you check the issue and let me know. First transaction is updated but second transaction is not updated.
    BEGIN TRY
    BEGIN TRANSACTION
    UPDATE Accounts SET Balance = Balance - 100 WHERE Id = 1
    UPDATE Accounts SET Balance = Balance + 100 WHERE Id = 20
    COMMIT TRANSACTION
    PRINT 'Transaction Committed'
    END TRY
    BEGIN CATCH
    ROLLBACK TRANSACTION
    PRINT 'Transaction Rolled back'
    END CATCH
    I got below output
    (1 row affected)
    (0 rows affected)
    Transaction Committed
    ---My Table has only 4 records
    insert into Accounts values
    (1,'Mark',1000),
    (2,'Mary',1000),
    (3,'John',2000),
    (4,'David',2500)

  • @gkmishra2009
    @gkmishra2009 5 ปีที่แล้ว

    Difference between IList and List in C#

  • @HG-mt3vl
    @HG-mt3vl 6 ปีที่แล้ว

    link to next video please

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  6 ปีที่แล้ว

      Here is the link to Part 71
      th-cam.com/video/5ZEchu2WnD4/w-d-xo.html
      You can find all our SQL server videos in a sequence at the following link. Hope this helps.
      th-cam.com/play/PL08903FB7ACA1C2FB.html

  • @NuriYilmaz15
    @NuriYilmaz15 7 ปีที่แล้ว

    show me the code! do you really think that propgrammers like to watch videos?

  • @archanayadav3830
    @archanayadav3830 9 ปีที่แล้ว +1

    Hi Venkat ,
    Yours videos are really helpful .I would suggest you to also upload the videos for SSIS which would make us easy to understand.