April 2013 Events
April is going to be a fantastic month! I am slated to have quite a few speaking and training opportunities...
2013-03-22
673 reads
April is going to be a fantastic month! I am slated to have quite a few speaking and training opportunities...
2013-03-22
673 reads
Today I had the pleasure of speaking at the inaugural SQL Saturday event in Detroit, MI. I spoke on one of my...
2013-03-16
617 reads
A few weeks ago (or longer, I’m behind on email again) Nate Palm (LinkedIn) messaged me after the most recent...
2013-03-13 (first published: 2013-03-11)
1,668 reads
Ahhh – Motor City. What a fun place to start my 2013 SQL Saturday rounds! Detroit, here I come! You all...
2013-03-07
611 reads
I received my long-awaited Microsoft Surface Pro 128GB yesterday! The first thing I did was to promptly install SQL Server...
2013-03-05
4,474 reads
If you get some time, head on out to IT Central Station.com. You can provide some valuable feedback on the...
2013-02-28
1,190 reads
To all of the wonderful attendees to both the VMware Partner Exchange SQL Server on VMware VBCA boot camp on...
2013-02-27
1,102 reads
I just read a great article on NetworkWorld that demonstrates that Microsoft’s Azure outperforms most tests against Amazon’s AWS. That’s great...
2013-02-22
730 reads
VM snapshots are the best individualization feature since sliced vBread (yeah, I’m a geek). But…have you ever had a VMware snapshot grow...
2013-02-19
1,068 reads
I had a great time in delivering the SQL PASS Virtualization virtual chapter session today on ‘Squeezing the most performance...
2013-02-13
621 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...
Comments posted to this topic are about the item Is Fabric a Reliable Service...
hi , a new user wants to be able to add sql agent jobs...
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