Mike Hays


Blogs

Mistakes IT Shops Without a DBA Make

By

We get it. There’s no budget for a DBA on staff, or even a...

A New Word: Waldosia

By

waldosia– n.  a condition in which you keep scanning faces in a crowd looking...

Deploy at Low Priority

By

Learn how to deploy schema changes in an always-online SQL Server environment without a...

Read the latest Blogs

Forums

Dynamic T-SQL Script Parameterization Using Python

By omu

Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...

Stored procedure - Delay validation

By Pete Bishop

  I have a utility stored procedure of the form: CREATE PROCEDURE [dbo].[sp_Utility] @rule...

Shadow AI Data Leak Risk or “From the Desk of I saw that Coming”

By dbakevlar

Comments posted to this topic are about the item Shadow AI Data Leak Risk...

Visit the forum

Question of the Day

Counting Bits IV

What does this code return in SQL Server 2022+?

select bit_count(2.4)
 

See possible answers