Warning: Constant WP_TEMP_DIR already defined in /var/www/html/blogs/glenn/wp-config.php on line 94

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/blogs/glenn/wp-config.php:94) in /var/www/html/blogs/glenn/wp-includes/feed-rss2.php on line 8
SQLSaturday Archives - Glenn Berry https://www.sqlskills.com/blogs/glenn/tag/sqlsaturday/ Semi-random musings about SQL Server performance Tue, 13 Nov 2018 18:52:01 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 Speaking at SQLSaturday #197 in Omaha on April 5-6 https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-197-in-omaha-on-april-5-6/ https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-197-in-omaha-on-april-5-6/#respond Fri, 22 Mar 2013 23:32:05 +0000 http://3.209.169.194/blogs/glenn/?p=645 I will be speaking on both Friday and Saturday (April 5-6) at SQLSaturday #197 in Omaha, Nebraska. I will be delivering a full day pre-con on Friday, and then doing Hardware 201 on Saturday. Here is the abstract for my pre-con: Scaling SQL Server 2012 How can you scale SQL Server 2012? Scaling up is […]

The post Speaking at SQLSaturday #197 in Omaha on April 5-6 appeared first on Glenn Berry.

]]>
I will be speaking on both Friday and Saturday (April 5-6) at SQLSaturday #197 in Omaha, Nebraska. I will be delivering a full day pre-con on Friday, and then doing Hardware 201 on Saturday. Here is the abstract for my pre-con:

Scaling SQL Server 2012

How can you scale SQL Server 2012? Scaling up is relatively easy (but can be expensive), while scaling out requires significant engineering time and effort. If you suggest hardware upgrades you may be accused of simply “throwing hardware at the problem”, and if you try to scale out, you may be thwarted by a lack of development resources or 3rd party software restrictions. As your database server nears its load capacity, what can you do? This session gives you concrete, practical advice on how to deal with this situation. Starting with your present workload, configuration and hardware, we will explore how to find and alleviate bottlenecks, whether they are workload related, configuration related, or hardware related. Next, we will cover how you can decide whether you should scale up or scale out your data tier. Once that decision is made, you will learn how to scale up properly, with nearly zero down-time. If you decide to scale out, you will learn about practical, production-ready techniques such as vertical partitioning, horizontal partitioning, and data dependent routing. We will also cover how to use middle-tier caching and other application techniques to increase your overall scalability.

You can get a copy of the flyer for both pre-cons here: SQL Saturday #197 Pre-Cons

Here is the session I will present on Saturday:

Hardware 201: Selecting Database Hardware

The foundation of database performance is the underlying server hardware and storage subsystem. Even the best designed and optimized database application can be crippled by an inadequate hardware and storage infrastructure. Recent advances in new processors and chipsets, along with improvements in magnetic and SSD storage have dramatically changed the evaluation and selection process compared to the past. Many database professionals struggle to keep up with new technology and often simply let someone else make their hardware selection and sizing decisions. Don’t let this happen to you! This session covers current and upcoming hardware from both Intel and AMD.

My friend and SQLskills colleague, Joe Sack will also be speaking at SQLSaturday #197.  I hope to see a lot of people at this event!

The post Speaking at SQLSaturday #197 in Omaha on April 5-6 appeared first on Glenn Berry.

]]>
https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-197-in-omaha-on-april-5-6/feed/ 0
Speaking at SQLSaturday #188 in Lisbon, Portugal https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-188-in-lisbon-portugal/ https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-188-in-lisbon-portugal/#comments Wed, 06 Mar 2013 17:51:07 +0000 http://3.209.169.194/blogs/glenn/?p=635 I have the opportunity to present a full-day preconference session on Friday, March 15, 2013, and then present two regular sessions on Saturday, March 16, 2013 at SQLSaturday #188 in Lisbon, Portugal. This is the first time I have spoken at a SQLSaturday outside of the United States, and I am really looking forward to […]

The post Speaking at SQLSaturday #188 in Lisbon, Portugal appeared first on Glenn Berry.

]]>
I have the opportunity to present a full-day preconference session on Friday, March 15, 2013, and then present two regular sessions on Saturday, March 16, 2013 at SQLSaturday #188 in Lisbon, Portugal. This is the first time I have spoken at a SQLSaturday outside of the United States, and I am really looking forward to it! This never would have happened without the enthusiasm of fellow SQL MVP Niko Neugebauer, who is a good friend and an all-around good guy!

SQLskills is a sponsor of SQLSaturday #188, and we will be giving away a certificate for a $500.00 discount on a future SQLskills Immersion Event class at the SQLSaturday event.

Here is the preconference session on Friday:

Scaling SQL Server 2012

How can you scale SQL Server 2012? Scaling up is relatively easy (but can be expensive), while scaling out requires significant engineering time and effort. If you suggest hardware upgrades you may be accused of simply “throwing hardware at the problem”, and if you try to scale out, you may be thwarted by a lack of development resources or 3rd party software restrictions. As your database server nears its load capacity, what can you do? This session gives you concrete, practical advice on how to deal with this situation. Starting with your present workload, configuration and hardware, we will explore how to find and alleviate bottlenecks, whether they are workload related, configuration related, or hardware related. Next, we will cover how you can decide whether you should scale up or scale out your data tier. Once that decision is made, you will learn how to scale up properly, with nearly zero down-time. If you decide to scale out, you will learn about practical, production-ready techniques such as vertical partitioning, horizontal partitioning, and data dependent routing. We will also cover how to use middle-tier caching and other application techniques to increase your overall scalability.

Here are the two regular sessions on Saturday:

Hardware 201: Selecting Database Hardware

The foundation of database performance is the underlying server hardware and storage subsystem. Even the best designed and optimized database application can be crippled by an inadequate hardware and storage infrastructure. Recent advances in new processors and chipsets, along with improvements in magnetic and SSD storage have dramatically changed the evaluation and selection process compared to the past. Many database professionals struggle to keep up with new technology and often simply let someone else make their hardware selection and sizing decisions. Don’t let this happen to you! This session covers current and upcoming hardware from both Intel and AMD.

Dr. DMV: How to Use Dynamic Management Views

SQL Server 2005 introduced Dynamic Management Views (DMVs) that allow you to see exactly what is happening inside your SQL Server instances and databases with much more detail than ever before. SQL Server 2008 R2 adds even more capability in this area. You can discover your top wait types, most CPU intensive stored procedures, find missing indexes, and identify unused indexes, to name just a few examples. This session (which is applicable to SQL Server 2005 through 2012), presents and explains over fifty DMV queries that you can quickly and easily use to detect and diagnose performance issues in your environment.

This SQLSaturday should be a lot of fun, and I hope that I see a lot of people there!

The post Speaking at SQLSaturday #188 in Lisbon, Portugal appeared first on Glenn Berry.

]]>
https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-188-in-lisbon-portugal/feed/ 2
Speaking at SQLSaturday #145 in Nashville, TN on October 13 https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-145-in-nashville-tn-on-october-13/ https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-145-in-nashville-tn-on-october-13/#respond Wed, 03 Oct 2012 17:58:53 +0000 /blogs/glenn/post/Speaking-at-SQLSaturday-145-in-Nashville-TN-on-October-13.aspx I will be travelling to Nashville, TN to speak at SQLSaturday #145 on October 13, 2012. I will be presenting Hardware 301: Diving Deeper into Database Hardware. Here is the abstract: Making the right hardware selection decisions is extremely important for database scalability. Having properly sized and configured hardware can both increase application performance and […]

The post Speaking at SQLSaturday #145 in Nashville, TN on October 13 appeared first on Glenn Berry.

]]>
I will be travelling to Nashville, TN to speak at SQLSaturday #145 on October 13, 2012. I will be presenting Hardware 301: Diving Deeper into Database Hardware. Here is the abstract:

Making the right hardware selection decisions is extremely important for database scalability. Having properly sized and configured hardware can both increase application performance and reduce capital expenses dramatically. Unfortunately, there are so many different choices and options available when it comes to selecting hardware and storage subsystems, it is very easy to make bad choices based on outmoded conventional wisdom. This session will give you a framework for how to pick the right hardware and storage subsystem for your workload type. You will learn how to evaluate and compare key hardware components, such as processors, chipsets, and memory. You will also learn how to evaluate and compare different types of storage subsystems for different database workload types. This session will give you the knowledge you need to make sure you get the best performance and scalability possible from your hardware budget!

SQL Saturdays are free events that are always a lot of fun. You will get a good mix of speakers, from nationally known, veteran speakers to people who may be speaking at their first event. That is one of the purposes of the SQL Saturday system, to give speaking opportunities to lesser known people in the SQL Server community. Whenever I talk to people at SQL Saturday events, everyone seems to be enjoying themselves and getting a lot of value from giving up part of their weekend. None of that would be possible without the event organizers, sponsors, volunteers, and speakers who give their time and effort to make these events possible.

I hope to see a lot of people in Nashville!

The post Speaking at SQLSaturday #145 in Nashville, TN on October 13 appeared first on Glenn Berry.

]]>
https://www.sqlskills.com/blogs/glenn/speaking-at-sqlsaturday-145-in-nashville-tn-on-october-13/feed/ 0