Kenneth Fisher

Contributor
Near Dallas, TX
Kenneth Fisher
Kenneth Fisher
I work as a SQL Server Administrator near Dallas Texas. I started working with databases over 20 years ago now. Back in the day, when the world was young, I started out working with Foxpro for DOS. It’s been awhile though, so I’m afraid I can barely spell “Foxpro” anymore. I’ve been working in SQL Server for over 15 years now with a fairly even split between administration and development.

This blog is to share some of the interesting bits and pieces I’ve either learned over the years or that I’m just now learning. If anyone has any suggestions for me to write about or questions about what I’ve already written I would love to hear them. I can almost always be found hanging out on twitter so stop by and say hi!

Honored to be considered a Microsoft Data Platform MVP.
Data Platform MVP
Data Platform MVP

 

My Recent Posts
SQL Server Best Practices

Too Many Indexes?

Indexes are great. They speed up our queries. In fact, without them relational database systems wouldn’t work. Different indexes work best for different queries. In a system with a lot of queries that means we could need a lot of indexes. Fortunately we can have up to 999 non-clustered indexes ...