Vendors/3rd-party Products

External Article

Database Development with GitHub

  • Article

How can you use GitHub to do team-based database development? This article proposes a process that splits development work into task-based GitHub branches, incorporates daily database builds and integration testing, and using Redgate tools to automate tasks such as provisioning, database scripting, and testing.

2020-09-25

External Article

When SQL Server Performance Goes Bad: Implicit Conversions

  • Article

When you're developing a database, the pressure is on to get something that works, using an efficient algorithm. When you are getting close to a release candidate, however, there are some programming habits that must be removed from the code, because they can cause unexpected performance problems. In this article, you'll learn how to detect and remove one such problem: reliance on implicit datatype conversions in your queries. We'll use a combination of plan cache queries, extended events, and SQL Monitor.

2020-09-11

Blogs

My 2024 in Data: Health and Workouts

By

This is my last week of the year working (I guess I come back...

My 2024 in Data: Reading

By

This is my last week of the year working (I guess I come back...

Book Review – Agile Data Warehouse Design

By

I recently read the book Agile Data Warehouse Design – Collaborative Dimensional Modeling, from...

Read the latest Blogs

Forums

Connecting Streamlit to Upload Data to Snowflake

By Shruti Dhumak

Comments posted to this topic are about the item Connecting Streamlit to Upload Data...

Comforting Habits

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Comforting Habits

DCL

By Steve Jones - SSC Editor

Comments posted to this topic are about the item DCL

Visit the forum

Question of the Day

DCL

We have DDL, DML, and DCL. What is DCL used for?

See possible answers