2008-08-27
3,131 reads
2008-08-27
3,131 reads
This bi-monthly update on energy news covers quite a bit of wind-related power generation happening around the world.
2008-08-27
484 reads
This bi-monthly update on energy news covers quite a bit of wind-related power generation happening around the world.
2008-08-27
779 reads
This bi-monthly update on energy news covers quite a bit of wind-related power generation happening around the world.
2008-08-27
521 reads
A time of crisis means a lot of things to people in technology, but Steve Jones talks about something that's often forgotten.
2008-08-26
190 reads
Sun Microsystems built a database application that processes a million messages a second. Steve Jones talks about the achievement.
2008-08-26
64 reads
Sun Microsystems built a database application that processes a million messages a second. Steve Jones talks about the achievement.
2008-08-26
62 reads
Sun Microsystems built a database application that processes a million messages a second. Steve Jones talks about the achievement.
2008-08-26
57 reads
As DBAs we must secure and protect data, but what can we do when there are fundamental issues with the way the systems are designed. Steve Jones comments on problems with voting machines.
2008-08-25
68 reads
Gaining recognition or an award without earning it is something Steve Jones thinks is a problem in society in general, and it's filtered into the IT industry.
2008-08-25
238 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