Subscribe to:
Post Comments (Atom)
Popular Posts
Labels
About Me
Best Practices
Career
Data Mining
Documentation
Feature Requests
Humor
MagicPASS
Meme Monday
Mirroring
Parameter Sniffing
PASS
Performance
PowerShell
Presentations
Query Tuning
Recognition
Replication
Scripts
Security
SQL Power Doc
SQL Server 2005
SQL Server 2008
SQLH2
SQLRally
SQLSaturday
SYDI
T-SQL Tuesday
Tips
Troubleshooting
Updates
VirtualBox
Windows
XML
What I'm Saying On Twitter
Copyright © 2015 Kendal Van Dyke. All rights reserved.
Kendal is a database strategist, community advocate, public speaker, and blogger. A practiced IT professional with over 15 years of SQL Server experience, Kendal excels at disaster recovery, high availability planning/implementation, & debugging/troubleshooting mission critical SQL Server environments. Kendal is a Senior Consultant on the Microsoft Premier Developer Support team and President of MagicPASS, the Orlando, FL based chapter of PASS. Before joining Microsoft, Kendal was a SQL Server/Data Platform MVP from 2011-2016.
[About Kendal]
(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9MNPJA4l6-fUucihu7dVXmOnHaSrHG-zuAhn6IXsjHqnZ2RJ4xSd3KNLMkYXnKcrDKORYVXxC1WGsrrt8s5U8k1atkLfg0xnLtZA6RbLt6qhppadMtWFJLRpNgg1zLjyG3qFeokfkc0xs/w139-h140-p/IMG_3503.JPG)
6 comments
Nice script, thanks for sharing Kendal - FYI, there is a typo in on line 98; an extra o in the keylookup; i.e.
keylookups.keyloookup.value('(Object/@Schema)[1]', 'sysname') AS [schema] ,
Thanks Tommy, I've updated the script to fix the typo. Not sure how that got in there, probably just an ID-10-T problem when I copied it into the post. :-)
Nice script - but what's the @lookups table definition for?
Kendal,
sometimes (and only sometimes, I haven't dug deep enough to get to the bottom of it yet) I get duplicate rows - have you seen this behaviour?
Kendal,
ahh! sussed it! The plan in question had 3 key lookups against the same index (a bunch of unions)
Hello mmate great blog
Post a Comment