Midlands PASS Site Online
I have put the Midlands PASS site online temporarily at Truth Solutions. You can reach it here:
http://www.truthsolutions.com/MidlandsPASS/
The slides from Paul...
2007-02-12
1,614 reads
I have put the Midlands PASS site online temporarily at Truth Solutions. You can reach it here:
http://www.truthsolutions.com/MidlandsPASS/
The slides from Paul...
2007-02-12
1,614 reads
We are postponing
due to the weather. Training Concepts has shut down for the day due to the wintry
mix....
2007-02-01
1,290 reads
I meant to blog on this last month but work has been just a touch short of insane. I like...
2007-01-31
1,505 reads
Our next meeting will be on
Thursday, February 1, 2007, at 6:30 PM.
It'll be at the Training Concepts facility once...
2007-01-30
1,518 reads
I've been looking at getting an MP3 player for a while now because I want to make better use of...
2007-01-27
1,545 reads
Our next meeting
will be on Thursday, February 1, 2007, at
6:30 PM. It'll be at the Training Concepts facility once...
2007-01-26
1,409 reads
I recently had the opportunity to review NGS Software's updated Typhon III general vulnerability scanner. I had previously reviewed it...
2007-01-25
1,735 reads
Sean McCown writes in the latest Database Underground about how DBAs should try and make things better for users of...
2007-01-09
1,550 reads
This is from Michael Kaplan's blog over at MDSN. He was writing about the power outage that affected the Northwest...
2007-01-07
1,362 reads
I read through a lot of blogs each day in a variety of technology categories. I've always fashioned myself as...
2007-01-06
1,367 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