Skip to content
SQL Habits
  • Home
  • About

SQL

Planting a Debug Flag in T-SQL

August 14, 2022
Debug Flag

Are you looking for a way to debug stored procedures in SQL Server? Keep reading for a technique that’s worked for me and countless others.

Categories SQL, SQL Server Tags Database, SQL, SQL Server, Stored Procedures, T-SQL

Required SQL Indexes

June 4, 2022May 28, 2022
Required SQL Indexes

If you talk to any data professionals about query performance, they’ll bring up indexes in the first few minutes. For good reasons, Indexes are critical … Read more

Categories SQL, SQL Server Tags Database, SQL, SQL Server, T-SQL

Generate Random Dates In T-SQL

July 12, 2022December 2, 2021
Generate Random Dates T-SQL

Have you ever needed to create a random date in SQL over a group of rows? Whenever I build a dataset for demos or testing, … Read more

Categories SQL, SQL Server Tags SQL, SQL Server, T-SQL

SQL Server Learning Resources

December 27, 2021November 2, 2021
Favorite SQL Server Resources

Do you feel overwhelmed by the volume of SQL Server resources? Where do you start? In this article, I offer a few of my favorite … Read more

Categories Learning, SQL Server Tags SQL, SQL Server, T-SQL

Benefits of SQL Stored Procedures – Maintainability

October 9, 2021September 13, 2021
Benefits of SQL Stored Procedures

Are you trying to convince developers to use Stored Procedures rather than inline SQL or an ORM, say Entity Framework? It may seem futile, but … Read more

Categories SQL, SQL Server Tags SQL, SQL Server, Stored Procedures

Pausing Dedicated SQL Pools with Synapse Pipelines

September 26, 2021September 2, 2021
Pausing Dedicated SQL Pools

Do you forget to pause Azure resources? If you answered yes, you’re not alone. Implementing the process below will save time and money. A Microsoft article on … Read more

Categories Azure, Synapse Tags Azure, SQL, Synapse

Recent Posts


  • Planting a Debug Flag in T-SQL
  • Required SQL Indexes
  • Delete Duplicate Rows in T-SQL
  • Storing Big Ugly Tables
  • Did You Google That?

Categories


  • Azure
  • Habit
  • Learning
  • SQL
  • SQL Server
  • Synapse
  • Twitter
  • LinkedIn
© 2023 SQL Habits
 

Loading Comments...