Search this blog
-
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Search this blog
Steve’s Tweets
- @nicolefv @skamille Sorry you don't find LHR pleasant to transit through. I go there 4-6 times every year and I find it great 1 hour ago
- @SteveRezhener @DesertDBA @SDSQL @SqlServerNerd @rob_mandeville @LaurieLCarr @SQLSatLA Great seeing you all. Hope w… twitter.com/i/web/status/1… 1 hour ago
- @CJudmann You do not 1 hour ago
- @_AlexYates_ @wsgerrard That was NJ for me. Hundreds of feet of elevation. Co is this https://t.co/wGoUX6iR1i 1 hour ago
- Never enjoy seeing this message, but lucklily this was not during my #sqlsatla presentation https://t.co/NUPtrysp9c 22 hours ago
- I love hearing all the different accents in large cities like Los Angeles. My ear heard "mango db" while describing… twitter.com/i/web/status/1… 1 day ago
- RT @DesertDBA: This #SQLSaturday is live! @AnalyticAnna dropping Azure SQL database knowledge to a PACKED room at #SQLSatLA right now. http… 1 day ago
- @sqlatspeed @ATLspeedwerks @VIRNow Yes, with random pictures of what you look at every 6.4 minutes and Mystery Scie… twitter.com/i/web/status/1… 1 day ago
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Older Posts
Meta
Tag Archives: indexing
Mastering Index Tuning–Day 3
This is a short series of posts on the courses I took with Brent Ozar. I actually completed the courses in the past, but I wrote notes and wanted to revisit the way things went. This post looks at the … Continue reading
Mastering Index Tuning–Day 2
This is a short series of posts on the courses I took with Brent Ozar. I actually completed the courses in the past, but I wrote notes and wanted to revisit the way things went. This post looks at the … Continue reading
Interviews: Covering index
Performance seems to be a part of every DBAs job. It should be a part of every developer’s job, but I understand the focus to build software is different and many developers aren’t sure how much a feature or option … Continue reading
The Clustered Index is not the Primary Key
I was reading through a list of links for Database Weekly and ran across this script from Pinal Dave, looking for tables where the clustered index isn’t the PK. It struck me that this is one of those facts I … Continue reading