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,937 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,937 reads
2012-02-07 (first published: 2011-12-15)
1,043 reads
2012-02-06 (first published: 2011-12-23)
1,533 reads
2012-02-02 (first published: 2012-01-20)
3,902 reads
2012-02-01 (first published: 2012-01-20)
2,208 reads
2012-01-30 (first published: 2011-12-23)
878 reads
Use this script to calculate MAX memory setting on a dedicated SQL server.
2012-01-27 (first published: 2011-12-14)
3,477 reads
2012-01-25 (first published: 2011-11-09)
1,278 reads
2012-01-25 (first published: 2011-12-15)
1,188 reads
find and replace text in a text file using tsql
2012-01-23 (first published: 2011-12-16)
3,111 reads
By Steve Jones
I was looking back at my year and decided to see if SQL Prompt...
In the era of cloud-native applications, Kubernetes has become the default standard platform for...
By Steve Jones
I’ve often done some analysis of my year in different ways. Last year I...
Comments posted to this topic are about the item The North Star for the...
Comments posted to this topic are about the item Multiple Escape Characters
Hi, below i show various results trying to reach our ftp site (a globalscape...
In SQL Server 2025, I run this code (in a database with the appropriate collation):
SELECT UNISTR('%*3041%*308A%*304C%*3068 and good night', '%*') AS 'A Classic';
What is returned? See possible answers