A Faster BETWEEN Dates
This article shows us a different way of finding all records between 2 dates.
2010-11-01
31,090 reads
This article shows us a different way of finding all records between 2 dates.
2010-11-01
31,090 reads
A way to save holiday records that can be created as needed into a search-able calendar table.
2010-08-04
14,162 reads
By Steve Jones
I was asked about state-based deployments in Flyway Teams, so I decided to show...
By Steve Jones
The main thing is to keep the main thing the main thing. – from...
When Covid took out the PASS organization, I had someone say to me, “Well,...
Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...
Comments posted to this topic are about the item Smile and Wave Boys
I have a SSRS report for which users are complaining to be slow, but...
What do these two selects return?
SELECT BIT_COUNT (CAST (-1 as smallint)) , BIT_COUNT (CAST (-1 as bigint))See possible answers