Microsoft SQL Server Performance Tuning, Live

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 44

  • @Nonchalant2023
    @Nonchalant2023 26 днів тому

    I honestly have never seen such confident speaker , this is such a masterclass on knowing your domain and entertaining others with your knowledge. Thanks for sharing this!

  • @taiwoajibode2093
    @taiwoajibode2093 3 роки тому +12

    This is a super performance lecture. Good job .

  • @TechandArt
    @TechandArt 3 роки тому +5

    Excellent stuff ... keep educating us thanks

  • @PrzemysawGorecki
    @PrzemysawGorecki 4 місяці тому

    Awesome performance presenation

  • @scott.schmidt
    @scott.schmidt 10 місяців тому +1

    You should create a few SQL 'LeetCode' problems that are solved but need tuning

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  10 місяців тому +2

      I have tons of 'em! They're in my Mastering classes. Have you tried one?

    • @scott.schmidt
      @scott.schmidt 10 місяців тому

      Ok. I will check it out@@BrentOzarUnlimited

  • @sasigotlagunta
    @sasigotlagunta 4 роки тому +1

    Very helpful in understanding the concepts

  • @Shanmugamanickavel
    @Shanmugamanickavel 3 роки тому +2

    SQL Super star..... Please come to India....I want to meet you....

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  3 роки тому +5

      Good news! Planes fly in both directions. You can come see ME at conferences and events. ;-)

  • @jd5514
    @jd5514 4 роки тому +3

    Awesome presentation.

  • @sqlserver5268
    @sqlserver5268 3 роки тому +2

    Very good presentation.

  • @tpssharpreet3995
    @tpssharpreet3995 5 років тому +2

    Really helpful and Excellent

  • @jaydeepchavda3772
    @jaydeepchavda3772 5 років тому +2

    Excellent stuff!!

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

    What's wrong with AdventureWorks...Just want to understand
    Why did you turn off Read_Committed_Snapshot Isolation

  • @udhayashankar5412
    @udhayashankar5412 4 роки тому +1

    Iam from India, I have frequently getting issue on cpu utilization took 100% in the production server... memory consumption is 95% which is from sqlserver.exe .... I do not know how to troubleshoot the cpu consumption in live production... could you pls explain

    • @TheBrentOzar
      @TheBrentOzar 4 роки тому

      Sure, I teach how to do that in my Mastering Server Tuning class. Go to BrentOzar.com and click Training at the top of the site.

  • @sreeramadassai
    @sreeramadassai 2 роки тому

    Your class is super Sir 👌👌

  • @TheFunVampire
    @TheFunVampire 2 роки тому

    Hey Brent, great video, do you have any recommendations on training for developers to learn techniques like queuing inserts? Is queuing of inserts something I’d need to build on my own or does sql have this ability built in? I’ve tried googling this technique but I don’t seem to be finding anything related. Thanks!

    • @TheBrentOzar
      @TheBrentOzar 2 роки тому

      Not sure what you mean by queueing inserts - if you send a command to a database, it's executed immediately.

    • @TheFunVampire
      @TheFunVampire 2 роки тому

      @@TheBrentOzar around 34:50 (ish) you mentioned queuing up the view count updates, this sounds like a great idea and I was curious if it’s an ability SQL supports or if the developers had to engineer their own work around for it. Also any recommendations you have on training to cover understanding performance issues like this would be greatly appreciated. I’ve recently come into a project with… let’s just say lots of room for changes to increase efficiency - in both the database dev and web dev side. Current team says it’s because the server doesn’t have enough power but I’m thinking there’s probably a lot to be done on our side (dev) to make it better.

    • @TheBrentOzar
      @TheBrentOzar 2 роки тому

      @@TheFunVampire the developers had to do it. Nothing's built into the product for that.

    • @TheFunVampire
      @TheFunVampire 2 роки тому

      @@TheBrentOzar ah bummer. It sounds like a great idea and sounds like something a lot of people would run into. My guys here are running a function making 6 or more (depending on whats going on, could be 30-50) inserts to different tables at the load of every page. We get 100+ pages loading every second, guess i need to figure out a way to queue those up and start looking for more red flags. Thanks much for the input.

  • @juanpablogallardov
    @juanpablogallardov 2 місяці тому

    Does it make sense to do column index on stojou tables?

  • @irfanrafiq7252
    @irfanrafiq7252 5 років тому +1

    Awesome !!!

  • @mojaksywka
    @mojaksywka 2 роки тому

    gr8 job!

  • @radatann7701
    @radatann7701 5 років тому +1

    I cannot find sp_askBrent
    Could you help to provide this procedure for me ! pls

    • @TheBrentOzar
      @TheBrentOzar 5 років тому +3

      We renamed it as sp_BlitzFirst.

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

      @@TheBrentOzar , Maybe i ask you more. I used sql server 2017. It is hopeful when i apply this script below for improve performance?
      DBCC TRACEON(4199,-1);
      DBCC FREEPROCCACHE;
      GO

    • @TheBrentOzar
      @TheBrentOzar 5 років тому +2

      @@radatann7701 Your best bet is to ask that on a Q&A site like dba.stackexchange.com. Hope that helps!

  • @7alepan
    @7alepan 5 років тому

    Great video Brent!
    Cant seem to find resources on the provided link, is it still there? or am I too late?
    P.S: Love your work and humor!

    • @yonasyimer1082
      @yonasyimer1082 5 років тому +2

      www.brentozar.com/sql/watch-brent-tune-servers-ignite-2015/

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

      I need stactoverflow Table
      Plz

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

    Master Piece

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

    Nice one.

  • @MegaPurpur
    @MegaPurpur 3 роки тому

    Can I get script sir?