PASS Virtualization Webinar – April 11
I am proud to present a free webinar for the PASS Virtualization virtual chapter entitled “Level Up Your Cloud Infrastructure...
2018-03-29
421 reads
I am proud to present a free webinar for the PASS Virtualization virtual chapter entitled “Level Up Your Cloud Infrastructure...
2018-03-29
421 reads
You might have noticed that I’ve been pretty quiet as of late. We’re working on a super top secret internal...
2018-03-01
764 reads
I recently had a great question on some of the differences in virtual machine disk presentation from one of our...
2018-02-01
1,218 reads
I’m thrilled to have contributed a blog post on how SQL Servers, VVols, and Pure Storage’s unique implementation of VVols...
2018-01-25
364 reads
Next in our SQL Server on Linux series is one important question. On Windows, if you’re about to run out...
2018-01-29 (first published: 2018-01-15)
1,183 reads
Recently I was interviewed by Mohammad Darab, and his questions were very insightful! I had a lot of fun answering...
2018-01-04
317 reads
I want to wish you a very happy new year! Twenty-seventeen has been an incredible and exciting year for our...
2018-01-02
367 reads
Join me for a session on Linux administration for the SQL Server DBA as part of the PASS SQL Server...
2017-12-04 (first published: 2017-11-26)
1,133 reads
Come join SIOS and me for an exciting webinar discussing the inherent challenges with infrastructure problems, database performance, and bridging...
2017-11-14
288 reads
Come join SIOS and me for an exciting webinar discussing the inherent challenges with infrastructure problems, database performance, and bridging...
2017-11-14
178 reads
By Steve Jones
“Don’t aim to have others like you; aim to have them respect you.” –...
Many years ago, before I joined Oracle, I was working on a major modernisation...
If you work with data pipelines, SQL, notebooks, or machine learning models, a Mac...
Comments posted to this topic are about the item SQL Art, Part 4: Happy...
WhatsApp: 0817839777 Jl. Brigjen Jl. Slamet Riyadi No.3, Kauman, Kec. Ps. Kliwon, Kota Surakarta,...
WhatsApp: 0817839777 Jl. Jend. Sudirman No.391 A, Brubahan, Purwanegara, Kec. Purwokerto Tim., Kabupaten Banyumas,...
In SQL Server 2025, I have a table (dbo.UserPermission) that contains this data:
UserID UserPermissions 15 23 37What is returned when I run this code:
select bit_count(UserPermissions) as PermissionCount from dbo.UserPermission where UserID = 3;See possible answers