In a perfect world, DBA installs SQL Server and clicks "Make my SQL Server run faster", and everyone's happy. But until Microsoft builds that switch, there are different configurations both…
Writing efficient queries following best practices is a sign of a good database developer. However, for it to perform at the intended level there are more knobs to turn. Let…
In my last post, I talked about how I measure query performances. Let's talk about some of the best practices around query design so that we do not have to…
SQL Server Integration Services helps you move data from application databases to a reporting warehouse or just move data from point A to point B for other business reasons. Different…
One of your production queries out of nowhere started to run slow and users aren’t happy. Application takes forever to load its screen because of course, the query retrieving data…
Trying to learn SQL? Explore the database world? You will find hundreds of good resources for free at Google University. For beginners, here is what I think will help tremendously. Of…
SSMS Options and StartupThere are a lot of options under Toolbar -> Tools -> Options. You can go over and select the one that makes more sense to you. I…