Loading Classes

- Select A Vendor / Topic▼
- (ISC)²
- Acronis
- Apple
- Avaya
- AWS
- BMC
- Brocade
- Business Analysis
- Cisco
- Citrix
- Cloud Computing
- Cloudera
- CompTIA
- Dell SonicWALL
- FlexPod
- ForgeRock
- HPE
- IBM
- Juniper
- Microsoft
- NetApp
- Nutanix
- Palo Alto Networks
- Pivotal - Spring
- Red Hat
- Riverbed
- Salesforce
- SAP
- Symantec
- Veeam
- Veritas
- VMware
Search
- Choose Microsoft Path ▼
- Microsoft: Azure Training
- Microsoft: Certification Bootcamps
- Microsoft: Exchange Server Training
- Microsoft: Lync Server Training
- Microsoft: Office Training
- Microsoft: PowerShell Training
- Microsoft: Programming Training
- Microsoft: SharePoint Server Training
- Microsoft: Skype Training
- Microsoft: SQL Server Training
- Microsoft: System Center and Virtualization Training
- Microsoft: Visual Studio Training
- Microsoft: Windows Client Training
- Microsoft: Windows Server Training
or
- Choose Microsoft Certification ▼
- Microsoft Certified IT Professional (MCITP): Enterprise Messaging Administrator
- Microsoft Certified IT Professional (MCITP): SharePoint Administrator 2010
- Microsoft Certified Solutions Associate (MCSA): Office 365
- Microsoft Certified Solutions Associate (MCSA): SQL Server 2012
- Microsoft Certified Solutions Associate (MCSA): Windows 10
- Microsoft Certified Solutions Associate (MCSA): Windows 8
- Microsoft Certified Solutions Associate (MCSA): Windows Server 2008
- Microsoft Certified Solutions Associate (MCSA): Windows Server 2012
- Microsoft Certified Solutions Developer (MCSD): Azure Solutions Architect
- Microsoft Certified Solutions Developer (MCSD): SharePoint Applications
- Microsoft Certified Solutions Developer (MCSD): Web Applications
- Microsoft Certified Solutions Developer (MCSD): Windows Store Apps
- Microsoft Certified Solutions Expert (MCSE): Business Intelligence
- Microsoft Certified Solutions Expert (MCSE): Communication
- Microsoft Certified Solutions Expert (MCSE): Data Platform
- Microsoft Certified Solutions Expert (MCSE): Desktop Infrastructure
- Microsoft Certified Solutions Expert (MCSE): Messaging
- Microsoft Certified Solutions Expert (MCSE): Server Infrastructure
- Microsoft Certified Solutions Expert (MCSE): SharePoint
- Microsoft Certified Technology Specialist (MCTS): System Center 2012 Configuration Manager
- Microsoft Office Specialist (MOS)
- Microsoft Specialist
- Microsoft Specialist: Lync Depth Support Engineer
- Choose Microsoft: SQL Server Training Path ▼
- Administering Microsoft SQL Server Databases (20462)
- Designing a Data Solution with Microsoft SQL Server (20465)
- Designing Self-Service Business Intelligence and Big Data Solutions (20467)
- Developing Microsoft SQL Server Databases (20464)
- Implementing a Data Warehouse with Microsoft SQL Server (20463)
- Implementing Data Models and Reports with Microsoft SQL Server (20466)
- MCSA: SQL Server 2012 Boot Camp
- MCSE: Business Intelligence Boot Camp
- MCSE: Data Platform Boot Camp
- Querying Microsoft SQL Server (20461)
- SQL Server Performance Tuning and Optimization (55144)
Developing Microsoft SQL Server Databases (20464)
New Age Technologies has been delivering Authorized Training since 1996. We offer Microsoft’s full suite of authorized courses including courses pertaining to Developing Microsoft SQL Server Databases, SharePoint 2013 Business Intelligence, Programming in HTML5 with JavaScript and CSS3, Microsoft Office, Microsoft Exchange Server, and more. If you have any questions or can’t seem to find the Microsoft class that you are interested in, contact one of our Microsoft Training Specialists. Invest in your future today with Microsoft training from New Age Technologies.
✉ Microsoft Training Specialist | ☏ 502.909.0819

Current Promotion
- ENTER CODE "MICROSOFT15" @ CHECKOUT & RECEIVE 15% OFF OR REQUEST GIFT CARD EQUIVALENT
- Includes 12 Months of Exclusive Benefits
EXCLUSIVE BENEFIT:
This course includes a twelve-month subscription to these exclusive benefits:
- 12 months of anytime access to your course labs and lab environment
- 12 months of 24/7 access to mentoring via chat, email, and phone
- 12 months of on-demand access to indexed, searchable recordings of your Online Live class
- 12 months of unlimited retakes of your class
COURSE INFORMATION
Developing Microsoft SQL Server Databases (20464) Overview:
In the Developing Microsoft SQL Server Databases (20464) course, you will be introduced to SQL Server, logical table design, indexing, query plans, and data and domain integrity.
Developing Microsoft SQL Server Databases (20464) course gives you the skills and knowledge necessary to:
- Create database objects, including:
- Views
- Stored procedures
- Parameters
- Functions
- Procedure coding, such as:
- Indexes
- Concurrency
- Error handling
- Triggers
- SQL Common Language Runtime (CLR)
Who Should Attend:
IT professionals who want to become skilled on SQL Server 2102 & 2014 product features and technologies for implementing a database
Developing Microsoft SQL Server Databases (20464) Prerequisites:
Before attending this course, you must have:
- Knowledge of writing T-SQL queries
- Knowledge of basic relational database concepts
Developing Microsoft SQL Server Databases (20464) Objectives:
After successfully completing this course, you will learn:
- SQL Server platform tools including editions, versions, basics of network listeners, and concepts of services and service accounts
- Appropriate data types used when designing tables, convert data between data types, and create alias data types
- Design practices regarding SQL Server tables and create tables using T-SQL (partitioned tables not covered in this course)
- Implement PRIMARY KEY, FOREIGN KEY, DEFAULT, CHECK, and UNIQUE constraints
- Investigate cascading FOREIGN KEY constraints
- Appropriate single column and composite index strategies
- Create tables as heaps, tables with clustered indexes, and appropriate structure for table designs
- Common elements from execution plans
- Design effective non-clustered indexes
- Design and implement views and stored procedures
- Work with table types and table-valued parameters
- Use MERGE to create stored procedures that update data warehouses
- Design and implement scalar and table-valued functions
- Investigate deadlock situation and how transaction isolation levels affect application concurrency
- T-SQL error handling code and structured exception handling
- Design and implement data manipulation language (DML) triggers
- SQL CLR integration and implement existing .NET assembly within SQL Server
- Store Extensible Markup Language (XML) data and schemas in SQL Server
- Basic queries on XML data in SQL Server
- GEOGRAPHY and GEOMETRY data types
- Implement and query a full-text index
Developing Microsoft SQL Server Databases (20464) Outline:
Module 1: Database Development Introduction
- SQL Server Platform
- SQL Server Tools
- Configure SQL Server Services
- Module 1 Labs: Database Development Introduction
- SQL Server Management Studio
Module 2: Design and Implement Tables
- Design Tables
- Work with Schemas
- Create and Alter Tables
- Module 2 Labs: Design and Implement Tables
- Table Designs
- Create a Schema and a Table
Module 3: Ensure Data Integrity through Constraints
- Data Integrity Enforcement
- Implement Domain Integrity
- Implement Entity and Referential Integrity
- Module 3 Labs: Ensure Data Integrity through Constraints
- Design and Test the Constraints
Module 4: Introduction to Indexing
- Core Indexing Concepts
- Single Column and Composite Indexes
- SQL Server Table Structures and Clustered Indexes
- Module 4 Labs: Create Indexes
- Tables with Clustered Indexes
- Performance Improvement through Non-clustered Indexes
Module 5: Advanced Indexing
- Execution Plan Concepts and Elements
- INCLUDE Clause, Padding, Hints, and Statistics
- Design Effective Non-Clustered Indexes
- Performance Monitoring and the Database Engine Tuning Advisor
- Module 5 Labs: Plan for SQL Server 2014 Indexing
- Index Statistics
- Create Covering Indexes
Module 6: Columnstore Indexes
- Clustered and Non-Clustered Columnstore Indexes
- Module 6 Labs: In-Memory Database Capabilities
- Columnstore Indexes
Module 7: Design and Implement Views
- Views
- Creating and Managing Views
- Performance Considerations for Views
- Module 7 Labs: Design and Implement Views
- WebStock, Contacts, and Available Models Views
Module 8: Design and Implement Stored Procedures
- Stored Procedures
- Implement Parameterized Stored Procedures
- Control the Execution Context
- Module 8 Labs: Design and Implement Stored Procedures
- Create Stored and Parameterized Stored Procedures
- Alter the Execution Context of Stored Procedures
Module 9: Design and Implement User-Defined Functions
- Functions
- Design and Implement Scalar Functions and Table-Valued Functions
- Considerations for Implementing Functions
- Alternatives to Functions
- Module 9 Labs: Design and Implement User-Defined Functions
- Format Phone Numbers and Modify Existing Function
- Function-Related Performance Issue Resolutions
Module 10: Respond to Data Manipulation via Triggers
- Design and Implement DML Triggers
- Advanced Trigger Concepts
- Module 10 Labs: Respond to Data Manipulation via Triggers
Module 11: In-Memory Tables
- Memory-Optimized Tables
- Native Stored Procedures
- Module 11 Labs: In-Memory Database Capabilities
- Memory Optimized Tables
- Natively Compiled Stored Procedures
Module 12: Implement Managed Code in SQL Server
- SQL CLR Integration and Implementation
- Import and Configure Assemblies
- Implement Objects created within .NET Assemblies
- Module 12 Labs: Implement Managed Code in SQL Server
- CLR Code
- Implement CLR Assembly
- Implement a CLR User-Defined Aggregate and CLR User-Defined Data Type
Module 13: Store and Query XML Data in SQL Server
- XML and XML Schemas
- Store XML Data and Schemas in SQL Server
- Implement the XML Data Type within SQL Server
- Use the T-SQL for XML Statement
- XQuery Language
- Shred XML to a Relational Form
- Module 13 Labs: Store and Query XML Data in SQL Server
- XML Data Storage in Variables
- Information Retrieval about XML Schema Collections
- Query SQL Server Data as XML
- Write a Stored Procedure Returning XML
Module 14: SQL Server Spatial Data
- Spatial Data Introduction
- SQL Server Spatial Data Types
- Spatial Data in Applications
- Module 14 Labs: SQL Server Spatial Data
- Query the Geometry Data Type
- Add Spatial Data to an Existing Table
Boost your salary by obtaining your Microsoft Certification: Microsoft Certified Systems Engineer (MCSE): Data Platform
Share
-
- All Classes
- Online Live
- Classroom
- Select A Location ▼
- Atlanta, GA
- Chicago, IL
- Dallas, TX
- New York, NY
- Self-Paced
- Guaranteed To Run
- $2,895.00
- 05/09/2016 - 05/13/2016
08:30 AM - 04:30 PM (CST)
Irving, TX - W John Carpenter Fwy
Instructor OnsiteRegister - 05/09/2016 - 05/13/2016
08:30 AM - 04:30 PM (CST)
Online LiveRegister - 06/13/2016 - 06/17/2016
08:30 AM - 04:30 PM (EST)
Atlanta, GA - Galleria Parkway SE
Instructor OnsiteRegister - 06/13/2016 - 06/17/2016
08:30 AM - 04:30 PM (EST)
Online LiveRegister - 07/11/2016 - 07/15/2016
08:30 AM - 04:30 PM (CST)
Online LiveRegister - 07/11/2016 - 07/15/2016
08:30 AM - 04:30 PM (CST)
Schaumburg, IL - McConnor Pkwy
Instructor OnsiteRegister - 08/01/2016 - 08/05/2016
08:30 AM - 04:30 PM (EST)
Online LiveRegister - 08/01/2016 - 08/05/2016
08:30 AM - 04:30 PM (EST)
New York, NY - State Street Plaza
Instructor OnsiteRegister - 08/08/2016 - 08/12/2016
08:30 AM - 04:30 PM (CST)
Irving, TX - W John Carpenter Fwy
Instructor OnsiteRegister - 08/08/2016 - 08/12/2016
08:30 AM - 04:30 PM (CST)
Online LiveRegister - 09/12/2016 - 09/16/2016
08:30 AM - 04:30 PM (EST)
Online LiveRegister - 11/07/2016 - 11/11/2016
08:30 AM - 04:30 PM (CST)
Schaumburg, IL - McConnor Pkwy
Instructor OnsiteRegister - 12/12/2016 - 12/16/2016
08:30 AM - 04:30 PM (EST)
Atlanta, GA - Galleria Parkway SE
Instructor OnsiteRegister
+ Show More Classes
- 05/09/2016 - 05/13/2016