PASS Summit 2017 Precon – Virtual SQL Servers: Right to Ludicrous Speed
PASS has continues to ramp up the plans for the PASS Summit in Seattle this October, and my precon session, “Virtual...
2017-09-15
368 reads
PASS has continues to ramp up the plans for the PASS Summit in Seattle this October, and my precon session, “Virtual...
2017-09-15
368 reads
PASS has continues to ramp up the plans for the PASS Summit in Seattle this October, and my precon session, “Virtual...
2017-09-15
165 reads
This is just a quick reminder to encourage you to attend my next round of all-day precon training session at the...
2017-09-07
405 reads
This is just a quick reminder to encourage you to attend my next round of all-day precon training session at the...
2017-09-07
157 reads
Greetings everyone! We had so many people stay after our SQL Server on VMware sessions at VMworld USA to ask...
2017-09-07
371 reads
Greetings everyone! We had so many people stay after our SQL Server on VMware sessions at VMworld USA to ask...
2017-09-07
161 reads
I just realized that our two SQL Server on VMware sessions that I co-presented on Tuesday at VMworld USA, both of which made the top...
2017-09-14 (first published: 2017-09-06)
1,330 reads
I just realized that our two SQL Server on VMware sessions that I co-presented on Tuesday at VMworld USA, both of which made the top...
2017-09-06
141 reads
I’m prepping for VMworld EMEA in Barcelona next week and will do a wrap up post for both events afterwards,...
2017-09-05
306 reads
I’m prepping for VMworld EMEA in Barcelona next week and will do a wrap up post for both events afterwards,...
2017-09-05
129 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