2020-02-06
1,218 reads
2020-02-06
1,218 reads
2019-12-09
1,425 reads
2019-12-05
928 reads
2019-11-19
1,261 reads
2018-10-30
798 reads
2016-09-01
1,512 reads
2016-08-30
1,387 reads
2016-08-22
1,428 reads
2015-09-30
1,909 reads
2015-08-04
1,578 reads
By Steve Jones
“Don’t aim to have others like you; aim to have them respect you.” –...
If you work with data pipelines, SQL, notebooks, or machine learning models, a Mac...
By ChrisJenkins
Have you been thinking about migrating your reporting to Microsoft Fabric or Snowflake but...
Comments posted to this topic are about the item SQL Art, Part 4: Happy...
hi , a new user wants to be able to add sql agent jobs...
WA:08218154393 Jl. Dr. Saharjo No.149 G-H, RT.5/RW.4, Manggarai Sel., Kec. Tebet, Kota Jakarta Selatan,...
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