2023-10-13
395 reads
2023-10-13
395 reads
2023-08-16
434 reads
The database compatibility level ought to provide some protection from database upgrade changes, but do you believe that?
2020-09-21
333 reads
What is the easiest way to move SQL Server system databases. Let me walk you through it!
2020-05-25
30,445 reads
Today, Grant talks about reasons that companies don't upgrade.
2024-04-26 (first published: 2020-02-11)
460 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...
Are there any good articles on all the trace flags that are enabled on...
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
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