Download Creating a Basic Single-Page Document

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
50439A Working with Data Using SQL Server 2008 R2 for
the Non-database Administrator
The Toolsets
SQL Server Management Studio
SQLCMD Utility
Business Intelligence Development Studio (BIDS)
SQL Profiler
Bulk Copy
Adventure Works Sample Database
Data Definition Language
Data Types and new T-SQL Language Features
SQL Server Data Types
New Data Types
Hierarchyid Data Type
Spatial Data
Date and Time
FileStream Storage
Grouping Sets
Single Table Queries
Logical Query Processing
Query Clauses (Listed in Logical Processing Order)
FROM
WHERE
GROUP BY
HAVING
SELECT
ORDER BY
CASE
NULLS
10 Queen Street
Hamilton HM 11
Bermuda
[email protected]
Tel (441) 292-0341
Fax (441) 292-0455
Video: +1 (441) 292-1476
50439A Working with Data Using SQL Server 2008 R2 for
the Non-database Administrator
Joining Multiple Tables
Cross Join
Inner Join
Outer Join
Multiple Tables
Subqueries, Common Table Expressions and Ranking Functions
Subqueries
Self-Contained Subqueries
Correlated Subqueries
EXISTS
Views
Derived Tables
Common Table Expressions
Analytic Ranking Functions
Indexing
Understanding Execution Plans
Table and Index Structures
Syntax
Clustered Index
Non Clustered Index on Heap
Non Clustered Index on Clustered Index
Syntax
10 Queen Street
Hamilton HM 11
Bermuda
[email protected]
Tel (441) 292-0341
Fax (441) 292-0455
Video: +1 (441) 292-1476
50439A Working with Data Using SQL Server 2008 R2 for
the Non-database Administrator
Query Tuning
System Performance Analysis
Query Analysis
Database Engine Tuning Advisor
Bookmark Lookup
Statistics Analysis
Query Design
Data Modification, Transactions and Error Processing
Modifying Data INSERT
Modifying Data UPDATE
Modifying Data DELETE
Transactions
Error Processing
Debugging in SQL Server 2008
Stored Procedures and triggers
Basic Stored Procedure
Stored Procedure with Parameters (In)
Stored Procedure with Parameters (In and Out)
Triggers
INSTEAD OF Trigger
Using XML
XML Introduction
XML in SQL Server
XML Data Type
XML Indexes
10 Queen Street
Hamilton HM 11
Bermuda
[email protected]
Tel (441) 292-0341
Fax (441) 292-0455
Video: +1 (441) 292-1476
Related documents