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,942 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,942 reads
2012-02-07 (first published: 2011-12-15)
1,047 reads
2012-02-06 (first published: 2011-12-23)
1,547 reads
2012-02-02 (first published: 2012-01-20)
3,908 reads
2012-02-01 (first published: 2012-01-20)
2,214 reads
2012-01-30 (first published: 2011-12-23)
879 reads
Use this script to calculate MAX memory setting on a dedicated SQL server.
2012-01-27 (first published: 2011-12-14)
3,483 reads
2012-01-25 (first published: 2011-11-09)
1,281 reads
2012-01-25 (first published: 2011-12-15)
1,191 reads
find and replace text in a text file using tsql
2012-01-23 (first published: 2011-12-16)
3,114 reads
By James Serra
Microsoft Purview can be the best data governance tool in the world, but it...
I’ve been working on a project that combines two things I spend a lot...
Running AI and data pipelines on the edge instead of the cloud has gone...
Unfortunately I'm using SSMS 22. It didn't come with maintenance plans by default. I...
Comments posted to this topic are about the item Secure Cached Plans
Comments posted to this topic are about the item Complex Data Processing with dbt...
The DMV, sys.dm_exec_cached_plans, contains rows for each cached plan on an instance. In Azure SQL Database, not every used has rights to every database, as there does exist an instance behind each database. How is security handled for this DMV in Azure?
See possible answers