2015-07-24
7 reads
2015-07-24
7 reads
Originally appearing at ForITPros.com. Henry Ford is reported to have once said, “Whether you think you can or think you can’t – you’re right.” That’s great insight. Too often...
2015-07-23
10 reads
Originally appearing in my monthly column at Database Trends & Applications magazine. In my last column, available HERE, I described some of the findings contained in an intriguing new...
2015-07-22
12 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 5. The partitioning includes several major components of work (and can be linked...
2015-07-06
14 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 5. The partitioning includes several major components of work (and can be linked...
2015-07-06
11 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 5. The partitioning includes several major components of work (and can be linked...
2015-07-06
10 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 4. The partitioning includes several major components of work (and can be linked...
2015-06-09
8 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 4. The partitioning includes several major components of work (and can be linked...
2015-06-09
10 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 4. The partitioning includes several major components of work (and can be linked...
2015-06-09
10 reads
2015-05-13
14 reads
Programmatic Tool Calling with the Claude SDK Every morning somebody on the team runs the...
By Steve Jones
mauerbauertraurigkeit – n. inexplicable urge to push people away, even close friends whose company...
By Brian Kelley
Pinal Dave wrote up his methodology for what to do when you discover bad...
Comments posted to this topic are about the item Why SQL Server Database Attach...
Comments posted to this topic are about the item Fixing P1 Queries
Comments posted to this topic are about the item BIT_COUNT() IV
In SQL Server 2025, I run this code:
select bit_count('A')
What is returned? See possible answers