Back To Basics: The SQL Server Service Broker
The SQL Server Service Broker is a fantastic new addition to SQL Server. For those who have used Microsoft Message Queue (MSMQ) the service broker will be easy to understand as it’s the same basic concept. Messages are sent from one place to another, within a database, from database to database, or from server to server.
Quest Meet the Expert Video published
Quest Software has just published the first of a few videos which I recorded with them. You can download or view the video from here. I’ve got to tell you, I had an absolute blast recording the video. Denny
I’ll be speaking at the Inland Empire .Net User Group
The nice folks at the Inland Empire .NET User Group have invited me to come and speak to them. Read on to see the topics.
Checking the cached execution plans
We are going to take a look into sys.dm_exec_cached_plans, sys.dm_exec_requests, sys.dm_exec_query_plan, and sys.dm_exec_plan_attributes.