How do I create a date table in SQL Server, and calculate the number of Sundays in a given month?

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

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

  • @michaelt312
    @michaelt312 2 ปีที่แล้ว +1

    Thank you for going back to the basics for those of us just getting into SQL.

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

    This is amazing.
    Thanks man!!!

  • @thabangraykutumane6639
    @thabangraykutumane6639 2 ปีที่แล้ว +1

    Thank you man 🔥🔥🔥. please do more advanced SQL project also please 🙏🏿🙏🏿🙏🏿

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

      Hi Thabangray. Why not have a look at my Udemy course - see rebrand.ly/querying-microsoft-sql-server . Phillip

  • @didimoescobar2247
    @didimoescobar2247 ปีที่แล้ว

    Great Video !!!!! So, is posible create the same process but with datetime increment every 10min ?

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

      Hi Didimo. Yes, it is. You can use DATEADD with time - for example, DATEADD(minute, 10*[number], [StartDate]). I'll think I'll develop that for a future video - I'm always looking for ideas! Thanks - Phillip