microsoft sql
Upgrade SQL Server
One of the most difficult projects to undertake as a DBA is upgrading your SQL Server from one version to another. The biggest reason that it's so difficult is
microsoft sql
One of the most difficult projects to undertake as a DBA is upgrading your SQL Server from one version to another. The biggest reason that it's so difficult is
SQL102
This past Saturday was World Backup Day, It's not an actual government recognized holiday, but as a DBA you should start celebrating it. Maybe celebrate isn't
sql203
Yeah, I used a pipe in my title. That's because indexes can help some things, but hurt others. The brief of it is indexing helps reads, but comes at a cost:
microsoft sql
Let's finish up with the SQL 210 series today with the APPLY operator. After you learn how to create your own functions, you're going to want to use them in new
Last year I finished a project where we delivered a data warehouse with over forty SSIS packages, a dozen SQL Agent jobs, and about two hundred stored procedures. Each piece worked. The integration testing passed. We signed off and moved on. Three months later the client called. Someone had added
A client called me in January because their daily aggregation pipeline had broken over the weekend. The pipeline read from HDFS, ran three Hive transformations, and landed results in a reporting table the business reviewed every Monday morning. It had been working fine for months. Then it wasn't.
This is the second DBA course. As I add articles, they'll appear here.
After helping others learn SQL for several years now, I keep coming back to the same topics over and over. So, I decided to write down these SQL tutorials,
This is my SQL architecture and design course. In this series you'll get an idea of what kind of objects you can build, and what they're used for. Once you
Time to take your database development to the next level! As I add articles to this series, they will appear below.
This set of articles will be about Database Administration. As I add articles to the series, they'll appear below.
It’s that time again! Time to start up a new class and cover some more advanced topics in SQL Development. Before beginning these lessons, You need to be