Data Driven Subscription - SQL Server Standard Edition
A simple example of using T-SQL and the Boomerang framework to create a data driven subscription.
2012-02-08 (first published: 2012-01-04)
1,947 reads
A simple example of using T-SQL and the Boomerang framework to create a data driven subscription.
2012-02-08 (first published: 2012-01-04)
1,947 reads
2012-02-07 (first published: 2011-12-15)
1,059 reads
2012-02-06 (first published: 2011-12-23)
1,569 reads
2012-02-02 (first published: 2012-01-20)
3,917 reads
2012-02-01 (first published: 2012-01-20)
2,219 reads
2012-01-30 (first published: 2011-12-23)
884 reads
Use this script to calculate MAX memory setting on a dedicated SQL server.
2012-01-27 (first published: 2011-12-14)
3,493 reads
2012-01-25 (first published: 2011-12-15)
1,200 reads
find and replace text in a text file using tsql
2012-01-23 (first published: 2011-12-16)
3,126 reads
2012-01-20 (first published: 2011-12-16)
1,022 reads
Fabric deployment pipelines look like they solve CI/CD for Fabric content, especially for people...
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
Security has long been a problem for me. Every time I think I understand...
Comments posted to this topic are about the item BIT_COUNT() V
What does this return on SQL Server 2025?
select bit_count(null)See possible answers