SQL: stored procedures

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 17

  • @rawkjawk
    @rawkjawk 12 років тому +1

    michael,
    I hope you have an opportunity to read this in the near future. I am currently enrolled in an sql database class at a local community college and your videos have been a life saver for me. please dont stop making these videos if you can help it as im sure they will benefit me and alot of others in the future. thank you so much for your videos and your time.

  • @amg1286
    @amg1286 5 років тому

    Thank you so much, Michael! I have experience with writing SQL queries and have been trying to further my knowledge by learning T-SQL and also learn how to create and edit stored procedures. I am hoping to use this new knowledge for a new job opportunity I am applying for, so again, thank you for your wonderful explanation and examples! I followed everything you said beautifully :)

  • @michaelfudge
    @michaelfudge  12 років тому +1

    I'm glad to hear they're helping you I'll try to keep them coming!

  • @TheHawkoftheeye
    @TheHawkoftheeye 13 років тому +1

    Nice one, very clear explanation.

  • @AmyLe01
    @AmyLe01 12 років тому

    Michael, I just found your video and agree strongly with rawkjawk. Thank you for your clear tutorial.

  • @krismaly1231
    @krismaly1231 10 років тому

    I enjoyed watching this video. Thanks for educating the community and appreciate your volunteer-ship. Keep producing some more videos. Especially make a mistake and correct the error and explain how it has ben fixed will attract audience.
    Especially create some videos with tips and tricks may click your video hits more.
    Thanks a lot

  • @itsdannyftw
    @itsdannyftw 10 років тому

    Hey Mike, any chance you would be able to do a video on triggers? Really enjoying your videos! Concise and very effective.

  • @PaigeKayeBroker
    @PaigeKayeBroker 11 років тому +1

    Thanks Michael, I really appreciate the way you teach - any chance of being able to download the sql files that correspond with the lessons?

    • @michaelfudge
      @michaelfudge  11 років тому

      If you search for the Fudgemart SQL video, you can find a link to the SQL file in the description.

  • @RicoZaid_
    @RicoZaid_ 9 років тому

    LOL! @4:58 DUHH! Great Video!

  • @KracNelly
    @KracNelly 13 років тому

    How can I populate a column in (tempd table). the column having Null values returned from a left join query of 2 tables, how would i update the all the Null values with new values from another table into the that tempd table using store procedure. Thanks for these good tutorials

  • @hancechen3483
    @hancechen3483 9 років тому

    Michael, I tried to follow the link in Fudgemart SQL video, it doesn't work. Where else can I find the SQL scripts? Thanks.

  • @AzraFakri
    @AzraFakri 10 років тому

    what's the diff. between CREATE PROC. and ALTER PROC. at the beginning of the sp? thanks in advance.

    • @DevOtionSynthax
      @DevOtionSynthax 7 років тому

      Create - creates a new procedure
      Alter - edits an existing procedure

  • @HenrikRClausen
    @HenrikRClausen 5 років тому

    Encapsulating business logic into stored procedures? MeThinks this is a Bad Idea :(

    • @michaelfudge
      @michaelfudge  5 років тому

      Why?

    • @michaelfudge
      @michaelfudge  5 років тому

      I understand the pros and cons of doing it but am interested in you ideas.