SQL Server: String Pattern Matching
It is common scenario that, we might need to extract the data from the SQL server based on some pattern....
2012-09-13
11,723 reads
It is common scenario that, we might need to extract the data from the SQL server based on some pattern....
2012-09-13
11,723 reads
That’s right, for all my years in IT yesterday I was the victim of a vicious and deeply distressing incident....
2012-09-13
1,046 reads
I have spent a lot of time on the road this year with work but over the summer I was...
2012-09-13
650 reads
The raw footage of all the mistakes I’ve made since the Fourth of July.
Part 1
Part 2
Filed under: Blog Tagged: Humor,...
2012-09-12
1,003 reads
We know that SQL server stores the data in 8 KB pages. An extent is made up of 8 physically contiguous...
2012-09-12
26,749 reads
I recently had a chance to record a 33 minute podcast interview on RunAs Radio #281 with Richard Campbell, where...
2012-09-12
1,192 reads
Wouldn’t it be nice if failure was an option? You could go along in life, screw it all up and...
2012-09-12
773 reads
When moving from a data warehouse world to MDM, there is some new terminology to learn. Each of the terms...
2012-09-12
995 reads
In our day to day life with SQL Server, We refer web for many reasons.
This includes understanding new SQL...
2012-09-12
813 reads
Sharing some stuff I’ve read recently that I found interesting – and that you may find interesting!
Help More, Judge Less. I’ll...
2012-09-12
664 reads
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
By Steve Jones
I recently started playing with the MCP Server for SQL Server, which is a...
Security has long been a problem for me. Every time I think I understand...
Comments posted to this topic are about the item BIT_COUNT() V
Comments posted to this topic are about the item How We Reduced SQL Server...
What does this return on SQL Server 2025?
select bit_count(null)See possible answers