AngularJS

Technical Article

RE: SQL function to Decode a Bitmask?

  • Reply

I just wrote this, but it should work.  create function dbo.fnBitMaskToInt (  @Bits varchar(64) ) returns int as begin  declare @Value int  declare @i int  declare @length int  declare @CurChar char  set @value = 0    set @length = len(@bits)  set @i = 0  while @i < @length  begin   set @curchar = left(@bits,1)   set @bits = […]

You rated this post out of 5. Change rating

2004-12-30

2 reads

Blogs

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers