2021-01-25
678 reads
2021-01-25
678 reads
2021-01-18
609 reads
2021-01-11
626 reads
In my T-SQL code I always use set based operations. I have been told these types of operations are what SQL Server is designed to process and it should be quicker than serial processing. I know cursors exist but I am not sure how to use them..
2018-10-08
3,419 reads
I’m excited to be speaking at the Microsoft Fabric Community Conference this year, which...
The AI revolution isn’t coming – it’s here. Companies are racing to integrate artificial...
Introduction Do you remember the effort of tidying up your BI and reporting systems,...
Comments posted to this topic are about the item Moving On After a Technology...
Comments posted to this topic are about the item Configuring Maintenance Plans in SQL...
Comments posted to this topic are about the item Counting Bits III
What is the output of this code in SQL Server 2022?
select bit_count(0xEF)See possible answers