Вы находитесь на странице: 1из 5

SQL SRVR Training Course Content

/*-----------------SQL Server Database Engine------------------*/


SQL Server Overview
- SQL Server Installation
- Choosing the service accounts
- Selecting an authentication mode
- Service accounts
- Introduction to management studio
- Introduction to SQL Server components
Database Creation and Design
- Defining a database
- Overview of system databases
- Choosing the database system type (OLTP vs OLAP)
- using Primary key, candidate key, unique key and alternate key
- building relationships and constraints
- Database normalization
- 1st, 2nd and 3rd normal forms with examples
- Database Denormalization (Data Warehouse design)
- Defining the grain
- Defining Dimension, facts and measures
- Star schema and Snowflake design models
- Slowly changing dimensions
Defining Tables
- Table data types
- Default values
- Generating Identity values
- Use of NULL values
- Creating table using Management Studio
- Creating table using Query Editor
- Creating table using Template
Creating Indexes and Database Diagrams
- Clustered and Non-Clustered indexes
- Indexes structures
- Choosing suitable data for indexes
- Creating index using table design
732-789-2238

www.nustartech.com
52 Lincoln Highway, Suite# 2A, Edison, NJ 08820

SQL SRVR Training Course Content


- Creating index from Query Editor
- Dropping and altering an index
- Diagramming the databases
Database Backup and recovery
- Transaction Logs
- Backup and recovery
- File sytems, filegroups and storage
- Taking a database offline
- Attaching and detaching a database
Working with data
- T-SQL SELECT statements
- Inserting and retrieving data
- String and date functions
- Update, Delete, Drop and Truncate statements
- Transactions BEGIN TRAN, COMMIT, ROLLBACK
Building Views, Stored Procedures, Functions
- Creating a view on single and multiple tables
- Securing the view with Security
- Creating the view with Schema Binding
- Creating dynamic SQL and stored procedures
- Executing procedures
- Control flow statements
- IF ELSE, BEGIN END, WHILE BREAK and CASE statements
- User Defined Functions Scalar and tabular
T-SQL Essentials
- Using Variables
- Using Temporary tables
- Aggregate functions
- GROUP BY and HAVING
- Error Handling
- Sub queries, APPLY Operator, CTE, Pivot data and Raking functions
Triggers and Cursors
- Creating Cursors
732-789-2238

www.nustartech.com
52 Lincoln Highway, Suite# 2A, Edison, NJ 08820

SQL SRVR Training Course Content


- DML and DDL Triggers

/*-----------------SQL Server Integration Services (SSIS)------------------*/


Introduction to SSIS
- Integration services architecture
- Business Intelligence Development Studio (BIDS)
- SSIS Designer tools
Using Wizard
- SQL Server Import Export wizard
- Importing a flat file into database
- Data quality and Data profiling task
- Flat file formats
- Connection Managers, Data sources, Variables
- Precedence Constraints and Expressions
Control Flow tasks and Containers
- Foreach loop container, For loop container, Sequence container
- Data flow tasks, scripting tasks, Transfer tasks
- FTP, Execute process, File system and Execute SQL tasks
- Bulk Insert, Execute Package and send mail tasks
Data flow components
- Data flow sources
- Data flow transformations
- Data flow destinations
Advanced features in SSIS
- Logging and log providers in SSIS
- Transactions in SSIS
- Restarting packages with checkpoints
- Handling events at package run time
- Loading dimensions and facts with SSIS
- Package configurations
- Deploying Integration services project

732-789-2238

www.nustartech.com
52 Lincoln Highway, Suite# 2A, Edison, NJ 08820

SQL SRVR Training Course Content

/*------------------SQL Server Reporting Services (SSRS)---------------------*/


Introduction to SSRS
- Reporting services architecture
- SSRS and business intelligence
- SSRS Databases and report server
Reporting services design
- Setting up basic IDE
- Understanding report definition language (RDL)
- Adding a report, setting up data source and datasets
- Setting up parameters, filers and expressions
- Layout of a report
Building Reports
- Creating a report with report wizard
- Setting report parameters with stored procedures
- Working with multi-valued parameters
- Adding tablix elements
Deploying reports
- Deploying reports using Manager, Builder and BIDS
Using Report Builder
- Adding a report model to BIDS
- Creating a report model
- Creating table, matrix and chart reports

/*---------------------SQL Server Analysis Services (SSAS)--------------------------*/


Introduction to SSAS
- Unified dimensional model
- Cubes and their components
- Defining measures and dimensions
- Understanding calculated measures, actions and MDX
- Logical and physical architecture
- Storage modes
Creating Cubes
- Using BIDS to create cubes
732-789-2238

www.nustartech.com
52 Lincoln Highway, Suite# 2A, Edison, NJ 08820

SQL SRVR Training Course Content


- Creating data sources and data source views
- Creating dimensions attribute relationships and hierarchies
- Parent child dimensions and time dimension
- Measures and measure groups
- cube partitions
Deploying and processing
- Deploying a project
- Using deployment wizard
- Process from BIDS, Management studio, XMLA and AMO
MDX
- Tuples and sets
- MDX queries
- MDX functions
Cube features
- Time, Account and Dimension Intelligence
- Named sets, KPIs, Actions, Perspectives and Translations
- Security and Authentication
- Performance design, Aggregation and Scaling
- Using SSRS, Excel, MOSS and Visio as user interfaces

732-789-2238

www.nustartech.com
52 Lincoln Highway, Suite# 2A, Edison, NJ 08820

Вам также может понравиться