What's New in SQL Server 2019

Sdílet
Vložit
  • čas přidán 9. 10. 2019
  • Some of my favorite new features. Learn more at www.BrentOzar.com/go/whatsnew
  • Věda a technologie

Komentáře • 49

  • @spoonerluv
    @spoonerluv Před 4 lety +10

    'And it's stable, just like me!'
    I felt that in my soul.

  • @suvratrai
    @suvratrai Před 4 lety +3

    Beautifully explained! This is the first time i saw your videos and i must say that whole arrangement of keeping the query editor window in focus and talking alongside does help in making it easier to understand. Thank you for making this video.

  • @aslvoter
    @aslvoter Před 2 lety +1

    What a great explanation. Brent, I watch your presentations for over a decade now. Day by day the value of your presentations goes higher and higher.

  • @BeRNisira
    @BeRNisira Před 4 lety +2

    Thanks Brent, this kind of videos really helps

  • @sumitkathuria
    @sumitkathuria Před 4 lety

    Awesome 👍 Very well explained.
    Thank you Sir Brent for posting such amazing videos on SQL Server.

  • @stpieraf
    @stpieraf Před 4 lety

    That was a fantastic summary.. Thanks! Some really exciting stuff.

  • @diegotomiello
    @diegotomiello Před 4 lety +3

    Great video! Thanks for always share your knowledge.

  • @dushyant4918
    @dushyant4918 Před 4 lety +2

    Awesome as usual, as always!

  • @MuhammadBerki
    @MuhammadBerki Před 4 lety

    Brilliant Video - thanks for putting it together

  • @neeraj10101
    @neeraj10101 Před 4 lety

    Thanks Brent. Great video.

  • @brink668
    @brink668 Před 4 lety +2

    Lol such an entertaining video on sql, good info

  • @celiaborges2075
    @celiaborges2075 Před 4 lety

    "stable like me" LOL, you are awesome!

  • @CooMization
    @CooMization Před rokem

    Excellent explanation. Thank you!

  • @wrestlingjesus2893
    @wrestlingjesus2893 Před 4 lety +2

    ALRIGHTY!!

  • @thehouse2620
    @thehouse2620 Před 2 lety

    Excellent info, Thanks

  • @kenigiri
    @kenigiri Před 4 lety +1

    Thanks Brent. Always objective, always thorough. Parameter Sniffing is an old problem, right?

    • @TheBrentOzar
      @TheBrentOzar Před 4 lety +3

      Yep, but you know, it just still keeps coming up. For us consultants, it's the gift that keeps on giving.

  • @markoxvce
    @markoxvce Před 4 lety

    Great video

  • @carldaniel6510
    @carldaniel6510 Před 4 lety +3

    Neat new features - but it looks like to get predictable performance, I'm still going to be extensively hinting all of my important queries to never get a pathological plan for a query that covers many rows (1e7 and more). I'm more than willing to sacrifice performance on small results to get consistently acceptable performance on large results.

  • @dushyant4918
    @dushyant4918 Před 4 lety

    Hi Brent,
    What is your call on SQL server 2017 over 2016 in terms of performance when you are dealing with SP (approx 1000 odd)in your database which are equipped with complex joins over tables, views, udfs and also having SORT and ORDERBY clauses in many of the SPs

    • @TheBrentOzar
      @TheBrentOzar Před 4 lety

      That's kinda beyond the scope of this video - you'll be best off asking that at a Q&A site.

  • @andreabruschetta8791
    @andreabruschetta8791 Před rokem

    I liked it!

  • @TheRealSmendle
    @TheRealSmendle Před 4 lety

    would have been cool if you could have shown the query store saving the day on what I am now calling "The Reputation Incident!"

  • @tonybrock5288
    @tonybrock5288 Před 4 lety

    After hassling with performance issues and parameter sniffing and trying various workarounds which kind of worked, I found the obvious solution: ie: when last was "exec sp_updatestats" run on my db? The DBA's hadn't done any! My stored proc went from running in 5 hours to 5 minutes!

    • @TheBrentOzar
      @TheBrentOzar Před 4 lety

      Ooo, bad news, that's not doing what you think. To learn more, watch www.brentozar.com/go/sniff

  • @ME-dg5np
    @ME-dg5np Před 4 lety +1

    Very good

  • @drewholloway5241
    @drewholloway5241 Před 4 lety +1

    Never look a gift horse in the mouth: Looking at the mouth is a good way to tell the horse's overall health. Thus you're checking to see if the horse you were just given is in good health or possibly not. Probably not a good thing to do when someone just gifted you a horse!

  • @andrewp7497
    @andrewp7497 Před 3 lety +2

    Great lessons, cheers. Microsoft adding new features! That make it even more confusing!! And actually not providing much benefit. Sounds like projects we do!
    A bit put off by the adaptive joins, so is the solution always to recompile...? That's what it seemed like.

    • @nilsfrahm1323
      @nilsfrahm1323 Před 2 lety

      One thing would be to write 'inner hash join' instead of 'inner join' in places where you know the tables have many rows, to avoid sql choosing badly for you. It's too unpredictable otherwise. Clients and bosses don't want to know about sql inner workings, they want results. It seems MS is doing a bad job at optimizing the query engine.
      It's a complex problem, needs more work. Like warmup script from which it should learn, some hints to teach it typical queries, adaptive plans based on changes in used tables etc.
      Hints to tell it minimum memory to use, parallel or not, expect lots of results or not...

  • @Miggleness
    @Miggleness Před 4 lety

    Brent, what laptop do you use for this demo?

    • @TheBrentOzar
      @TheBrentOzar Před 4 lety +1

      An Apple MacBook Pro.

    • @Miggleness
      @Miggleness Před 4 lety

      @@TheBrentOzar I wouldn't have guessed. I wish running SQL Server on Docker on Mac gets sorted out soon.

  • @mabilash803
    @mabilash803 Před 3 lety

    Thank u very much for this vedio

  • @joeanderson3423
    @joeanderson3423 Před 2 lety

    Great overview.
    QUESTION:
    I downloaded the Stack Exchange 2013 (10 GB) from your website.
    On my system at home, I have SSMS v18.8 and SQL Server EXPRESS 2017 (about to upgrade to 2019 Express)
    Can I attach this database to EXPRESS ?
    thx.Joe

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  Před 2 lety

      We don't recommend trying to use Express for learning performance tuning. It's limited to 1 CPU core and 1GB RAM.

    • @joeanderson3423
      @joeanderson3423 Před 2 lety

      @@BrentOzarUnlimited Hi Brent ....appreciate the response. Actually, I'm not concerned with performance tuning. I was just wonder IF ... the Stack Exchange db would attach to SQL Server Express ... such that I have another db besides AdventureWorks to play around with on my home system. THX.

  • @arwahsapi
    @arwahsapi Před 2 lety

    The developers at Microsoft still borrows the GUI from Visual Studio 2010, for real? The GUI from SSMS 2008 is still prettier though, I mean why don't they use the GUI from their latest IDE, like VS 2019 or VSCODE that supports dark mode and all?

  • @DataJuggler
    @DataJuggler Před 4 lety

    Instead of telling the Admin to listen outside the exec's door, you could separate it into different procedures for ByCountry, ByState or ByCity, etc. and then SQL could optimize each accordingly. More procedures to manage is more work for maintenance, and this requires access to any code of course, but billable hours are good for the economy.

    • @TheBrentOzar
      @TheBrentOzar Před 4 lety +3

      Data Juggler good point, because all cities and countries are the same size. Oh, wait...

    • @DataJuggler
      @DataJuggler Před 4 lety

      @@TheBrentOzar You had a subscriber for a whole hour. Good videos though.

  • @tsilb
    @tsilb Před 4 lety

    Will RECOMPILE get around this wandering memory grant problem? How likely is it that would be worth it?

    • @TheBrentOzar
      @TheBrentOzar Před 4 lety +2

      There are a lot of problems with RECOMPILE hints, starting with additional CPU consumption to compile every new plan. I talk about the pros & cons of each of the solutions in my Mastering Query Tuning class.

    • @tsilb
      @tsilb Před 4 lety +1

      @@TheBrentOzar Woah, that reply was faster than my database after I used sp_BlitzIndex to trim the fat.

    • @TheBrentOzar
      @TheBrentOzar Před 4 lety +1

      @@tsilb HAHAHA

  • @akrooma
    @akrooma Před 3 lety

    LOL! so the best way to run a fast query now is to throw my ear at the exective's door!

  • @stefanotorelli3688
    @stefanotorelli3688 Před 4 lety

    In Italy, somebody talk about "Shooting on your own balls"... your fantasy will help you about what "balls" are... suggestions: not tennis balls, not cannon balls... and so on...

  • @thunde7226
    @thunde7226 Před 4 lety

    .........very insightful........to the point........:) .......and extremely sad at the same time, Microsoft server 2019 is for Big Data.........just as BigQuery for Google......Hey I will keep watching Brent Ozar................:) .............bye