2011-10-06 (first published: 2009-12-02)
9,348 reads
2011-10-06 (first published: 2009-12-02)
9,348 reads
2011-10-04 (first published: 2009-11-26)
11,105 reads
2011-09-29 (first published: 2009-11-18)
10,434 reads
2011-09-27 (first published: 2009-10-28)
9,666 reads
2011-09-22 (first published: 2009-10-21)
10,926 reads
2011-09-20 (first published: 2009-10-14)
10,001 reads
2011-09-15 (first published: 2009-10-07)
8,026 reads
2011-09-13 (first published: 2009-09-30)
8,055 reads
2011-09-08 (first published: 2009-09-23)
6,743 reads
When a job is too simple to be done in-house, how far down the phylogenetic tree should you go?
2011-09-06 (first published: 2009-09-16)
7,660 reads
The other day I came across an interesting repo on github, KubeDiagrams. What this...
By Steve Jones
I wrote about getting the Redgate Test Data Manager set up in 10 minutes...
SQL Server migrations are a headache, ask anyone who’s been through the pain of...
1, Customer table [TBLMEMBER] 's structure CREATE TABLE [dbo].[TBLMEMBER]( [TRANNO] [int] IDENTITY(1,1) NOT NULL,...
Comments posted to this topic are about the item Counting Bits II
What is the result of this query in SQL Server 2022+?
select bit_count('7')See possible answers