Informações:
Sinopse
Kendra Little of SQLWorkbooks.com answers burning questions from SQL Server Database Administrators and talks about her experiences as a DBA, consultant, and trainer.
Episódios
-
Should I Upgrade to SQL Server 2016?
17/11/2016 Duração: 23minLearn why SQL Server 2016 SP1 is a game changer, and how to take best advantage of all the cool features now in Standard and Web Editions.
-
What's Adaptive Query Processing?
03/11/2016 Duração: 23minLearn about new features to speed up SQL Server queries. Kendra talks about automatic index tuning and speculates about Adaptive Query Processing.
-
Where Do You Get Your Creativity? (Dear SQL DBA Episode 20)
20/10/2016 Duração: 22minAs a database administrator or developer, you'll get into trouble fast if you try to force all your code and processes into a database shaped hole. You have to be creative when you problem solve -- and when you communicate! So how do you cultivate creativity?
-
Should You Rebuild or Reorganize Large Indexes?
13/10/2016 Duração: 23minThe bigger your indexes are, the harder your index maintenance falls. Is it better to rebuild big indexes? Or should you reorganize? Learn the pros and cons of each command and other options.
-
Can I Use Statistics to Design Indexes?
06/10/2016 Duração: 19minShould you look at automatically created statistics on your tables in SQL Server to help you design better indexes?
-
Setting up Free Blocking Alerts and Deadlock Monitoring
29/09/2016 Duração: 20minWhat tools in SQL Server will notify you about blocking and help track the queries behind your toughest blocking and deadlocking problems?
-
Which is Worse: an Unused Index, or an Un-Indexed Foreign Key?
22/09/2016 Duração: 17minShould you always index your foreign keys? What if you index them, and then the index never gets used?
-
Finding Your Voice as a Speaker
01/09/2016 Duração: 11minLearn what it's like to find and develop your voice as a technical speaker in this week's episode.
-
Collect and Baseline Wait Statistics
25/08/2016 Duração: 17minWhat are the best tools to collect and baseline wait statistics? Should you write your own?
-
Developer Seeks DBA Career
18/08/2016 Duração: 15minA C# developer wants to be a DBA, but is having a hard time landing a job. Should they take a pay cut and go for a Junior level job? Or could there be another path?
-
Teach Yourself SQL Server Performance Tuning
11/08/2016 Duração: 19minYou'd love to have a job tuning SQL Servers, but you don't have an environment to practice in. Here's how to teach yourself performance tuning and prepare yourself to land and succeed in job interviews.
-
Altering an INT Column to a BIGINT
04/08/2016 Duração: 20minYou need to change an INT column to a BIGINT in a large table. Learn why this schema change can make your transaction log explode, and how to avoid it.
-
Should I Automate Windows Updates for SQL Server?
28/07/2016 Duração: 16minYour boss wants you to automate patching for your SQL Servers. Is that a good idea? How far should you take it? Find out a DBAs perspective.
-
Why Upgrades can Cause Performance Regression
21/07/2016 Duração: 27minLearn what can cause performance regressions after migrating to a new SQL Server version, and how to troubleshoot it.
-
Max Degree of Confusion
14/07/2016 Duração: 19minLearn how to configure the Max Degree of Parallelism and Cost Threshold for Parallelism settings in SQL Server - and about how SQL Server 2014 SP2 and SQL Server 2016 change the way that SQL Server automatically configures some SQL Servers with lots of cores.
-
How to Level Up Your DBA Career
07/07/2016 Duração: 26minYou're a Junior or mid-level Database Administrator with no obvious career path. How do you grow the right skills to level up your DBA career?
-
Index Usage Stats Insanity
30/06/2016 Duração: 23minSQL Server’s “index usage stats” dynamic management view is incredibly useful-- but does it tell you what you THINK it tells you? Kendra explains the quirks of how sys.dm_db_index_usage_stats works, as well as why she thinks the information is so valuable.
-
Fail Over, Fail Again, Fail Better - Preparing for Disaster Recovery
23/06/2016 Duração: 29minYou’re setting up SQL Server log shipping for disaster recovery. What else do you need to do to best prepare for a failure?
-
Outside the Big SAN Box
16/06/2016 Duração: 36minYou believe that your expensive SAN is slowing down the SQL Server. How can you make your case without making enemies?
-
Next Door to Derpton
09/06/2016 Duração: 14minWhat do you do when your fellow DBA is a ticking time-bomb of bad decisions, waiting to explode your production environment?