Developing SQL Databases
Δ.Τ.
- Τίτλος:
- Developing SQL Databases
- Πότε:
- Δευ, 5. Νοέμβριος 2018, 17:00 h - Τετ, 21. Νοέμβριος 2018, 21:15 h
- Κατηγορία:
- Μεταπτυχιακά & Σεμινάρια
- Hits:
- 1076
Περιγραφή
-
- Ημερομηνία & Ώρα Διεξαγωγής: 05/11/2018 17:00
- Διεύθυνση Διεξαγωγής: Αλεξάνδρου Παπαναστασίου 66, Θεσσαλονίκη 546 42, Ελλάδα
- Διοργανωτής: Infolab Enterprise Training
- Περισσότερες Πληροφορίες: Πατήστε εδώ
- Κόστος: €
- Άλλες πληροφορίες σχετικές με το κόστος:
Η διάρκεια του σεμιναρίου είναι 40 ώρες και υλοποιείται 5-21/11 2018 κάθε Δευτέρα,Τετάρτη & Παρασκευή με ωράριο μαθημάτων 17:00-21:15
Σημειώστε ότι τα μαθήματα περιλαμβάνουν:
-
Επίσημο εκπαιδευτικό υλικό Microsoft (MOC) ανά εκπαιδευόμενο (όχι φωτοτυπίες, σημειώσεις κλπ) αξίας €250.
-
Πιστοποιητικό παρακολούθησης Microsoft.
-
Αξιολόγηση της εκπαίδευσης στο παγκόσμιο σύστημα αξιολόγησης Metrics That Matters.
-
Εγγύηση εκπαίδευσης INFOLAB (δυνατότητα ΔΩΡΕΑΝ επανάληψης εντός 1 έτους από την ημερομηνία ολοκλήρωσης της εκπαίδευσης σε επόμενο προγραμματισμένο τμήμα).
Κάθε μαθητής θα έχει δικό του Η/Υ σε ειδικά εξοπλισμένες αίθουσες πληροφορικής και σε τμήματα που δεν ξεπερνάνε τα 6 άτομα.
Πληροφορίες-εγγραφές: Βαγγελινός Ηρακλής, ivangelinos@infolab.gr – Τηλ.2310 914191 www.infolab.gr .
-
Θεματικές ενότητες
Module 1: Introduction to Database Development
This module is used to introduce the entire SQL Server platform and its major tools. It will cover editions, versions, basics of network listeners, and concepts of services and service accounts.
- Introduction to the SQL Server Platform
- SQL Server Database Development Tasks
Module 2: Designing and Implementing Tables
This modules describes the design and implementation of tables. (Note: partitioned tables are not covered).
- Designing Tables
- Data Types
- Working with Schemas
- Creating and Altering Tables
Module 3: Advanced Table Designs
This module describes more advanced table designs
- Partitioning Data
- Compressing Data
- Temporal Tables
Module 4: Ensuring Data Integrity through Constraints
This module describes the design and implementation of constraints.
- Enforcing Data Integrity
- Implementing Data Domain Integrity
- Implementing Entity and Referential Integrity
Module 5: Introduction to Indexes
This module describes the concept of an index and discusses selectivity, density and statistics. It covers appropriate data type choices and choices around composite index structures.
- Core Indexing Concepts
- Data Types and Indexes
- Heaps, Clustered, and Nonclustered Indexes
- Single Column and Composite Indexes
Module 6: Designing Optimized Index Strategies
This module includes covering indexes and the INCLUDE clause, hints, padding / fillfactor, statistics. It also execution plans and the DTE
- Index Strategies
- Managing Indexes
- Execution Plans
- The Database Engine Tuning Advisor
- Query Store
Module 7: Columnstore Indexes
This module introduces Columnstore indexes.
- Introduction to Columnstore Indexes
- Creating Columnstore Indexes
- Working with Columnstore Indexes
Module 8: Designing and Implementing Views
This module describes the design and implementation of views.
- Introduction to Views
- Creating and Managing Views
- Performance Considerations for Views
Module 9: Designing and Implementing Stored Procedures
This module describes the design and implementation of stored procedures.
- Introduction to Stored Procedures
- Working with Stored Procedures
- Implementing Parameterized Stored Procedures
- Controlling Execution Context
Module 10: Designing and Implementing User-Defined Functions
This module describes the design and implementation of functions, both scalar and table-valued. (Also discusses where they can lead to performance issues).
- Overview of Functions
- Designing and Implementing Scalar Functions
- Designing and Implementing Table-Valued Functions
- Considerations for Implementing Functions
- Alternatives to Functions
Module 11: Responding to Data Manipulation via Triggers
This module describes the design and implementation of triggers.
- Designing DML Triggers
- Implementing DML Triggers
- Advanced Trigger Concepts
Module 12: Using In-Memory Tables
This module covers the creation of in-memory tables and native stored procedures. Furthermore, advantages of in-memory tables are discussed, for example the removal of transaction blocking.
- Memory-Optimized Tables
- Natively Compiled Stored Procedures
Module 13: Implementing Managed Code in SQL Server
This module describes the implementation of and target use-cases for SQL CLR integration.
- Introduction to CLR Integration in SQL Server
- Implementing and Publishing CLR Assemblies
Module 14: Storing and Querying XML Data in SQL Server
This module covers the XML data type, schema collections, typed and un-typed columns and appropriate use cases for XML in SQL Server.
- Introduction to XML and XML Schemas
- Storing XML Data and Schemas in SQL Server
- Implementing the XML Data Type
- Using the Transact-SQL FOR XML Statement
- Getting Started with XQuery
- Shredding XML
Module 15: Storing and Querying Spatial Data in SQL Server
This module describes spatial data and how this data can be implemented within SQL Server.
- Introduction to Spatial Data
- Working with SQL Server Spatial Data Types
- Using Spatial Data in Applications
Module 16: Storing and Querying BLOBs and Text Documents in SQL Server
This module covers full text indexes and queries.
- Considerations for BLOB Data
- Working with FILESTREAM
- Using Full-Text Search