2024-01-16 (first published: 2024-01-12)
522 reads
2024-01-16 (first published: 2024-01-12)
522 reads
2023-11-13
409 reads
2022-07-13
541 reads
2021-01-26
587 reads
2019-12-17
594 reads
2019-12-02
613 reads
This article will show how you can read the @@OPTIONS variable and determine your settings.
2021-01-08 (first published: 2019-11-14)
8,021 reads
2018-09-20
826 reads
2018-08-13
695 reads
2018-02-19
937 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...
I'm attempting to set up log shipping from SQL Server 2005 Standard to SQL...
Comments posted to this topic are about the item Smile and Wave Boys
What do these two selects return?
SELECT BIT_COUNT (CAST (-1 as smallint)) , BIT_COUNT (CAST (-1 as bigint))See possible answers