Lost in Translation – Deprecated System Tables – sysusers
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-21
1,776 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-21
1,776 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-20
867 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-20
953 reads
Throughout the week, I like to tweet links to the things that I’ve been reading. Since they all come out through out...
2012-11-19
566 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-19
706 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-19
969 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-16
1,196 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-16
744 reads
Throughout the week, I like to tweet links to the things that I’ve been reading. Since they all come out through out...
2012-11-12
640 reads
Last week was the PASS Summit and there were a few cool announcements made. One in particular was the release...
2012-11-12
575 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
In SQL Server 2025, I run this code:
select bit_count('A')
What is returned? See possible answers