Thursday, February 9, 2012

count string Occurrences in a column and stuff string by number of space stored in another column

select len(YourCol)-len(replace(YourCol,'1','')),space(col2) + col3

No comments:

Disable Microsoft Defender for Cloud for Visual Studio Subscription (MSDN)

I use a visual studio pro subscription which comes with $150 azure cloud credit, for some reason Microsoft Defender for Cloud was turned on ...