Thats So Metadata: Discover Your Database From the Inside
Have you ever needed to learn a new database design and
don't know where to begin? Or are trying to find out why a query doesn't
perform well? Or need to provide
security information to auditors or your security team?
SQL Server has numerous metadata facilities available to help you with these tasks and more. Functions, dynamic management views, and system stored procedures can illuminate details from a single column up through an entire SQL Server instance. We will demonstrate metadata techniques to help you:
- Investigate performance and look for bottlenecks and
tuning opportunities
- Discover metadata to administer your databases backups,
index maintenance, and security
- Apply your own metadata using extended properties