Yet Another Pad Utility
A useful user defined function for padding values from the left or right with any token, number, or character.
2008-11-07 (first published: 2008-09-13)
769 reads
A useful user defined function for padding values from the left or right with any token, number, or character.
2008-11-07 (first published: 2008-09-13)
769 reads
2008-03-03
15,925 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...
Comments posted to this topic are about the item Counting Bits II
Comments posted to this topic are about the item Unreliable Narrators
Comments posted to this topic are about the item Understanding Data Type Conversion Functions...
What is the result of this query in SQL Server 2022+?
select bit_count('7')See possible answers